I’m trying to create a Jira dashboard that shows sprint progress (completed vs remaining story points) across multiple Scrum projects in Jira Cloud.
Right now, each project team runs their own sprints, but management wants a single overview dashboard to see:
Total story points completed across all active sprints
Burndown or velocity across projects
A quick view of blockers or overdue issues
I’ve tried using:
The Filter Results gadget with a JQL query (e.g., Sprint in openSprints()
)
The Sprint Burndown gadget, but it only works for one project at a time
Is there a way to combine multiple projects into one sprint view or burndown chart in Jira Cloud? Or do I need a Marketplace app (like eazyBI or Custom Charts)?
Would appreciate any best practices or setup ideas!