LinuxCommandLibrary

jira-issue

manages Jira issues from the command line

TLDR

List issues

$ jira issue list
copy
Create new issue
$ jira issue create
copy
View issue details
$ jira issue view [ISSUE-123]
copy
Move issue to status
$ jira issue move [ISSUE-123] "[Done]"
copy
Assign issue
$ jira issue assign [ISSUE-123] [username]
copy

SYNOPSIS

jira issue subcommand [options]

DESCRIPTION

jira issue manages Jira issues from the command line. Part of jira-cli, it allows creating, viewing, updating, and transitioning issues without using the web interface. Supports filtering, JQL queries, and batch operations.

PARAMETERS

list

List issues matching filters.
create
Create a new issue interactively.
view key
View issue details.
move key status
Transition issue to new status.
assign key user
Assign issue to user.
comment key
Add comment to issue.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community