I have a project that has the last step of the workflow as "Done" for some reason the issues in this status will not show up as resolved in the created vs resolved chart I'm trying to display on my dashboard.
Make sure that you are setting the Resolution field, either as a post function on the transition to done, or manually by adding it to a screen that the transition is associated with. It is the resolution that determine if the issue is resolved or not.
Nice! Now is there a way to recognize the issues I have already in the done status? I added the post function but it did not have an affect for any issue already in the done status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create an automation that sets the resolution for you. I recommend using a scheduled one and use a JQL that gets all the issues that are in the done status and where resolution = unresolved. Something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To supplement what @Mikael Sandberg suggested, the key is for you to ensure the "terminal" status transition applies the proper resolution field value. This field is a key for reporting within the Jira/JSM projects.
Beside of using automation rule for your existing issues, you can also customize the WF to allow the issue to be move into the terminal status again where you use the post-function to set the resolution field value. (ie. new Done to Done transition)
Afterward conduct a bulk change operation to transition the issues. Once all of your existing issues' resolution field is proper populated, then you can revise the WF again and remove the additional terminal status transition and publish the WF again. By this time, your WF should work properly for all issues going forward where the resolution field is populated via the terminal status transition setup.
Lastly, once the resolution field is populated, then you will also see the RESOLVED date field is also automatically populated too.
Hope this also helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
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.