Skip to content

jira issue list

List issues

jira issue list [flags]

Options

      --as-jql             Print the built JQL query without calling Jira
      --assignee string    Restrict by assignee; use "me" for currentUser()
      --board string       Restrict to issues whose project belongs to the named board (case-insensitive exact match against the cache)
      --board-id int       Restrict to issues whose project belongs to the board with this id
      --desc               Sort descending (default true)
      --detail             Fetch full issue records
      --epic strings       Restrict to issues in epic keys
  -h, --help               help for list
      --jql string         Run a custom JQL query for the issue list
      --key strings        Restrict to issue key, comma list, or range
      --label strings      Restrict by label
      --order-by string    Sort field (default "updated")
  -p, --parallelism int    Maximum concurrent requests (1-16) (default 1)
      --priority strings   Restrict by priority
      --project strings    Restrict to Jira project key
      --reporter string    Restrict by reporter; use "me" for currentUser()
      --status strings     Restrict by status name
      --type strings       Restrict by issue type

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