jira issue
Display information about a Jira Issue.
Usage
fns-cli jira issue [issue-key] [flags]Arguments
| Argument | Description |
|---|---|
issue-key | Optional. The Jira issue key (e.g. FCLI-5712 or just 5712). If omitted, inferred from the current git branch name. |
Flags
| Flag | Description |
|---|---|
-s, --short | Show only basic information (type, key, status, summary, reporter, assignee) |
-h, --help | Show 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
| Status | Color |
|---|---|
| Backlog | Gray |
| Blocked / has dependency | Red |
| In Progress | Blue |
| Code Review | Yellow |
| Functional Test | Magenta |
| Prepare Release / Ready for release / Done | Green |
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.
