Create work item programatically based on selection checkbox enumeration type.
Accepted answer
Comments
Hi Michele,
Run https://jazz.net/library/article/1000 to understand how to create and develop a participant. See http://rsjazz.wordpress.com (e.g. for information about enumerations) and search this forum for more API hints. Please note, extending RTC this way requires Java and development skills. Please also note, if you use a string to store the enumeration literals, you have to built in knowledge about the enumeration you use into the participant.
If you are new the best thing is to start with the article Ralph has posted.
In order to do this you have to create a precondition on the work item save operation. In this precondition you have to read your custom enumeration literal values and then use the IWorkItemServer.saveWorkItem2 method to save a new work item.
It's not so simple if you're not used with RTC extension so I suggest you to follow the article. It will show you how to create and deploy a precondition. Then, using the SDK and searching here in the forum you can find how to perform each single step.