Skip to content

jira issue link

Inspect, create, or remove issue links

Manage Jira issue links.

Sub-commands: list KEY List the links on an issue (inward + outward) delete KEY LINK_ID Remove a link by its global id types Show the configured link types in this Jira

Default action — no sub-command: jira issue link KEY --to OTHER --type NAME Creates a link of the given type. KEY is the inward issue (the one whose link page will show the relationship); --to is the outward issue. Semantics depend on --type: Blocks — KEY blocks --to Relates — KEY relates to --to Cloners — KEY clones --to (or "is cloned by", per direction)

jira issue link KEY... [flags]

Subcommands

Options

      --dry-run           Preview without creating the link
  -h, --help              help for link
  -p, --parallelism int   Maximum concurrent requests (1-16) (default 1)
      --to string         Outward issue key
      --type string       Link type name (Blocks, Relates, Cloners, …)

Options inherited from parent commands

      --adf-best-effort    Allow lossy ADF conversions with structured warnings
      --adf-strict         Treat lossy ADF conversions as errors
      --color string       Color mode: "auto", "always", or "never" (default "auto")
  -c, --config string      Config file path
  -d, --debug              Enable debug output
  -i, --interactive        Launch persistent dashboard from root command
      --no-input           Disable interactive prompts (mandatory for headless / agent invocation)
      --output string      Output mode: auto, human, json, or compact (compact is the JSON data payload without the envelope — no ok/meta/warnings/errors) (default "auto")
  -P, --profile string     Jira profile name
      --timeout duration   Whole-invocation deadline (e.g. 30s, 2m); 0 disables it

SEE ALSO