commands.sh

jira

all

Interface (third party) for interacting with Jira. Note: Obtaining a Jira API token and exporting it to the shell as a `$JIRA_API_TOKEN` variable is required.

More info →

Options (4)

boolean

List recent issues

Example: jira issue {{[ls|list]}}
-a, --assigneeboolean

List unassigned issues with high priority

Example: jira issue {{[ls|list]}} {{[-a|--assignee]}} x {{[-y|--priority]}} High
-y, --priorityboolean

List unassigned issues with high priority

Example: jira issue {{[ls|list]}} {{[-a|--assignee]}} x {{[-y|--priority]}} High
-P, --parentboolean

Create a new issue with a parent issue

Example: jira issue create {{[-P|--parent]}} {{parent}}

Examples (6)

Create a configuration file (required before using `jira`)

List recent issues

jira issue [ls|list]

List unassigned issues with high priority

jira issue [ls|list] [-a|--assignee] x [-y|--priority] High

List issues from the current sprint, assigned to me

jira sprint [ls|list] --current [-a|--assignee] $(jira me)

Create a new issue with a parent issue

jira issue create [-P|--parent] parent

Open an issue in the browser

made by @shridhargupta | data from tldr-pages