How to base a Contributor List custom attribute on a role based user list value set?
2 answers
Cliff,
Good afternoon - I hope you are well.
These may not answer your specific question but may give you some options to try:
1. Creating, customizing, and deleting approval records programmatically with Rational Team Concert https://jazz.net/library/article/1118
2. Consider Value Sets: Role Based Value Set: Role Based User List provides all users in a project or team area with a specific role.
Role Based User List
You can use this customization with an attribute of type Contributor in order to limit the choice of users. Only users which have the specified roles within the team can be assigned to the attribute:
3. Data Source Value Set Providers (not sure how these would link back to "Contributor List?)
https://jazz.net/wiki/bin/view/Main/DataSourceValueSetProviders
Comments
You can use Java, I think. See https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/