How can I change the sort order of the Status column in queries/plans?
When we sort on the Status column, we want to make sure that for example "Invalid" & "Done" are at the bottom and that "New" & "In Progress" are at the top.
How can I change the sort order to reflect this? I think sorting is now done based on the arbitrary ID in the process configuration source:
<state id="com.ibm.team.workitem.taskWorkflow.state.s3" name="Done" showResolution="false">...</state>
These however don't reflect the sort order we want to show in queries etc.
Is there some other way to do this? I don't see any sort arrows in the Process Configuration Workflow page... And I'm quite sure it is a bad idea to change either the IDs or the names in an application that's already being used :-D
|
One answer
I've upvoted the defect. So far I've not had any luck with upvoting though - hope that helps! |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
We ran into this as well. I think there is likely an existing defect for this because it doesn't make sense to sort by id. Probably the best you can do is find the defect and upvote it.
Vicky, you're absolutely correct in not changing the IDs. I believe the Enhancement work item that Nate asked you to upvote is this one:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/175676
I also found this defect (which is the one I had created).