jira link
Print the Jira URL for an Issue.
Usage
fns-cli jira link [issue-key]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 |
|---|---|
-h, --help | Show help |
Output
Prints the full Jira issue URL to stdout, e.g.:
https://yourorg.atlassian.net/browse/FCLI-5712Tips
- Useful for quickly copying a link to share, e.g.:
fns-cli jira link | pbcopy - If your branch name follows the pattern
PROJECT-1234-description, the issue key is inferred automatically. - You can pass just the numeric ID (e.g.
5712) and the default project key from config will be used.
