Hi Guys
I'd like to create a pie chart or any other visual that displays the % of done for specific filter...but I'm stuck in creating a filter first to show me only the resolution = done issues in specific sprint in specific project
Does anyone have an idea how to do that?
Roi
Have you tried using the built-in pie chart for this, with a filter for just your issues, and displaying Resolution? When you select an area of the pie chart it would show the percentage for that section.
An example filter as you describe could be the following, substituting in your values:
project = myProjectName AND sprint = yourSprintName
You could also make this generic to handle the current, open sprint as follows:
project = myProjectName AND sprint IN openSprints()
Kind regards,
Bill
You can easily do this with the Advanced Issue Filter Formula gadget offered by our Great Gadgets app.
All you have to do is to: 1) create a filter that returns all the issues from sprint; 2) Create a filter that returns all the issues resolved in the sprint 3). Configure the gadget to use the filters and apply the appropriate math formulas, as in this picture:
This app offers many other gadgets that you might like. If you need any help, please contact us at support@stonikbyte.com.
Regards,
Danut M.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is great !!!
But we don't use story field...so which filed do I choose?
Roi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can configure the gadget to calculate by issue COUNT instead of SUM of Story Points.
It support also time estimates fields or other numerical fields.
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
that works only our issues are migrating from sprint to sprint (like the below) and I can't figure out how to create a filter that will see only the issues that were in Q03S4 or only the issues that were resolved in Q03S4 - as the sprint report shows once you close a sprint - any idea how to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding to Danut's answer...
@Mirmelshtein_ Roi -- It now seems that you are asking for the % Completed for different sprints over time, and not for just one sprint.
If that is correct, another gadget in the same addon Danut describes does that: the Team Velocity Gadget. With that, you may select to show just the % Completed for the different sprints over time. https://bitbucket.org/StonikByte/great-gadgets-add-on/wiki/Home#!team-velocity-gadget
Please note: I am not associated with Danut's company StonikByte. Instead we use that addon with our Jira instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mirmelshtein_ Roi - I am afraid this kind of report/view is not available out of the box. However can be achieved by marketplace addons.
BR
Abhishek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Understood thanks. What about the filter? Can I create just the filter which will provide the above?
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.