Configure these under File › Preferences › Settings or in your settings.json:
{
"jiraBrancher.jiraDomain": "mycompany.atlassian.net",
"jiraBrancher.jiraEmail": "you@company.com",
"jiraBrancher.jiraToken": "YOUR_API_TOKEN"
}
Getting Started
Install the extension in VS Code
Open the sidebar by clicking the Jira Brancher icon in the Activity Bar
Select your project from the dropdown or enter a keyword to filter issues
Refresh manually with the Refresh button or wait for the five minute auto refresh
Click Create Branch next to a ticket to open the branch form
Choose a branch type (feat, fix, docs, hotfix, refactor) and enter a short description
Submit to run git checkout -b <type>/<TICKET>-<slug> automatically
Release Notes
0.0.5
Added inline branch creation form with type and description
Dynamic project dropdown
Manual and five minute auto refresh
Branch existence check before creation
0.0.1
Initial release
License
MIT