Jira Ticket Opener
VS Code extension to automatically open the Jira ticket corresponding to the current Git branch.
Example

Features
- Status bar button to open the Jira ticket
- Automatic ticket number extraction from branch name
- Configurable Jira base URL
- Chrome profile support
Configuration
Open VS Code settings and search for "Jira Ticket Opener":
| Setting |
Description |
Default |
jiraTicketOpener.baseUrl |
Jira project base URL |
https://your-company.atlassian.net/browse/ |
jiraTicketOpener.ticketPattern |
Regex to extract ticket number |
\d{5,6} |
jiraTicketOpener.chromeProfile |
Chrome profile to use |
Default |
jiraTicketOpener.chromePath |
Path to Chrome |
C:\Program Files\Google\Chrome\Application\chrome.exe |
Usage
- Configure your Jira project base URL in the settings
- Click on "Jira Ticket" in the status bar
- The ticket matching the number found in your branch name opens
| |