jira
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 →Subcommands (10)
This command is an alias of `jira open`.
Manage issues in a Jira project.
This command is an alias of `jira issue`.
Display the configured `jira` user.
This command is an alias of `jira open`.
Open a Jira issue or project in the browser.
Manage Jira projects.
This command is an alias of `jira project`.
Manage sprints in a Jira project board.
This command is an alias of `jira sprint`.
Options (4)
booleanList recent issues
jira issue {{[ls|list]}}-a, --assigneebooleanList unassigned issues with high priority
jira issue {{[ls|list]}} {{[-a|--assignee]}} x {{[-y|--priority]}} High-y, --prioritybooleanList unassigned issues with high priority
jira issue {{[ls|list]}} {{[-a|--assignee]}} x {{[-y|--priority]}} High-P, --parentbooleanCreate a new issue with a parent issue
jira issue create {{[-P|--parent]}} {{parent}}Examples (6)
List recent issues
jira issue [ls|list]List unassigned issues with high priority
jira issue [ls|list] [-a|--assignee] x [-y|--priority] HighList 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] parentOpen an issue in the browser
jira open 123