IssueLinkTypes
Lists all available link types that can be used to create relationships between issues.
Select
The add-in will use the Jira APIs to process filters that refer to the Id column.
The add-in will process the rest of the filter client side within itself. For example, the following queries are processed server-side:
SELECT * FROM IssueLinkTypes WHERE Id = '10003'
SELECT * FROM IssueLinkTypes WHERE Id IN ('10002', '10000')
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id [KEY] | String | =,IN | Common | The unique identifier assigned to the issue link type, used to distinguish different types of relationships between issues. | |
| Name | String | Common | The name of the issue link type, such as 'Blocks', 'Clones', or 'Relates to', indicating the nature of the relationship. | ||
| Inward | String | Common | The label used to describe the inward direction of the link from the perspective of the target issue, such as 'is blocked by'. | ||
| Outward | String | Common | The label used to describe the outward direction of the link from the perspective of the originating issue, such as 'blocks'. |