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
Comments
Nate Decker
Jul 27 '17, 9:48 a.m.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.
Donald Nong
Jul 28 '17, 6:21 a.m.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
1 vote
Nate Decker
Jul 28 '17, 8:21 a.m.I also found this defect (which is the one I had created).