Automatically subscribe to work items that are a "Filed Against: " a particular area
http://www-01.ibm.com/support/docview.wss?uid=swg21580771
Is what I'm after possible in RTC?
2 answers
Comments
Any idea on where I can find information on the scripting API that RTC uses?
I need to correct myself, you can actually access the subscriptions in scripts. You would have to pass the UUID's for the contributors.
A Java extension see https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ is another approach you could take.
Please be aware that a calculated value would always calculate and a default value provider is pretty useless, because the filed against value is not set when it runs. Therefore a custom participant would probably be the best option. Follow https://rsjazz.wordpress.com/2012/11/30/a-create-approval-work-item-save-participant/ for an example. This is for approvals, but subscriptions are similar. There is a description of the subscription API on that blog as well.
-
Use Rational Team Concert to create calculated fields within a work item
http://www.ibm.com/developerworks/rational/library/rational-team-concert-calculated-fields-work-item/index.html -
Customization of Work Items in Rational Team Concert
https://jazz.net/library/article/1003/ -
Work Items attribute customization
https://jazz.net/wiki/bin/view/Main/AttributeCustomization
-
Rational Team Concert 4.x Extensions Workshop
https://jazz.net/library/article/1000 -
SDK Information and examples
https://jazz.net/wiki/bin/view/Main/RtcSdk20 and https://jazz.net/wiki/bin/view/Main/RtcSdk30.