How to export project area category?
2 answers
Hi Jia
I tried exploring the options to export categories:
a. Using extract-export and import template but no luck.
b. Replacing the process configuration source but still categories not available.
There is an Enhancement request for the same which is currently Triaged. You can subscribe to the same and add comments too.
Category should be exported to the process template (272564)
For now, you have to manually create the work-item categories.
If this answers your question please mark it as accepted.
Regards,
Rohit
I tried exploring the options to export categories:
a. Using extract-export and import template but no luck.
b. Replacing the process configuration source but still categories not available.
There is an Enhancement request for the same which is currently Triaged. You can subscribe to the same and add comments too.
Category should be exported to the process template (272564)
For now, you have to manually create the work-item categories.
If this answers your question please mark it as accepted.
Regards,
Rohit
you would have to write java code using the plain java api to copy the categories, as there is no built in function to do this from the UI.
but it gets complicated quickly..
to copy the categories, you need the team areas already, and the timelines, and the users (and their licenses and roles in each team area)..
but it gets complicated quickly..
to copy the categories, you need the team areas already, and the timelines, and the users (and their licenses and roles in each team area)..
Comments
Hi Sam
I don't think there is a way to export the team area's too. So, the code will be surely complicating the situation and maybe the permissions, advisors for the team area, UAC, etc to be taken care.
Yes, there are existing enhancements relating to exporting the workflow, category, tags, team area's.
Regards,
Rohit
yes. I wrote a utility for a client a couple years ago now to copy projects from one server to another, so I understand what needs to get done.
all this is really tied into the Copy Project request enhancement.