IssueLinks
Columns
Name | Type | References | SupportedOperators | Platform | Description |
Id [KEY] | String | Common | The Id of the link. | ||
InwardIssueId | Integer | Issues.Id | Common | The Id of the issue targeting this issue in the link. | |
InwardIssueKey | String | Issues.Key | Common | The Key of the issue targeting this issue in the link. | |
OutWardIssueId | Integer | Issues.Id | Common | The Id of the issue this link is targeting. | |
OutwardIssueKey | String | Issues.Key | Common | The Key of the issue this link is targeting. | |
IssueId [KEY] | Integer | Issues.Id | =,<>,>,>=,<,<=,IN,NOT IN | Common | The link's original issue Id. |
IssueKey | String | Issues.Key | =,<>,>,>=,<,<=,IN,NOT IN | Common | The link's original issue Key. |
IssueCreatedDate | Datetime | =,<>,>,>=,<,<=,IS,IS NOT,IN,NOT IN | Common | The date the link's issue was created. | |
IssueUpdatedDate | Datetime | =,<>,>,>=,<,<=,IS,IS NOT,IN,NOT IN | Common | The date the links's issue was last updated. | |
TypeId | Id | Common | The Id of the link type. | ||
TypeName | String | Common | The Name of the link type. |
Pseudo-Columns
Name | Type | Description | |
JQL | String | JQL (JIRA Query Language) allows you to build structured queries. |
Last updated