Hi,
I have an issue with the columns of statuses in my board. In the workflow, the DONE status has the "done" selected category:
However, in my board, the DONE status has the blue line color which is assigned to "in progress tasks". When I mark an issue as DONE, the issue ID is not strikethrough.
Could anyone help me?
Thanks!
The resolution isn't being set.
Done status showing Unresolved
This is a problem that seems to be cropping up of late. Issues need to have a resolution set. Unresolved means the resolution field is NULL in the database. This means the workflow isn't providing for setting the resolution before going to the status flagged as Done. You need to fix the workflow.
The transition moving to ‘Done’ needs to one of two things; 1. Present a screen where the user sets the resolution or 2. Sets the resolution in a post function.
To correct the existing issues you can add a transition from the done status back to itself with a transition screen to set the resolution or a post function to set it. The other option is to add the resolution field to the edit screen (which you should NEVER do in production), bulk edit the issues to set the field and then REMOVE the resolution field form the edit screen.
Thank you so much!
It's fixed now, after adding the post functions from the workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since @Joe Pitt has already elaborated on the resolution issue just my additional two cents:
Cheers
Thorsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Thorsten. However, the "Set resolution" checkbox is displayed only for the simplified workflow. I had to set the resolution using post functions in the workflow and it worked. :)
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.