LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid