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 |