Advanced Reading #epics #roadmap #planning

Reading Epics & Roadmaps

5 exercises on reading Jira epics and quarterly roadmaps — understand ticket hierarchy, identify blockers and dependency chains, and evaluate risk when deadlines are at stake.

Roadmap hierarchy at a glance
  • Quarter — business planning cycle (Q1–Q4); stakeholders read at this level
  • Epic — groups related stories toward a product goal; spans multiple sprints
  • Story / Task — individual deliverable; assigned to a developer; completed in 1–3 sprints
  • Blocker — a ticket that prevents another from progressing; escalate immediately
  • Dependency chain — Q3 depends on Q2 → Q2 delay cascades to Q3 and Q4
0 / 5 completed
1 / 5
🗺 Epic DASH-200 with Roadmap
EPIC: DASH-200 — Analytics Dashboard (Q2 2024)
Owner: Product Manager (alex.reed@example.com)
Goal: Give business analysts a self-service dashboard to monitor KPIs without engineering support
Target Completion: End of Q2 2024 (by 2024-06-30)
Status: In Progress (60% complete)

Child Tickets:
  DASH-301  [DONE]   Build dashboard data model and API endpoints
  DASH-302  [DONE]   Create chart rendering components (line, bar, pie)
  DASH-303  [DONE]   Implement date range filter
  DASH-304  [IN PROGRESS]  Add saved filter presets   (blocked by DASH-310)
  DASH-305  [IN PROGRESS]  Build KPI summary cards
  DASH-306  [TODO]   Implement real-time data refresh (WebSocket)
  DASH-307  [TODO]   Role-based access control (RBAC) for dashboard views
  DASH-310  [TODO]   Migrate dashboard API to v2 authentication  ← BLOCKER for DASH-304
  DASH-312  [TODO]   Export dashboard data to CSV

Quarterly Roadmap Context:
  Q1 2024  [DONE]   Data pipeline and ETL infrastructure
  Q2 2024  [CURRENT] Analytics Dashboard (this epic)
  Q3 2024  [PLANNED] Mobile app dashboard (depends on Q2 completion)
  Q4 2024  [PLANNED] Predictive analytics module (depends on Q3 data model)

Risks:
  - DASH-310 (auth migration) is blocking DASH-304; estimate 3 sprints to complete
  - Q3 Mobile dashboard is time-dependent: delays in Q2 will push Q3 start date
Read the epic. Which ticket is currently blocking another ticket from progressing, and what is the blocked ticket?