Created
December 9, 2010 14:27
-
-
Save dsingleton/734757 to your computer and use it in GitHub Desktop.
How to extract a nice Story summary from JIRA in bookmarklet JS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"* " + $('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