Skip to content

bj issue list

Search Jira issues with JQL or shorthand filters.

Synopsis

bj issue list [OPTIONS]

Options

Option Description
--jql <text> Raw JQL query.
-s, --status <text> Filter by status.
-a, --assignee <text> Filter by assignee (accountId or 'me').
-t, --type <text> Filter by issue type.
-p, --project <text> Filter by project key.
-l, --label <text> Filter by label.
-L, --limit <integer> Max results. (default: 30)
--json Output raw JSON.
-q, --jq <text> Filter JSON with a jq expression.

Examples

bj issue list --jql "project = PROJ AND status = 'In Progress'"
bj issue list --assignee me --status 'To Do'

See also