Is it possible to create Work Item Types and Work Item Type Categories using the Java Plain Client Libraries?
![]()
Using the Java Plain Client Libraries, is it possible to do any/all of the following:
I can already create new attributes, create/update work items, and get work item types and work item type categories for a specific project but I'm having trouble doing any of the above.
If this is not possible, is this possible to do programmatically with another method? I would prefer not to programmatically modify the process configuration source for fear of destroying a project, but I suppose that would be possible.
Alternatively, is there a recommended strategy for copying Work Item Types / Type Categories between projects?
|