How to start learning Plugin development using Jazz API?
I am very new to RTC and I am interested in doing plugin development in RTC to extend its functionality.
I am unable to find enough resources on it. I am only able to gather information in bits and pieces. Can you please guide me , how to start off. If proper resources are not available then how should I approach to learn in best way. My basic requirement is that I want to operate on WorkItems using a service plugin. |
Accepted answer
Sarthak,
I hope you are doing the same mistake as all other freshers... Make sure that the "Extensions" tab, operationId should be com.ibm.team.workitem.operation.workiIemSave this will decide when to invoke your plug-in... Regards Muthukumar.C Sarthak Sharma selected this answer as the correct answer
|
5 other answers
Hi,
Following are the articles which will help you learning Plug-in development - RTC Extending. https://www.ibm.com/developerworks/mydeveloperworks/blogs/extendingrtc/entry/checksummaryadvisor?lang=en_us https://jazz.net/library/article/784 and especially https://jazz.net/library/article/634 Regards Muthukumar.C |
We started from here:
|
Thanks a lot MuthuKumar..
I have tried this first example. This didnot work for me in final step. Where we have to add plugin in environment. Anyways I guess I've got some good resources now. Thanks for the help. |
Go to,
Process Configuration TAB --> Team Configuration -->Operation behavior Select Save Work Item (Server) operations in the right side. Check the Preconditions and Follow ups check box Click on Add button, You will see the name given for your Plugin.. Select and add the same. Regards Muthukumar.C |
OK..
I followed this step also. But It was not working for me. Regards, Sarthak Sharma |
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.