How to set order of State Groups in Taskboard
In RTC you can define the various State Groups. These are visible in the Taskboard. How can I define the ORDER of the newly created states.
I see now (from left to right):
State Group 3
State Group 2
State Group 4
State Group 1
I want to order that into:
State Group 1
State Group 2
State Group 3
State Group 4
I see now (from left to right):
State Group 3
State Group 2
State Group 4
State Group 1
I want to order that into:
State Group 1
State Group 2
State Group 3
State Group 4
Accepted answer
open the Process specification source and change the order in the stategroup table for that workitem
<configuration-data xmlns="http://com.ibm.team.workitem/workflow" final="false" id="com.ibm.team.workitem.configuration.workflow">
<stateGroupDefinition category="closed" id="closed" name="Closed" oslcGroup="oslc-closed"/>
<stateGroupDefinition category="open" id="open" name="Open"/>
<stateGroupDefinition category="inprogress" id="inprogress" name="In Progress" oslcGroup="oslc-inprogress"/>
<stateGroupDefinition category="closed" id="verified" name="Verified" oslcGroup="oslc-verified"/>
<stateGroupDefinition category="open" id="sg5" name="my group"/>
<configuration-data xmlns="http://com.ibm.team.workitem/workflow" final="false" id="com.ibm.team.workitem.configuration.workflow">
<stateGroupDefinition category="closed" id="closed" name="Closed" oslcGroup="oslc-closed"/>
<stateGroupDefinition category="open" id="open" name="Open"/>
<stateGroupDefinition category="inprogress" id="inprogress" name="In Progress" oslcGroup="oslc-inprogress"/>
<stateGroupDefinition category="closed" id="verified" name="Verified" oslcGroup="oslc-verified"/>
<stateGroupDefinition category="open" id="sg5" name="my group"/>
Comments
Marc van Lint
JAZZ DEVELOPER Nov 19 '15, 1:42 a.m.