Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Remove the display of some default work item types that are created with a new RTC project.

Hello,

In configuring new projects for various clients I'd like to remove some of the default work item types
from being displayed to a user in the Work Item > Create Work Item drop down menu on the Web
version of RTC.  Many users find this confusing and depending on the system, I would like them to only
see work item types that are relevant to that project or user.  For example, in a Defect tracking system, there is
no need to have Epics, Stories, Retrospectives etc displayed when an end user wants to add a defect to the system.
What is the best way to safely remove these or hide these from the user in the drop down menu?

I realize in the Eclipse Client I could simply choose to Remove the Work Item type from the project.
But is the recommended way to go about this?  What happens if a project matures and I would
like to add some of the deleted work item types back to the system?

Any help would be really appreciated.

Thanks.

0 votes


Accepted answer

Permanent link
Hi Matthew,

You can create a custom template to be used when a new project is created. In the custom template, you can add or remove any work item types that you would like to include in new projects.

https://jazz.net/library/article/565
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/index.jsp?topic=%2Fcom.ibm.jazz.platform.doc%2Ftopics%2Ft_create_process_template.html

For existing projects, you may want to ensure there is no existing work items of the type that you want to delete. Once confirm, you can safely delete the work item type from the project's template. Otherwise, you may want to convert those work items to another type before proceeding with the deletion.

You can always add more work item type to an existing project moving forward. Same for the process template (for new projects).
Matthew Fournier selected this answer as the correct answer

0 votes


2 other answers

Permanent link

In a similar instance I was able to comment the work item types I wanted disable/remove from users selection in the "Process Configuration Source". This simply removed it from selection in the create work item menus.

This example will remove a work item called "Work Item" from the work item creation selection menus.

 <data>
  <configuration-data xmlns="http://com.ibm.team.workitem/workitemTypes" final="false" id="com.ibm.team.workitem.configuration.workItemTypes">
    <!--
       <type category="com.rtn.team.workitem.MyWorkflow" icon="processattachment:/workitemtype/MyWI.gif" id="com.rtn.team.workitem.MyWorkflow" name="Work Item">
          <alias name="Work Item"/>
          <alias name="WI"/>
          <alias name="wi"/>
        </type>
     -->

...
...
...

</data>

Note: Pre-existing work items of this type will also not have access to a proper work item definition and will be rendered read-only due to the project configuration. This may be more useful in template development vs. resolving issues of accessibility presented in production systems.

0 votes


Permanent link

Thank you Tim W for suggesting using XML comment tags, worked well for me

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,117
× 1,381

Question asked: Jun 20 '13, 9:57 a.m.

Question was seen: 7,465 times

Last updated: Sep 16 '19, 6:15 a.m.

Confirmation Cancel Confirm