I have several statues that I want work to be in a "todo" or "done" states (yet still ordered). But the board only appears to allow a single "todo" column (the first) and a single "done" column (the last). Is there any way to put in multiple columns for these statuses? I can't seem to find a way....
For instance I would like to have:
| todo | todo | in progress | in progress | in progress | in progress | done | done |
but the second todo and the first done are both labeled yellow columns (i.e. "in progress"), even though the associated statuses are not "in progress".
When you say "the resolution field is set to none" - do you really mean it's empty and showing "unresolved" when you look at the main issue view? Or do you have a resolution of "none"?
Yes, "None" is an actual value. At the request of our customer, we added a value of "None", "Unresloved" and "OBE". I've removed these 3 vlaues and the Agile Board still shows the Storys crossed out.... But, if I push the Story through the Workflow, close them and re-open them the Story show up uncossed. So I think I found a work-around.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's completely broken. Sorry.
If the resolution field contains ANY value, the issue is resolved. If you've got "none" or "unresolved" in there, then the issue is resolved. The text you've got is wrong and it's misleading your users.
You must remove these resolutions, fix workflows that set resolution, make sure it's not on edit screens, and then perform an exercise in cleaning up your damaged data. I'm afraid this is a clear case of needing to tell the customer that they are utterly, entirely and completely wrong.
Until you can make time to remove these resolutions, I would change their names to indicate their wrongness. e.g. "None" should be something like "No resolution set, but we've resolved it anyway" and "Unresolved" should be along the lines "Pretend it is open eventhough we have closed it"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, Thanks for the info, now other then pushing the Story's through the workflow, close them and reopen them is there another option I can do to have the Stoy's appear uncrossed on the "Agile Board" Dashboard?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I usually edit the workflow to do this.
If you have a workflow like "open" -> "in progress" -> "Closed", and you have broken the resolution on some issues that are "in progress", then add a transtion from "in progress" to "in progress", with a post-function of "set field resolution to empty" (and usually a condition llike "only jira admins").
Then you can search for "status = in progress and resolution is not empty" and use bulk edit to push all the issues through that transition.
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.