-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get enumeration list selected value #167
Comments
I think we could take a look at raw data of workitem. There should be some fields to indicate the selected data. |
The raw_data object does have an element for DesignAuthority, the field I am trying to get if you go to the url, this is the contents of the page:
Which has each option and link to each options resource, clicking link for the last option, 'Suzhou' leads to this
which doesnt have that much info about if it is selected or not, the url for the 'Prune' option which the work item has selected shows not that much data either:
|
Is there any chance that the field 'Design Authority" is recorded in another work type instead of workitem? Would you help inspect the web browser to see if there are other requests related on "Design Authority". |
I confirm the issue is still there, workitem contains the full list but not selected one. The attribute appear to be defined as I have two cases with same issue that both are configured with enumerationListPicker as above, looking at project area definition I see:
on work item, even if with full attributes, nothing refers to picker or value_set_provider. |
Yeah, possibly. I did remember some of these features/settings are defined in standalone properties. It is very tricky.
Wow, I did not recognize this. It seems we need to insert a hard-coded by-pass to handle this property. |
I noticed the $ character is present in those tricky cases. |
That's really funny. 😂😂😂 |
Let's get back to the track. So shall we add a special snippet to handle this case? I don't know whether these attributes are worthy of doing that. |
Hello, I have an rtc custom work item with the field 'Design Authority" which is a check box of 5 options.
I checked my rtc settings, and i believe it is an enumeration list
But If i try to query for
rtc_cm:DesignAuthority
my rtc_client returns a list of values, with no way to determine which value was selectedI'm curious, is there a different way I can retrieve the selected value of this enumeration list? I checked the raw_data variable as well, and found out that it includes a URL which shows all the xml enumeration options, but still no way to determine which value the user has selected inside the work item
The text was updated successfully, but these errors were encountered: