RTC: Modify workitem templates
Accepted answer
1. Export the work item template to an XML file. In the Eclipse - Client from the file menu Choose "Export" -> Team -> Work item template.
2. Use an editor to edit the file that you exported. The work item template itself has an identifier and a name of the template in the beginning of the XML (<dc:identifier> and <dc:title>) if you want to keep your original work item template in the project area you have to change this too for your modified template, otherwise the original template will be overwritten on import time.
3. Import the work item template again.
Hope that helps,
Henning
Comments
4 other answers
You cannot update template with the UI. You only can reinstantiate the workitems to a new template.
What we are doing:
We have the workitem structure, a Template is based on, in the project area in a special category/team and iteration. This WI's we can modify and recreate a template after editing. The special category/team and iteration is usefull, so you can build your own plan, where you only see this workitems you are using to build templates.
- Special Team: "Templates"
- Special Category: "Templates" associated to the Team "Templates"
- Special Iteration. "Templates"
- Special Plan: "Template Management", Owner: Templates, Iteration: Templates, Treeview
The Planned For and the Category value will be asked when you do "Create from Template.."
Editing the XML for the template is possible, but I'd keep that as a last resort if for some reason the above approach does not work.
Comments
Siegfried Österreicher
Jul 12 '16, 1:27 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 12 '16, 1:27 a.m.