It's all about the answers!

Ask a question

How do I order the WI types under "Types and Attributes"


Sivarajah Rajeswaran (15212) | asked Jan 28 '16, 9:42 p.m.
Under the Process Configuration tab,
   Under Project Configuration
      Under Configuration Data
         Under Work Items
            Under Types and Attributes

How do I order the Work Item Types alphabetically

One answer



permanent link
Matt Muller (58312863) | answered Jan 29 '16, 4:44 a.m.

You have to edit the Process configuration Source to re-order the list - this works for the Web version and I think it works for the Eclipse.. but not 100%.

They are listed in order under:

<configuration-data final="false" id="com.ibm.team.workitem.configuration.workItemTypes" xmlns="http://com.ibm.team.workitem/workitemTypes">

Example: Listing 3 work items types in order

<type category="com.ibm.team.workitem.workItemType" icon="processattachment:/workitemtype/enhancement.gif" id="enhancement" name="Enhancement"/>

<type category="com.ibm.team.workitem.workItemType.risk" icon="processattachment:/workitemtype/risk.gif" id="com.ibm.team.workitem.workItemType.risk" name="Risk"/>

<type category="com.ibm.team.workitem.workItemType.usecase" icon="processattachment:/workitemtype/ticket.gif" id="usecase" name="Use Case"/>

Your answer


Register or to post your answer.