Problem while creating new workitem with Plain java API
I am following this link to create new work item using plain java API
https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation
But I always get "category not found" when i try to create a work item (for example - Defect or Task etc).
I am passing com.ibm.team.workitem.workItemType as category name while running the program because that is what it shows in RTC work item types list when i select defect or Task
Could you please advice on this?
Thanks
Accepted answer
It is a hierarchical human readable string such as Team1/Testing
Comments
Hi Ralph,
Thanks for the reply.So where can i find all the available categories in my Project area? I just need to pass one to make this program work.
In the project area administration in the Web UI or the Eclipse UI. You need basic RTC process administration skills/knowledge if you want to create extensions, automation or customize RTC. At least you should have someone you can ask for this kind of information.