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.Donald Nong
Jul 28 '17, 6:21 a.m.1 vote
Nate Decker
Jul 28 '17, 8:21 a.m.