Jira-to-agile-cards

A CSS and a jQuery file to help making your Jira exports printable in the best Post-It like way!

View the Project on GitHub dirtyhenry/jira-to-agile-cards

JIRA to Agile Cards

A fast solution to print Agile Cards with the OnDemand version of Atlassian's JIRA.

User guide

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>

Bookmarklets

The Post-It Bookmarklet

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:

Picture of a ScrumBoard made with this project

The Burndown Chart Bookmarklet

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:

Screenshot of a generated alert

About

To find out more about this project, please read this post.