Automatically subscribe to work items that are a "Filed Against: " a particular area
![]()
I'd like to be able to subscribe to any work items that are filed against a particular team when they're created. I found the following guide online but it only describes the procedure to subscribe to all work items in a particular project:
http://www-01.ibm.com/support/docview.wss?uid=swg21580771 Is what I'm after possible in RTC? |
2 answers
![]()
In step 6 you see that you have also "Calculated Values" available. By scripting you might add a dedicated user or current user based on a certain category.
But I suppose, that does not provide the flexibility you are looking for.
Comments Any idea on where I can find information on the scripting API that RTC uses?
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I need to correct myself, you can actually access the subscriptions in scripts. You would have to pass the UUID's for the contributors.
|
![]()
With calculated fields I refer to client side scripting (JavaScript, dojo framework). These are my starting points
|