"Create new Work Item" not showing all types
When using the webclient, on the 'Create new Work Item' function, not all work item types displayed.
There is an option 'Select Type' to display all work item types in a separate pop-up window.
Is it possible to configure RTC to display all available work item types without having to go to the pop up window ?
Thanks in Advance
Rob
There is an option 'Select Type' to display all work item types in a separate pop-up window.
Is it possible to configure RTC to display all available work item types without having to go to the pop up window ?
Thanks in Advance
Rob
3 answers
Hi Heather
You can change the sort order of the work items displayed. However, to do so requires changing the Process Configuration Source which does need to be done with care as you can easily break the project areas configuration if you make an error in changing it.
What you need to do is to reorder the work items definition in this section of the XML, "<configuration-data xmlns="http://com.ibm.team.workitem/workitemTypes" final="false" id="com.ibm.team.workitem.configuration.workItemTypes">"
If you search for the XML in italics above in the project configuration source you will find the part of the XML that defines the order.
RTC Will then display the workitems in the order you have defined.
- Rob
You can change the sort order of the work items displayed. However, to do so requires changing the Process Configuration Source which does need to be done with care as you can easily break the project areas configuration if you make an error in changing it.
What you need to do is to reorder the work items definition in this section of the XML, "<configuration-data xmlns="http://com.ibm.team.workitem/workitemTypes" final="false" id="com.ibm.team.workitem.configuration.workItemTypes">"
If you search for the XML in italics above in the project configuration source you will find the part of the XML that defines the order.
RTC Will then display the workitems in the order you have defined.
- Rob
Comments
Heather Leszczynski
Jan 17 '14, 12:28 p.m.I'd be interested in knowing the answer to this question too.