IssueLinksApi class
Jira Cloud platform REST API documentation
Constructors
- IssueLinksApi(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
-
deleteIssueLink(
String linkId) → Future< void> - Deletes an issue link.
-
getIssueLink(
String linkId) → Future< IssueLink> - Returns an issue link.
-
linkIssues(
{required LinkIssueRequestJsonBean body}) → Future - Creates a link between two issues. Use this operation to indicate a relationship between two issues and optionally add a comment to the from (outward) issue. To use this resource the site must have Issue Linking enabled.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited