Scrumcard Printer

This is a tool to quickly create printable Scrum Cards from your Jira Tickets.

How to use

Export a CSV file of your Jira tickets. Epics will not be printed. In order to link the epics to the story, do include them in your export. Export to CSV with the folowing columns:

  • Summary
  • Issue key
  • Description
  • Custom field (Epic Link)
  • Custom field (Epic Name)
  • Custom field (Epic Colour)

JQL Example

Including project, filtered by epic and status, but also including the epic itself so we can extract color and title.
project = PROJ AND status in (Open, Backlog) AND "Epic Link" in (PROJ-2179, PROJ-1807, PROJ-2432, PROJ-2495, PROJ-2452, PROJ-2502, PROJ-2468, PROJ-1783, PROJ-2409) or issueKey in (PROJ-2179, PROJ-1807, PROJ-2432, PROJ-2495, PROJ-2452, PROJ-2502, PROJ-2468, PROJ-1783, PROJ-2409)


Create Scrumcards
Your file will not be uploaded, no files will leave your computer. See the source at Github.