Is there a way to dynamically populate a combobox with the attributes a certain property of an artifact can take on?
e.g.
I have a custom field set up on User Stories. I want to be able to populate a combobox with all the possible values for this custom field without hard-coding it in.
In the code below the combobox is automatically populated with the allowed values of the custom field of dropdown type:
In this example I have a dropdown field with Name: myKB and Display Name: My KB. In the WS API the name shows with prepended c_, as in c_myKB. However, if I use c_myKB this error comes up:
Use the display name of the field, without spaces. Here is a screenshot showing this app in action: