server side plugin extension in rtc
I want to develop a server side plugin(to be clear, its a follow up action on save work item) which should be able to restrict the work item to be assigned to the contributors that are not within the concerned team area of the work item.
Please give me some ideas regarding how to start with this.
P.S :- I have already gone through the workshop pdf
Accepted answer
Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
And perform the Extensions Workshop.
https://rsjazz.wordpress.com/?s=advisor shows various example advisors/pre-conditions.
And, no, you want an advisor/pre-condition if you want to restrict something.
Comments
i have already gone through the extension workshop(second link). Now if i want to configure the code, how should i proceed in order to fulfill my requirement.
Sorry, I don't understand what you are asking. If you ask how to create your own extensions, you would have to create your own code analogue to the workshop.
I provided example code for pre-conditions/advisors e.g. https://rsjazz.wordpress.com/2014/05/26/only-owner-can-close-workitem-advisor/. Where you can see the difference between an advisor and a participant.
1 vote