groups of subscribers
2 answers
I had heard that you can use team areas do this, but it doesn't look feasible - any ideas?
can you create a group to add as subscribers to a workitem? I have a bunch of tasks that I need to add the same people to and adding them individually as subscribers to each task takes a long time.
Ralph has explained in his article on using plain-java-api to add subscriptions to work items.. here is the link:https://rsjazz.wordpress.com/2012/08/02/subscribing-to-a-work-item-using-the-java-api/
you may have to customize it further to selective filter the work items and add subscriptions to it.
you may have to customize it further to selective filter the work items and add subscriptions to it.
Comments
You can basically start with http://rsjazz.wordpress.com/2012/11/30/a-create-approval-work-item-save-participant/ and instead of creating an approval fetch the code from https://rsjazz.wordpress.com/2012/08/02/subscribing-to-a-work-item-using-the-java-api/ to create subscriptions. Note: the latter code shows client API, you want to use the server API instead.