Skip to content

Instantly share code, notes, and snippets.

@dsingleton
Created December 9, 2010 14:27
Show Gist options
  • Save dsingleton/734757 to your computer and use it in GitHub Desktop.
Save dsingleton/734757 to your computer and use it in GitHub Desktop.
How to extract a nice Story summary from JIRA in bookmarklet JS
"* " + $('customfield_10001-val').innerHTML.trim() + " points - '''" + ($$('#issue_header_summary a')[0].innerHTML) + "''' - [" + document.location.toString() + " " + ($('key-val').innerHTML) + "]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment