A CSS and a jQuery file to help making your Jira exports printable in the best Post-It like way!
A fast solution to print Agile Cards with the OnDemand version of Atlassian's JIRA.
Compile the JS script with Google's Closure Compiler:
./compile.sh
Then embed the compiled code in a script like this:
<a href='javascript:(function(){replace_with_compiled_script})();'>My bookmarklet</a>
After dragging the Post-It bookmarklet on your toolbar, just go on a Jira filter page and click the bookmarklet. You'll get a printable page and after printing and some creative scissor activity you should get something like this:
The Burndown Chart bookmarklet displays a JavaScript alert that sums what is done (ie status "Resolved" and "Closed") over the total story points of the issues of a filter.
Example:
To find out more about this project, please read this post.