How to change role based users in Owned By attribute in WI depending on state changed.
Hi Team,
My scenario is that,Supposed WI state is start Developing, on this state automatically set all developers name from project to owned by attribute,same as when State is Under Testing then on this state set automatically all testers name to same owned by attribute.Is it possible using JavaScript .
Can Anyone suggest any idea on the Same.
Thanks in Advance.
Best Regards
Amruta.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 02 '17, 5:53 a.m.Albert Yao
Jun 02 '17, 5:53 a.m.Hi, Amruta, I have the similar requirement&question of RTC customization.If you have any progress, please post it in this, I and many RTC users will appreciate it!
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 02 '17, 6:06 a.m.Form the description of the question, I am not sure what is asked for, but I am absolutely unable to relate it to your requirement. I think that attribute customization actually provides you with value sets. Also, the Java API also provides the API that can be used to get users by role. A Java based value set can likely provide you with this. See RoleBasedUserProvider in https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ . But that is not what I get from the question at all.
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 02 '17, 6:19 a.m.So if the original question is getting role based user list as value set to choose from, a custom value set (Java) could be a solution See RoleBasedUserProvider in https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ .