Skip to content

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

jira issue link list PROJ-123 # (1)!
jira issue link list PROJ-123 PROJ-124 --output=json # (2)!
  1. List every link on an issue
  2. List links for several issues as JSON