Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
Jira Ticket Links
New to Visual Studio Code?
Get it now.
Jira Ticket Links
Alex Curtiss
|
374 installs
|
(
0
)
|
Free
Link to Jira tickets in the terminal.
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
Jira Ticket Links
Add links to Jira tickets in the terminal.
Usage
Add the base URL of your Jira instance in the settings, then just hover over any ticket code in your terminal!
Extension Settings
jira_ticket_links.jira_url
: Jira base URL before the ticket ID, e.g.
https://jira.example.biz/browse
. The link will be this path with the ticket appended, e.g.
https://jira.example.biz/browse/TICKET-1234
.
Contributing / Feature Requests
Want more out of your friendly Jira ticket linker than just Jira ticket links? Open an
issue
and feel free to make a pull request.