Excel Add-In for Jira

Build 25.0.9434

IssueLinkTypes

Lists all available link types that can be used to create relationships between issues.

Select

本製品 はJira API を使用して、Id カラムを参照するフィルタを処理します。

本製品 はその他のフィルタをクライアント側で内部で実行します。例えば、次のクエリはサーバー側で処理されます。

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'.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434