It's all about the answers!

Ask a question

server side plugin extension in rtc


Aayushi Rag (217) | asked Apr 11 '18, 1:09 a.m.

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


permanent link
Ralph Schoon (63.3k33646) | answered Apr 11 '18, 1:54 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Apr 11 '18, 1:55 a.m.

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.

Aayushi Rag selected this answer as the correct answer

Comments
Aayushi Rag commented Apr 11 '18, 2:30 a.m. | edited Apr 11 '18, 2:35 a.m.

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.


1
Ralph Schoon commented Apr 11 '18, 2:41 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.

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.