jira issue link list¶
- Usage:
jira issue link list KEY... [flags]
List inward and outward links for one or more issues. Use it to inspect dependencies before adding or deleting links.
The command flattens Jira's inward/outward link shape into a direction-aware array. Multiple issue keys are fetched with bounded parallelism.
Execution¶
-p --parallelism <N>¶
Maximum concurrent requests (1-16)
Default: 1
Output fields¶
With --output json, the response envelope's data object carries these fields. Run jira agent schema for the full machine-readable schema.
| Field | Type | Description |
|---|---|---|
count |
integer | |
issue.id |
string | |
issue.key |
string | |
issue.self |
string | |
links[].direction |
string | |
links[].id |
string | |
links[].other_issue |
object | Fields: key, status, summary |
links[].self |
string | |
links[].type |
object | Fields: id, inward, name, outward, self |
Examples¶
- List every link on an issue
- List links for several issues as JSON