jira-open
opens Jira resources in the default web browser
TLDR
Open issue in browser
$ jira open [PROJ-123]
Open project board$ jira open -p [PROJECT]
Open current sprint$ jira open --sprint
Open backlog$ jira open --backlog -p [PROJECT]
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.
