Our new Appfire Documentation Space is now live!
Take a look here! If you have any questions please email support@appfire.com
RemoteIssueLink Interface
This document details the methods of the RemoteIssueLink interface you can use on any remote link, such as those returned by the Getters when you access remote links.
Method | Return type | Returns |
---|---|---|
The name of the remote application instance that contains the remote object the issue is linked to. | ||
The type of remote application the issue is linked to. | ||
| The ID of the remote link. | |
Long | The ID of the issue the current issue is remotely linked to. | |
getRelationship() | String | The String describing the relationship between the JIRA issue and the remote object |
getSummary() | String | The summary of the remote object the current issue is linked to |
isResolved() | boolean | True if the remote object is resolved |