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.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
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!
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.
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/ .