How to add the approvers to subscription list of work-items?
![]()
We are using RTC 5.0.2
We are in need of to add the approvers and reviewers to be added to the subscriber list of the work-items automatically not manually. Is there any configuration available for the same or do we need to write a plugin? |
One answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Mar 24 '16, 4:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
There is no built in automation available. You would have to create an extension. See https://rsjazz.wordpress.com/2012/08/02/subscribing-to-a-work-item-using-the-java-api/ and other posts on that blog. You would have to create a follow up action that checks after the save.
|