You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
We're using a sprint board which includes several projects. Each project can have stories with points on them.
When I look at the burdown in the insights of the active sprint it seems like only the points of stories in the main project are included, not the points on stories of all projects visible on the board.
Is this a feature or a bug that still needs to be fixed. I'd like to see the insights to be calculates over all issues in the active sprint.
Cheers
How are the sprints? Do you have multiple sprints, like one sprint for each project? Or only one active sprint that includes all the issues from all projects? I think the burndown will work as you expect only if there is one sprint...
If you want a good cross-projects burndown chart, I would recommend trying our Great Gadgets app. It offers many gadgets for tracking projects, including a Release Burnup Burndown Chart gadget that allows you to generate the burndown at the release level.
Have a look over these articles from our blog, to make an idea about how many things you can track with this app and how:
I hope this helps.
Danut.
Hi Danut,
We have only one active sprint and it takes issues from multiple projects. The sprint, burnup and burndown reports generate correctly. It's just the burndown graph in the insights of the active sprint that seems to be missing issues (I know it's still in beta :-)).
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Hoogendoorn Welcome to the community.
Can you please share your jira filter query for your sprint board. Your Filter query for the sprint board determines what sprint reports you are generating.
In my case I've a scrum board which lists tickets from both Projects A and B. my filter query is like:
project in (A, B) ORDER BY Rank ASC
Then this is how my sprint report generated in Jira looks like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Sanjog,
The query is quite large, and I guess it could be simplified, but that's another issue. The query was built before I joined the team. The query is:
project in (A, B, C, D) AND NOT (issuetype = Epic AND (status = Done OR status = Future OR status = Archived OR project = E)) ORDER BY Rank ASC
Also the Sprint report (and burndown and burnup reports) generate correctly. The issue is with the burndown graph in the insights of the active sprint only.
Thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.