I would like to have the Created Vs Resolved gadget chart show the stories that are marked as Done. Is there anyway to do this using a post action. Do I need to set the resolution of a story to a different state than 'Done'?
I found the issue. We set resolution to 'Done' via post action, however the filter that I was using for the chart data was only using "Resolution in ("To Do", "In Progress"). I changed the filter to include all issues and it works as expected.
Or by including a screen at the very last transition where you make the resolution field required.
Glad it is working for you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using JIRA Software 7.3.7 and Service desk 3.5.1.
Eventhough there are tickets with done resolution , the reports Created Vs Resolved and gadget Created Vs Resolved does not show the correct counts for resolved tickets..
The resolution field is not hidden in my project.
IS this a bug within jira or I am doing something wrong here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Dev PoudelAre you doing it for one project or several projects?
I will suggest you here some triage before thinking it is a bug as filters can be tricky sometimes.
Try a filter at a project level "Created Vs Resolved" see if it is giving you the right count.
Also how do you know it is not giving you the right count?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Tinker Fadoua thanks for your attention.
I am using it for single project in service desk.
I know that count was not correct because there are like 50 resolved tickets in a day and the graph shows 2 or 3.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dev,
My pleasure!
Why don't you create your own filter see if it will give you more accurate info?
Again I try solutions from my end before thinking that there is something wrong with the Gadget.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Fadoua,
I did a search
project = "Customer Support" AND resolved >= startOfMonth()
it shows only two tickets, however there are more than 50 tickets with resolution done.
However it works for other projects which are not part of service desk, but does not seem to work for Service desk project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Morning Dev,
project = "Customer Support" AND status = Done AND resolution = "Work Complete" and resolutiondate >= startOfMonth()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Fadoua,
resolutiondate does not work on my filter.
project = "Customer Support" AND status = Done AND resolution = "Work Complete"
This shows around 50 tickets.
project = "Customer Support" AND status = Done AND resolution = "Work Complete" and resolutiondate >= startOfMonth()
does not show any thing, though these tickets were solved within this month.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Weird that resolution date is not working for you. It should be available in JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
works for other projects on JIRA but fails on project with Service Desk especially resolved and resolutiondate..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then please check your ServiceDesk settings, the JQL I sent you earlier is from a JSD Project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thinking about it may be you didn't add the resolution date field to your screen in the JSD project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a resolution field in customer desk screen and this is not hidden since the beginning.
Which version of Service desk are you using?
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.
I can find resolutiondate and resolved variable when I make a Query.
But there is not such fields like Resolution Date within the system.
How do I get this field to my project screen?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is a system field.
Go to your JSD project screen and then add Resolution Date
once it is available on the screen you can add it to your query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
which version of JSD do you have?
I have Service desk 3.5.1., and I cannot find the field Resolution Date. I have Due date and other fields but Resolution date is missing and I cannot add to my project screen,.
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.
okay that's strange why I can't find resolution date field with 3.5.1.
Going to settings and field.. I can't see resolution field.
Do you have any ideas, where can I see it to bring to my screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My apology Resolution Date can not be added to a screen, however it is a field available in the JQL query. I just tried it in my JSD project and gave me the right information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes I agree, Resolution Date is variable available in JQL query.
It works fine with other JIRA Scrum projects, but does not work with Service Desk Projects in my case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What does the issues resolution field show? If it is showing unresolved even if their status is done that's the reason behind your problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Indeed, the chart doesn't have any function for using anything other than the resolution field. You need to configure it so that resolution is set when going into "done" and cleared when coming out of it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you "clear" ... it makes you select a value and any value = resolution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
also when trying to set with a workflow automation transition... it is NOT in the available field list to select... I am using JIRA Work Management project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The first option on the list of resolutions is "none". If you select that and save it, Jira will then display "clear the value of resolution" in the summary of the post-functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looking at JSD's reports as well as Dashboard gadgets and indeed the Created vs Resolved for either is not using Resolved (system field) as I have hundreds with "Done"
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.