Skip to content

jira issue

Display information about a Jira Issue.

Usage

fns-cli jira issue [issue-key] [flags]

Arguments

ArgumentDescription
issue-keyOptional. The Jira issue key (e.g. FCLI-5712 or just 5712). If omitted, inferred from the current git branch name.

Flags

FlagDescription
-s, --shortShow only basic information (type, key, status, summary, reporter, assignee)
-h, --helpShow help

Output

Default output includes:

  • Issue type, key, and status (color-coded)
  • Summary
  • Reporter and assignee
  • Priority
  • Project
  • Sprints
  • Link to the issue in Jira

With --short, only the header block (type, key, status, summary, reporter, assignee) is shown.

Status colors

StatusColor
BacklogGray
Blocked / has dependencyRed
In ProgressBlue
Code ReviewYellow
Functional TestMagenta
Prepare Release / Ready for release / DoneGreen

Tips

  • If your branch name follows the pattern PROJECT-1234-description, the issue key is inferred automatically.
  • Use --short (-s) for a quick status check without the full detail block.
  • You can pass just the numeric ID (e.g. 5712) and the default project key from config will be used.