It's all about the answers!

Ask a question

groups of subscribers


Ben Chance (1644) | asked Jun 07 '10, 9:51 a.m.
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.

2 answers



permanent link
Ben Chance (1644) | answered Aug 05 '11, 10:32 a.m.
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.

Comments
renee nelson commented Dec 03 '12, 11:20 a.m.

Ben, have you found a solution to your question? I have the question as well..


permanent link
Dinesh Kumar B (4.1k413) | answered Jul 29 '13, 6:48 a.m.
JAZZ DEVELOPER
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.

Comments
Ralph Schoon commented Jul 29 '13, 7:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.

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.