Hi everyone,
I am looking for the best approach to build a capacity vs. workload report that compares planned figures from an external Excel file with actual Jira issues. My goal is to see a side-by-side comparison of a team’s total capacity and the total number of issues created for that team within a specific quarter.
The Context & Setup:
-
Capacity Data: I have an Excel file containing numerical “Planned Capacity” per User, per Team, and per Quarter (stored as text strings like “Q2-2025”).
-
Flexible Capacity Allocation: A crucial part of our setup is that a single user can support multiple teams within the same quarter, with different capacity values assigned to each team. The report needs to reflect these individual allocations correctly.
-
Hybrid Team Workload: Our team structure in Jira is not one-dimensional. Each team has a dedicated Jira Project, but they also handle issues from other projects where their “Squad” custom field is tagged. Therefore, a team’s workload is: (Issues in their Project) + (Issues in other projects with their Squad field set).
-
The Goal: I want a report organized by Quarter and Team that shows:
-
The Planned Capacity imported from Excel for that team/quarter.
-
The Issues Created count, unified from both their dedicated project and the “Squad” field.
-
I need a way to unify these two different Jira sources (Project and Squad field) into a single “Team” dimension that matches my Excel team names. Additionally, I need to align Jira’s creation date with the text-based quarter strings from my Excel so all data points land in the same column.
I am completely open to any suggestions, whether it involves specific MDX calculated measures, advanced data mapping, or creating a new calculated dimension to bridge these sources. I’ve attached a screenshot of my Excel structure for reference.
Thank you in advance for your guidance!
