Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaharkazaz/jiranch
Easily create git branches from Jira issues
https://github.com/shaharkazaz/jiranch
Last synced: 2 months ago
JSON representation
Easily create git branches from Jira issues
- Host: GitHub
- URL: https://github.com/shaharkazaz/jiranch
- Owner: shaharkazaz
- License: mit
- Created: 2021-08-25T04:15:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T11:44:37.000Z (4 months ago)
- Last Synced: 2024-09-29T12:45:54.857Z (3 months ago)
- Language: TypeScript
- Size: 253 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jiranch
Easily create git branches from Jira issuesThe cli has 3 commands:
- `init` - Create the configuration file.
- `createBranch` (default) - Create branch from Jira issue.
- `clear` - Delete the saved configuration.```bash
npx jiranch init
```## Init
Create Jira token here: https://id.atlassian.com/manage/api-tokens
Steps to get your user id:
1. Click on your Jira user picture:
![Profile picture](./step-1.png)
2. Go to "Profile":
![Profile picture](./step-2.png)
3. Take the last part from the URL, this is your user id: `jira/people/${userId}`