Is There A Way To Reorder the Drop Down Items Under "Work Items"?
Accepted answer
Yes, you can reorder.
You need to modify the order that they are declared on the process xml configuration.
Comments
Thanks for the reply. So using the RTC Client, I bring up the Project and click on the "Process Configuration" tab. I am looking for the "Process XML Configuration" option, or is this changed on the actual server?
You are looking for the "Process Configuration Source" tab.
On the xml you need to find the follow tag:
<configuration-data xmlns="http://com.ibm.team.workitem/workitemTypes" id="com.ibm.team.workitem.configuration.workItemTypes">
And order the <type> children elements
Thanks! I wish there was a better way to edit that XML then search through it all, but did find it and made the change.