jira assign
Assign a Jira Issue to another user via an interactive selection menu.
Usage
fns-cli jira assign [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 |
How it works
- Resolves the issue key (from argument or current branch name).
- Displays the current issue summary, type, status, reporter and assignee.
- Fetches all users assignable to that issue.
- Presents an interactive selection list to choose a user.
- Assigns the issue and displays the updated issue info.
Tips
- If your branch name follows the pattern
PROJECT-1234-description, the issue key is inferred automatically — no argument needed. - You can pass just the numeric ID (e.g.
5712) and the default project key from config will be used.
