How to make the Opeartion behavior :Custom preconditions(Advisor) as configurable in RTC
Hello All,
I am developing a server side plugin,
I have a use case wherein "User can close the current WI only with the proper WI linked to it, otherwise the it should restrict the user to close the WI"
For Eg, "Story" should have the link type "children" to a "task" before setting to the state "Done".
Now How can I make the highlighted ones configurable ? i.e, I should be able to change from Story to another WI(say Defect or Task) and link to others...
As we have one built-in precondition "Required attributes on types and conditions" where the attributes are set to mandatory based on selection(configuration) on particular states.
Is it possible to configure a similar kind with 4 columns(Parent WI Type, Link, Linking WI Type, State)
Could you please assist me on how to make this configurable ?
2 answers
See the Rational Team Concert Extensions Workshop Lab 5. Also see https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ .
Aspect editor customization is currently only available for the RTC Eclipse client it is not available for the web UI..