jiranch
v0.0.24
Published
Easily create Git branches from your sprint issues
Downloads
37
Readme
jiranch
Easily create git branches from Jira issues
The cli has 3 commands:
init
- Create the configuration file.createBranch
(default) - Create branch from Jira issue.clear
- Delete the saved configuration.
npx jiranch init
Init
Create Jira token here: https://id.atlassian.com/manage/api-tokens
Steps to get your user id:
- Click on your Jira user picture:
- Go to "Profile":
- Take the last part from the URL, this is your user id:
jira/people/${userId}