Our new Appfire Documentation Space is now live!
Take a look here! If you have any questions please email support@appfire.com
IssueLinkType interface
This document details the methods of the IssueLinkType interface you can use on any issue link type, such as those returned by the Getters when you access Issue links.
Method | Return type | Returns |
---|---|---|
| The ID of the IssueLinkType | |
The Inward link name of the IssueLinkType | ||
| Name of the IssueLinkType | |
String | The Outward link name of the IssueLinkType | |
getStyle() | String | The style name of this IssueLinkType |
isSubTaskLinkType() | boolean | True if the issue link type is a Subtask link type |
isSystemLinkType() | boolean | True if the issue link type is a system link |