It's all about the answers!

Ask a question

triggers in RTC


sara chason (27124) | asked Jan 30 '17, 2:46 a.m.

Is it possible to create some sort of "triggers" in RTC for these uses:

1. un-link invalidate stories from their parent feature so their story points don't calculate as part of the feature's progress.
2. make "Time Remaining" field = 0 once a task is done.
3. subscribe all team members that are are part of the "category" field chosen in defects.
for now we implemented these through RTC Client Plain Java Lib but I'm looking for an internal solution in RTC other than an external one.

Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered Jan 30 '17, 2:52 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 All the above use cases can be implemented using follow up actions participants. See https://rsjazz.wordpress.com/2013/03/14/what-apis-are-available-for-rtc-and-what-can-you-extend/ for general information. Follow the links inside. https://jazz.net/library/article/1000 explains the setup and how participants work. 

Ralph Schoon selected this answer as the correct answer

Comments
sara chason commented Jan 30 '17, 3:49 a.m.

but this solution is still an outside solution. what exactly is the difference between this solution and using RTC Client Plain Java Lib and triggering it every x times?


Ralph Schoon commented Jan 30 '17, 3:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 A participant is a server JAVA extension. You can not be more inside.


sara chason commented Jan 31 '17, 3:46 a.m.

 just for further understanding - it's still an extension you add to the client and not part of the project configuration right?


Ralph Schoon commented Jan 31 '17, 3:52 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 No, you don't add it to the client and it has to be configured in the project areas process configuration. It is a Extension to the server. Read the information and follow the workshop.

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.