role based permission in cross functional team
![]()
I have a cross functional Team, the developer is also tester and sometimes verifier. When an CR is created everyone can change the status of IR/CR. How do I restrict permissions. Suppose, the CR is in verification state and I want the verifier as the only person to modify the CR in verification state and allow transition to the next state, how do I do that?
|
3 answers
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Jan 21 '15, 5:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
In RTC, every user gets one or more roles assigned. You can set permissions to change states and attributes for every role. See https://jazz.net/library/article/291 for how that works.
|
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Jan 21 '15, 9:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
If you want a state based operational behavior, you have to extend RTC. See https://rsjazz.wordpress.com/2014/05/26/only-owner-can-close-workitem-advisor/ for an example.
|