It's all about the answers!

Ask a question

How to create 'Follow Up' plugin?


Avinash Bamane (20215) | asked Jul 24 '15, 1:39 a.m.
I am new to RTC development. I have done development environment setup and server setup. When I create, new 'Plugin project' and deployed it on server, it comes under 'Pre-condition'. But I want to have this plugin under 'Follow up actions'. Can anyone guide me, what is I am missing?

Accepted answer


permanent link
Ralph Schoon (63.3k33646) | answered Jul 24 '15, 2:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Follow:

  1. https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/
  2. https://jazz.net/library/article/1000

All people I know that carefully read the post and followed the instructions in the workshop were able to create their follow up actions.




Avinash Bamane selected this answer as the correct answer

Comments
Avinash Bamane commented Aug 07 '15, 9:59 a.m.

Hello Ralph,
Thanks for the links. I read article and was able to create 'Follow Up' plugin. Here is what I found,
In 'plugin.xml', under 'Extensions' I was using 'com.ibm.team.proccess.service.operationAdvisors', so I was getting plugin as a 'Pre condition'. From article I observed that I need to use 'com.ibm.team.process.service.operationParticipant'. Now I am able to get plugin as 'Follow Up' plugin.

Thanks!!


Ralph Schoon commented Aug 07 '15, 10:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Yes, there are several extension points. Pre conditions are called advisors and follow up actions are called participants. The extension points reflect that naming. The extension points use slightly different interfaces as well.

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.