Skip to content

Instantly share code, notes, and snippets.

@sergiopereiraTT
Last active July 12, 2017 20:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergiopereiraTT/11196328 to your computer and use it in GitHub Desktop.
Save sergiopereiraTT/11196328 to your computer and use it in GitHub Desktop.
Bookmarklet to create a Markdown link for a JIRA issue page
@sergiopereiraTT
Copy link
Author

This is a bookmarklet. To use it, add a bookmark in your browser and use the above text as the URL.
When you're in a JIRA issue page you can click the bookmark and get a pre-selected textbox with some markdown like this:

[XYZ-1234 - This is the issue title](https://mycompany.atlassian.net/browse/XYZ-1234)

Whir produces this link: XYZ-1234 - This is the issue title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment