"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 |
3 answers
Hi
Unfortunately you cannot change the maximum number of work items displayed in the Create new Work Item function. - Rob |
Is there a way though to change the sort order of the work item types in either eclipse or the web UI so the ones we use the most can be displayed to users vs clicking the select type all the time?
|
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 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I'd be interested in knowing the answer to this question too.