It's all about the answers!

Ask a question

How can I retrieve the values from Found In (aka Releases defined) in order to populate a custom attribute


Denise Lindsey (1326) | asked Jul 18 '17, 6:39 p.m.

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



permanent link
Donald Nong (14.5k414) | answered Jul 19 '17, 12:13 a.m.

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.

Your answer


Register or to post your answer.


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.