LinuxCommandLibrary

jira-open

opens Jira resources in the default web browser

TLDR

Open issue in browser

$ jira open [PROJ-123]
copy
Open project board
$ jira open -p [PROJECT]
copy
Open current sprint
$ jira open --sprint
copy
Open backlog
$ jira open --backlog -p [PROJECT]
copy

SYNOPSIS

jira open [options] [issue]

DESCRIPTION

jira open opens Jira resources in the default web browser. It provides quick access to issues, boards, and backlogs.
The command translates issue keys or project identifiers to web URLs. It's faster than navigating through the web interface.

PARAMETERS

ISSUE

Issue key to open.
-p PROJECT
Project to open.
--sprint
Open active sprint.
--backlog
Open backlog.
--help
Display help information.

CAVEATS

Subcommand of jira-cli. Requires configured server. Uses default browser.

HISTORY

jira open is a convenience command in jira-cli for quickly accessing Jira web interface from terminal.

SEE ALSO

jira(1), jira-me(1), open(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community