Populating Combobox from a customfield list on Userstories level from Rally in wsapi

26 views Asked by At

On Userstory level I have a customfield, that is a list of items. How can I show these customfield items in a Combobox in Javascript on my app?

Screenprint customfield (list) on Userstory level

1

There are 1 answers

0
Kyle Morse On

The FieldValueCombobox is generally designed for this exact purpose: https://help.rallydev.com/apps/2.1/doc/#!/api/Rally.ui.combobox.FieldValueComboBox

I'm not 100% sure it will work for multivalue custom fields though. Perhaps if you set multiSelect: true in the config?

Multi-value custom fields were released after the release of App SDK 2.1, which is why there's not an out of the box component to support them. The screenshot you linked of the detail page uses a component written in React which is not yet available in an SDK.