It's all about the answers!

Ask a question

RTC Event listener


Ranjana NS (11) | asked Dec 03 '21, 7:20 a.m.
edited Dec 03 '21, 7:51 a.m. by Ralph Schoon (63.1k33646)

We are trying implement a listener for an RTC event which would give up a warning/error (Ideally on the Team Advisor view) when a new item whose path exceeds 256 characters from the project's home is getting delivered on to an RTC stream. Is there an existing API that could be used or any other possible solution?

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Dec 03 '21, 7:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 The only option I am aware of is to create a custom deliver (server) advisor.


Perform the RTC Extensions Workshop https://jazz.net/library/article/1000 as suggested. 

This helps to set up the development environment and to understand the basics. 

Then you can start and create an advisor (the extension workshop creates a follow up action). Advisors use a different extension point. See https://rsjazz.wordpress.com/?s=advisor&submit=Search for examples of advisors and the extension point(s) they use. See https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations for the operation ID's to use. You likely have to use 'com.ibm.team.scm.server.deliver' as operation ID.

Good luck.

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.