ToolsJiraScrum Master

Jira for Scrum Masters: The Complete Guide to Boards, JQL, and Reports

📅 June 2025⏱ 8 min read✍️ CREA Editorial

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:

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:

  1. project = YOURPROJECT AND sprint in openSprints() AND status != Done — everything in your current sprint not yet done
  2. project = YOURPROJECT AND created >= -7d AND issuetype = Bug — bugs created in the last 7 days
  3. project = YOURPROJECT AND sprint in openSprints() AND assignee is EMPTY — unassigned items in sprint
  4. project = YOURPROJECT AND status = "In Progress" AND updated <= -2d — stale items not updated in 2+ days
  5. project = 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:

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