Skip to content

Instantly share code, notes, and snippets.

@spilth
Created May 4, 2018 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spilth/d4ea192db03cee9a402ea900bf62657b to your computer and use it in GitHub Desktop.
Save spilth/d4ea192db03cee9a402ea900bf62657b to your computer and use it in GitHub Desktop.
Turn your currently open JIRA issue into a Markdown link for GitHub PRs
javascript:!function(a){var b=document.createElement("textarea"),c=document.getSelection();b.textContent=a,document.body.appendChild(b),c.removeAllRanges(),b.select(),document.execCommand("copy"),c.removeAllRanges(),document.body.removeChild(b)}("["+document.title+"]("+document.URL+")");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment