Skip to content

Instantly share code, notes, and snippets.

@cdalsass
Created April 26, 2017 15:10
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 cdalsass/7bd3a1ba7a5c7f3f0586b1b6560acf4c to your computer and use it in GitHub Desktop.
Save cdalsass/7bd3a1ba7a5c7f3f0586b1b6560acf4c to your computer and use it in GitHub Desktop.
Jira Bookmarklet
javascript: (function () {
var jsCode = document.createElement('script');
jsCode.setAttribute('src', 'http://www.iqtransit.com/jira_make_unresolved.js' + new Date());
document.body.appendChild(jsCode);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment