Hi
When I transition an issue to "Done" in my service management project, it still shows as Unresolved. How can I fix this? I am open to any suggestions.
Thanks
Hi @Özge Özgenç
You have to make sure that there is a post function defined for the "Done" status in your workflow which sets the resolution (which is a separate field and not the same as the status):
After you've configured this, you need to consider that you also have to reset the resolution if it is possible to reopen tickets in your workflow.
Thank you for your answer. I see I did not set that post function.
When I click to add the post function, I couldn't see that selection. I am adding a screenshot can you also check which field should I set as a post function?
also, I set the done transition as "Allow all statuses to transition to this one" as you did in your workflow. But also it did not work. Still the same selections.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Özge Özgenç If you choose the last option ("Update Issue Field"), you should be able to select the field "Resolution" and set the value to "Done" on the next 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.
@Michel Neeser Sorry for bothering you again, I have a last question. How can I reset the resolution? Old issues still show as unresolved. Is there a way to fix it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Özge Özgenç Unfortunately, there is no simple solution to this, as it is not possible to update the resolution with the bulk edit feature.
I would recommend to either follow this approach, or to configure a scheduled automation rule which you run only once (inspired by this post). The automation rule contains a JQL query which returns the issues you want to set the resolution on (red arrow) and edits the resolution field for all of them:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.