Where I can find a list of operation id's?
3 answers
Where I can find a list of operation id's like:
- com.ibm.team.workitem.operation.workItemSave
- ???
Are you trying to find a particular operation id in order to implement a precondition? If so, you could go digging for it in the plugin.xml files, but if you're in RTC or RQM, I think the simplest way is to just configure the operation's permissions in the Eclipse UI and then switch to the process XML. You can see the operation IDs listed in there.
- Jared