IssueRemoteLinksApi class
Jira Cloud platform REST API documentation
Constructors
- IssueRemoteLinksApi(ApiClient _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createOrUpdateRemoteIssueLink(
{required String issueIdOrKey, required RemoteIssueLinkRequest body}) → Future< RemoteIssueLinkIdentifies> - Creates or updates a remote issue link for an issue.
-
deleteRemoteIssueLinkByGlobalId(
{required String issueIdOrKey, required String globalId}) → Future< void> -
Deletes the remote issue link from the issue using the link's global ID.
Where the global ID includes reserved URL characters these must be escaped
in the request. For example, pass
system=http://www.mycompany.com/support&id=1
assystem%3Dhttp%3A%2F%2Fwww.mycompany.com%2Fsupport%26id%3D1
. -
deleteRemoteIssueLinkById(
{required String issueIdOrKey, required String linkId}) → Future< void> - Deletes a remote issue link from an issue.
-
getRemoteIssueLinkById(
{required String issueIdOrKey, required String linkId}) → Future< RemoteIssueLink> - Returns a remote issue link for an issue.
-
getRemoteIssueLinks(
{required String issueIdOrKey, String? globalId}) → Future< RemoteIssueLink> -
Returns the remote issue links for an issue. When a remote issue link
global ID is provided the record with that global ID is returned,
otherwise all remote issue links are returned. Where a global ID includes
reserved URL characters these must be escaped in the request. For example,
pass
system=http://www.mycompany.com/support&id=1
assystem%3Dhttp%3A%2F%2Fwww.mycompany.com%2Fsupport%26id%3D1
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateRemoteIssueLink(
{required String issueIdOrKey, required String linkId, required RemoteIssueLinkRequest body}) → Future - Updates a remote issue link for an issue.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited