Attempting to Creat a Work Item Teamplate for Import
Accepted answer
The problem is that your template is referencing items in the repository. (Such as Iterations, Categories, etc...)
If you were to use the same template on a different repository you would receive errors since the items you are referencing would either not exist or would not be accessible.
Templates are only really meant to be used on the repository they were created (unless the templates are generic enough not to contain any references to repository items). If you wish to export and import work items from a repository into another, I would advice you to rather use the CSV importing and exporting functionality.
The export can be found in eclipse under File -> Export and similarly the Import is located under File -> Import
Comments
Millard Ellingsworth
FORUM ADMINISTRATOR / JAZZ DEVELOPER Nov 07 '12, 3:02 p.m.Can you say a bit more about what's in the template you are trying to create? Or are you getting this for any/every template you try to create?