IssueLinks
Query the available IssueLinks in Jira.
テーブル固有の情報
SQL とJQL (Jira Query Language) を使用して、IssueLinks を検索できます。
Select
connector はJira API を使用して一部のフィルタを処理します。
connector は他のフィルタをconnector 内で処理します。
IssueLinks で使用可能なカラムは、IssueId、IssueKey、およびJQL です。次に例を示します。
SELECT * FROM IssueLinks WHERE IssueId > 10022 AND IssueId < 10090
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
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
JQL | String | JQL (Jira Query Language) allows you to build structured queries. |