Where could I find all the OperationIDs to extend RTC?
Accepted answer
Here is some older documentation: https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations I think it is outdated.
In reality it is trivial to get the operation ID's.
- On a test system have a test project area.
- Connect to the project area using an RTC Eclipse client.
- Open the project area open tab Process Configuration
- In Operation Behavior select each operation for the role Everyone
- Select the check box "Preconditions and follow-up actions are configured for this operation"
- Repeat for all operations
- Save
- Switch to the Process Configuration Source
- Open an outline view and go to node
- process-specification>team-configuration>behavior>everyone
- Look into the process XML
E.g. <operation id="com.ibm.team.scm.client.deliver"/>