How to Restrict RTC action based on an Attribute value
![]() Hello All, I have a customized attribute Assigned_To (contribute). It is required that only the Assigned_To or Project_Leader (role) can perform Resulove action. How to Restrict a RTC action based on an Attribute value? Thanks. Jay Cheng
|
One answer
![]()
Ralph Schoon (61.5k●3●36●43)
| answered Aug 27 '15, 3:49 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Aug 27 '15, 3:54 p.m.
See Only Owner Can Close WorkItem Advisor You can find more information about how to find users roles in A Custom Condition to Make Attributes Required or Read-Only by Role. For all I know the only way is an advisor as above.
You can read attribute values using API like this: https://rsjazz.wordpress.com/2013/01/02/working-with-work-item-attributes/ |