IssueLinkTypes
Lists all the issue link types.
Select
The driver will use the Jira APIs to process filters that refer to the Id column.
The driver 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 | Unique identifier of the issue link type. | |
Name | String | Common | The name of the issue link type. | ||
Inward | String | Common | The description of the issue link type inward link. | ||
Outward | String | Common | The description of the issue link type outward link. |