How to import and export work item templates in RTC 5.0.2 from server A to server B
Hi All,
I have created custom work item templates on server A (RTC 5.0.2). same thing we have to import to server B(RTC 5.0.2) but while we import server B we are getting error.
Step 1-file->Import- >team-> work item template - >selected XML file and finish.
Step2- New work item from template- selected Available template -getting below error
Cannot create work item specified by the template. work item type "com.ibm.workitem.workitem typetesting review" is unknown.
I have exported template work item in XML file on server A. But we unable to import the same XML file in Server B.
Can any way to guide us to import and export custom work item template.
I referring to below link.
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.workitem.doc/topics/t_importing_template.html&scope=null
Please guide to solve this issue.
Thanks & Regards
Vijay Panari
I have created custom work item templates on server A (RTC 5.0.2). same thing we have to import to server B(RTC 5.0.2) but while we import server B we are getting error.
Step 1-file->Import- >team-> work item template - >selected XML file and finish.
Step2- New work item from template- selected Available template -getting below error
Cannot create work item specified by the template. work item type "com.ibm.workitem.workitem typetesting review" is unknown.
I have exported template work item in XML file on server A. But we unable to import the same XML file in Server B.
Can any way to guide us to import and export custom work item template.
I referring to below link.
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.workitem.doc/topics/t_importing_template.html&scope=null
Please guide to solve this issue.
Thanks & Regards
Vijay Panari
Accepted answer
Work Item Templates depend on the process of the project areas. If you don't have the same process and especially a mismatch in the work item type ID's in both processes, then the imported template simply can not work. It should be pretty obvious that this is the reason for the above error message.
You can modify the XML to match the data of the target project area to be able to import and use it.
You can modify the XML to match the data of the target project area to be able to import and use it.