How to create 'Follow Up' plugin?
Accepted answer
Follow:
- https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/
- 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.
Comments
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!!
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.