LinuxCommandLibrary

jira

command-line client for Atlassian Jira

TLDR

List issues

$ jira issue list
copy
Create issue
$ jira issue create
copy
View issue
$ jira issue view [PROJ-123]
copy
Move issue
$ jira issue move [PROJ-123] [Done]
copy
Assign issue
$ jira issue assign [PROJ-123] [username]
copy
Add comment
$ jira issue comment add [PROJ-123]
copy

SYNOPSIS

jira command [subcommand] [options]

DESCRIPTION

jira is a command-line client for Atlassian Jira. It provides interactive and scriptable access to issues and projects.
The tool supports creating, viewing, and managing issues. It integrates with shell workflows for automation.

PARAMETERS

issue CMD

Issue management commands.
project CMD
Project commands.
sprint CMD
Sprint management.
init
Initialize configuration.
-p PROJECT
Project key.
--help
Display help information.

CAVEATS

Requires Jira account. API token needed. Third-party tool (jira-cli).

HISTORY

jira-cli was created as an open-source CLI tool for interacting with Atlassian Jira from the command line.

SEE ALSO

gh(1), gitlab(1), trello(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community