Jira proficiency is one of the most-searched skills in Scrum Master job postings yet one of the least-tested in traditional certifications. CSM, PSM, and SAFe SSM exams contain zero Jira content. CREA-SM dedicates an entire module to it — because Jira is where Scrum actually lives in enterprise organisations.
Why Jira Matters More Than Scrum Theory
Your team's velocity, their burndown, their impediment log, their sprint goals — all of it lives in Jira. If you cannot configure a board correctly, write a meaningful JQL query, or interpret a cumulative flow diagram, you cannot effectively facilitate Agile delivery regardless of how well you know the Scrum Guide.
Board Configuration for Scrum Masters
The CREA-SM Jira module covers seven issue types and how they map to Scrum artefacts. Key configuration decisions every SM must understand:
- Sprint board vs Kanban board — when to use each and how to configure columns to reflect your Definition of Done stages
- WIP limits — how to set them in Jira and how to use them in Sprint Review conversations
- Quick filters — building filters for "My Issues," "Bugs Only," and "Unestimated Items" that save team time daily
- Epic link vs Parent link — understanding the hierarchy difference and why it matters for reporting
Essential JQL Queries for Scrum Masters
JQL (Jira Query Language) is the single most valuable Jira skill a Scrum Master can have. These 5 queries cover 80% of what you will need daily:
project = YOURPROJECT AND sprint in openSprints() AND status != Done— everything in your current sprint not yet doneproject = YOURPROJECT AND created >= -7d AND issuetype = Bug— bugs created in the last 7 daysproject = YOURPROJECT AND sprint in openSprints() AND assignee is EMPTY— unassigned items in sprintproject = YOURPROJECT AND status = "In Progress" AND updated <= -2d— stale items not updated in 2+ daysproject = YOURPROJECT AND fixVersion = "Sprint 42" AND status != Done— incomplete items from a completed sprint
The Four Reports Every SM Must Read Weekly
Jira's built-in reports are powerful but only useful if you know how to interpret them. The CREA-SM module covers all four key reports:
- Velocity Chart — commitment vs completion trend over 8 sprints. What a declining velocity actually means.
- Burndown Chart — the four burndown shapes and what each signals about team behaviour
- Cumulative Flow Diagram — identifying bottlenecks and WIP creep before they become impediments
- Sprint Report — how to use it in Sprint Review and what to highlight for stakeholders
Building a Scrum Master Dashboard in Jira
The CREA-SM module walks through building a personal SM dashboard with four gadgets: Sprint Health, Impediment Count, Velocity Trend, and Team Happiness Score (via a custom field). This dashboard becomes your daily command centre — visible to stakeholders and updated automatically.
CREA-SM: The Only Certification That Tests Real Jira Skills
Module 3 covers Jira, Azure DevOps, Rally, Miro, and Confluence in enterprise depth.
Register for CREA-SM