Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JirAuxNew to Visual Studio Code? Get it now.
JirAux

JirAux

Semih Onay

|
657 installs
| (2) | Free
Extension to list,view and create Git-flow like branches from issues
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JirAux

Simple extension to create Git-flow like branches from selected issues and view their descriptions.

JirAux

Features

  • [x] Create branches with automatically prefixed from task/issue types
  • [x] Customize task/issue types
  • [x] Open issue in default browser
  • [x] View descriptions in editor
  • [x] Fetch new issues/tasks

Upcoming Features

  • Start/stop progress of current tasks/issues
  • Close tasks/issues
  • Upload time sheet logs

Setup

Define the following settings in your settings.json :

Never place this configuration in your projects settings.json !

  • jira.baseUrl
  • jira.username
  • jira.password

Example:

"jira.baseUrl": "https://jira.your-company.com",
"jira.username": "myMail@domain.com",
"jira.password": "secretPassword",
"jira.issueTypes": {
    "bugs": ["Bug","Sub-Bug","Defect", "Hata"],
    "issues": ["Task","Sub-Task","Sub-Gelistirme","Gelistirme"]
  },

Polling

Issue checker interval can be configured with poll key in settings.json

Value must be in number as a Milisecond

Example

"jira.poll": 450000

Custom Issue Types

Bugs and task type definitions can be customized by adding configuration in settings.json

Example

"jira.issueTypes": {
    "bugs": ["Bug","Sub-Bug","Defect", "Hata"],
    "issues": ["Task","Sub-Task","Sub-Gelistirme","Gelistirme"]
  }

Contributing

File bugs and feature requests in GitHub Issues. Checkout the source code in the GitHub Repository.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft