How to restrict workitem delivery to a specific stream?
![]()
Pravin Patil (104●1●23●123)
| asked Mar 28 '15, 1:51 a.m.
edited Apr 02 '15, 4:12 a.m. by Ralph Schoon (61.8k●3●36●43)
This link talks about change flow targets. But this will not give control on restricting changesets of a particular workitem to go only to a specific stream. How can I achieve this restriction?
|
One answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Apr 02 '15, 4:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Apr 02 '15, 4:11 a.m.
There is nothing built into RTC that does this. The work item also does not have any information that would help a system to do such a restriction. You would have to create your own advisor similar to https://rsjazz.wordpress.com/2012/11/01/restrict-delivery-of-changesets-to-workitem-types-advisordelivery-of-changesets-associated-to-wrong-work-item-types-advisor/ that somehow determines if the change associated to the work item is supposed to go to the stream or non and prevents that if not.
|