LinuxCommandLibrary

jira-issues

lists Jira issues from the command line

TLDR

List all issues

$ jira issues
copy
List issues with JQL query
$ jira issues --jql "[project = PROJ AND status = Open]"
copy
List issues assigned to me
$ jira issues --assignee me
copy
List issues in JSON format
$ jira issues --plain --no-headers
copy

SYNOPSIS

jira issues [options]

DESCRIPTION

jira issues lists Jira issues from the command line. Part of jira-cli, it supports JQL filtering to find specific issues. An alias for `jira issue list` with convenient defaults for common queries.

PARAMETERS

--jql query

Filter issues using JQL query.
--assignee user
Filter by assignee.
--status status
Filter by status.
--project key
Filter by project.
--plain
Output without formatting.
--no-headers
Omit column headers.

SEE ALSO

jira(1), jira-issue(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community