I think those kind of issues shouldn't be reflected in sprint report as they're invalid. However, I cannot find how I can exclude them from the Scrum or Classic boards.
For example, Sprint report in sprint-h2 in the capture include a 10-point story which was closed with resolution "won't fix" but it's still counted in sprint report.
Can anyone help give suggestion on this? Thank you very much for your help in advance.
Cheers,
Jenjira
You can always try to exclude stories with those resolutions from the board filters. I don't know ifthat will help.
Best regards,
Peter
Oh, yes :). Thank you very much for the suggestion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again, Peter. I have tried changing the filter to exclude those cancelled issues. However, I found that velocity chart will throw "No issues present in sprint to generate scope change model" error if that cancelled issues used to be chosen to "Remove from sprint". This stop Velocity board from generating the result. Do you know how can we manage this issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jenjira, this problem is caused by the fact that if you exclude these issue certain of your last sprints don't have any issues at all in them. See here for similar problems : https://jira.atlassian.com/browse/GHS-7250.
You might be able to change your filter back so that there is a least one issue in each sprint. As the velocity board only shows the last 7 sprints (as described here : https://confluence.atlassian.com/display/AGILE/Viewing+the+Velocity+Chart?focusedCommentId=317950207#comment-317950207 ) it should work again in a couple of sprints.
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see.. Thank you very much for the information :).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Peter, from 7 years into the future I thank you for this answer. It put me on the right path. For others who might also be having trouble, I had done some customizations to the workflows and views. When things started breaking I backed it all out, but i forgot I had modified the main board's filter. All my issues were showing fine, so i didn't think anything of it, but it was really messing up my reporting.
So if you are still having troubles, try this - go to you backlog, open the "..." in the upper right to get into the "Board Settings". On the "General" section you have something called "Saved Filter" and "Filter Query" - if your filter isn't something like: "project = <your project name> ORDER BY Rank ASC" you might have messed up your reporting filters.
I hope this extra info helps someone else!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to support the already provided answer - the below JQL did the job for me:
project = X AND issuetype in (Bug, Feature, Story) AND resolution in (Unresolved, Complete, Fixed) ORDER BY Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add a "Resolved Not Done" column to your board. Move it to the left of the Done column, so that the Done column retains the green (indicating "Done") horizontal rule, and the "Resolved Not Done" column's horizontal rule is yellow (indicating "In Progress").
Then the Velocity Report and Sprint Report will treat issues in Resolved Not Done as not completed, and the issues in the Done column as completed.
See also the similar question: How to exclude "Won`t Fix" user story from completed Sprint and its points from velocity chart ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Matt McClure. not following how adding a new resolution type "Resolved Not Done" helps as changing the resolution has no effect on the velocity report. When you speak about horizontal rules are you referring to swim lanes on the scrum board?
Please can you explain in more detail how your workaround works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Velocity and Sprint reports are calculated per JIRA Agile Board.
For an issue to be added to the "done" sum of Velocity/Sprint, its status must be mapped to the last (rightmost) column on the Agile Board.
Nothing else has no influence on the math of a velocity report. Issue status doesn't matter (if status is a "To Do" or a "In Progress" or a "Done" category status); resolution not empty doesn't matter., etc., It's all about status mapping to the last column on the board.
Now, this can lead to some interesting problems... for example you have more than one board that includes an issue and the Agile Board column mappings across boards are the not the same. As a result, the Sprint report for each board will be different.
(don't worry about the horizontal rules / colors of the columns... not relevant)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Dashboard User interesting, so it does not matter what the resolution field is set to just don't have the issue in the far right column to not be included in the velocity. I'll have to try that!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Surprised me too, and counterintuitive.
But experimentation has proven it to be true.
My use case it the opposite... dev-complete at the end of the sprint, and it get's thrown over the wall to end to end testing for confirmation.
Development team's work gets counted towards sprint velocity, per DEVS "internal" DoD.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.