is it possible to write an operation advisor for Stream and Component Save in RTC?
![]() Hi,
We are trying to implement a RTC extension for Stream / Component Save operation in RTC.
What we are trying to achieve is to send a custom email to CLM Admin when a user creates a new Component or Stream in their projects.
I have already created Custom Email Rules / Notifications by using Work Item Operation Advisor before. So I'm trying to find the OperationID equivalent of "com.ibm.team.workitem.operation.workItemSave" for saving Component and Streams.
If we can know the operationID and some sample to get the extension point started, it would really help us.
Thanks in advance.
|
Accepted answer
![]()
Ralph Schoon (61.5k●3●36●43)
| answered Jun 18 '18, 3:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER The operation ID for save component is mentioned here: https://rsjazz.wordpress.com/2017/02/09/a-component-naming-convention-advisor/ . It is com.ibm.team.scm.server.component.
anup Gaur selected this answer as the correct answer
|