Changing Work Item Type Order
By default in the agile and waterfall tempaltes Defect is the first work item type.
We have configured several custom work items and we would like to change the order in which they appear when creating a new work item. I have explored this in Eclipse and in the web interface with no success. I figured I would reach out to the community to see if anyone has found a fix or work-around.
Is this a possibility, or has there been an identified work-around?
Thanks in advance for your support!
We have configured several custom work items and we would like to change the order in which they appear when creating a new work item. I have explored this in Eclipse and in the web interface with no success. I figured I would reach out to the community to see if anyone has found a fix or work-around.
Is this a possibility, or has there been an identified work-around?
Thanks in advance for your support!
3 answers
By default in the agile and waterfall tempaltes Defect is the first work item type.
We have configured several custom work items and we would like to change the order in which they appear when creating a new work item. I have explored this in Eclipse and in the web interface with no success. I figured I would reach out to the community to see if anyone has found a fix or work-around.
Is this a possibility, or has there been an identified work-around?
Thanks in advance for your support!
you're right - the work item list order is not exposed in the GUI.
You'll need to edit the XML directly (accessible via Process Config Source tab in the eclipse client) to change the order.
Look under project-configuration for a list of types. (carefully) move the
<type>...</type> block of the WI to move the order.
do one and notice the order change in the work item pulldown to verify you're in the right place.
By default in the agile and waterfall tempaltes Defect is the first work item type.
We have configured several custom work items and we would like to change the order in which they appear when creating a new work item. I have explored this in Eclipse and in the web interface with no success. I figured I would reach out to the community to see if anyone has found a fix or work-around.
Is this a possibility, or has there been an identified work-around?
Thanks in advance for your support!
you're right - the work item list order is not exposed in the GUI.
You'll need to edit the XML directly (accessible via Process Config Source tab in the eclipse client) to change the order.
Look under project-configuration for a list of types. (carefully) move the
<type>...</type> block of the WI to move the order.
do one and notice the order change in the work item pulldown to verify you're in the right place.
Yes, this can change the order when create work item. But I find when create work item in Plan, the order is also strange, not align with the XML declaration. Do you know why?