It's all about the answers!

Ask a question

Where could I find all the OperationIDs to extend RTC?


Álvaro Alonso (35228) | asked Feb 06 '19, 3:53 a.m.

 Hi everyone, Im looking for all different OperationID to extend RTC operation behaivour.



Best regards

Accepted answer


permanent link
Ralph Schoon (63.3k33646) | answered Feb 06 '19, 5:02 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Feb 06 '19, 5:02 a.m.

 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. 
  1. On a test system have a test project area. 
  2. Connect to the project area using an RTC Eclipse client.
  3. Open the project area open tab Process Configuration
  4. In Operation Behavior select each operation for the role Everyone
    1. Select the check box "Preconditions and follow-up actions are configured for this operation"
  5. Repeat for all operations
  6. Save
  7. Switch to the Process Configuration Source 
  8. Open an outline view and go to node
    1. process-specification>team-configuration>behavior>everyone
    2. Look into the process XML
The entries operation id="....." are all the operation ID's that are configurable.

E.g. <operation id="com.ibm.team.scm.client.deliver"/>  

David Lafreniere selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.