How can I retrieve the values from Found In (aka Releases defined) in order to populate a custom attribute
My client has the need to add a custom attribute "Release ID" for a defect. I would like to populate this field with the Releases that are currently stored in the RTC built-in Found In attribute, versus having the customer (or me) have to manually add new Releases in 2 places.
Is this possible to populate the new custom enumeration field automatically/programmatically based on the Found In values?
Thanks for you help!
One answer
it shouldn't be any different from other attributes. You can access the Found In attributes as WorkItemAttributes.FOUND_IN if you are going to use JavaScript.
https://jazz.net/wiki/bin/view/Main/AttributeCustomization
Depending on your use case, you may choose Default Value or Calculated Value.