Using the Eclipse client, you can set the display order
of work item state groups in a plan by using the work item editor
to edit the process configuration source XML code.
Procedure
- In the Team Artifacts view of the Work Items perspective,
right-click the project area and select Open.
- On the Process Configuration tab,
expand , and then click Workflows.
- In the State Groups section, notice the order of state
groups in the table.
- Click the Process Configuration Source tab.
- Search for the
<configuration-data>
section
of the XML source and within the section, for the stateGroupDefinition
definitions.
For example, the following XML source defines the state group
definitions for a project area. For illustrative purposes, the state
group definitions are designated in
bold type.
<configuration-data final="false" id="com.ibm.team.workitem.configuration.workflow" xmlns="http://com.ibm.team.workitem/workflow">
<stateGroupDefinition category="closed" id="closed" name="Closed" oslcGroup="oslc-closed,oslc-fixed,oslc-reviewed,oslc-verified"/>
<stateGroupDefinition category="inprogress" id="open" name="Open" oslcGroup="oslc-inprogress"/>
<stateGroupDefinition category="inprogress" id="inprogress" name="In Progress" oslcGroup="oslc-inprogress"/>
- Move a
stateGroupDefinition
definition
above or below another one to change the order.
- Click Save to save your changes.
Results
The order of the work item state groups is changed.