Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kid-icarus committed May 28, 2024
1 parent 90f2552 commit 018552d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ There is only an Jira <object> <action> [arguments] command.
| Object | Action | Description |
|---|---|---|
| issue | view [issue_id] | View the given issue, if none provided it will attempt to extract one out of the current git branch (disabled via `use_git_branch_issue_id`), else falls back to a prompt |
| | transition [issue_id] [transition_name] | Transition the ticket to a given status. Will attempt to extract issue ID from git branch, and will prompt if no options given
| | transition [transition_name] [issue_id] | Transition the ticket to a given status. Will attempt to extract issue ID from git branch, and will prompt if no options given
| | create | Create a new issue. Will prompt for all required fields. It will also prompt you to create a branch with the created issue ID in the name.

Additionally, the transition command has a Telescope picker.
Expand Down

0 comments on commit 018552d

Please sign in to comment.