Hi,
I am trying to set the values of a multi select database picker in a Service Desk Customer Portal with behaviors based on the selection in another field. My problem is, that there is no value displayed on the screen.
I have tried with getFieldById("customfield_15538").setFormValue([36]).
If I do getFieldById("description").setFormValue(getFieldById("customfield_15538").value) the description field has a value of 36.
So it seems the value gets set but the field does not update the display.
Please let me know, if there is any way to populate the database picker in a way that the automatically set value(s) are displayed to the user.
Thanks
Thomas
You have to update the issue.
ComponentAccessor.getIssueManager().updateIssue (
ComponentAccessor.getJiraAuthenticationContext().getLoggedInUser(),
issue, EventDispatchOption.DO_NOT_DISPATCH, false)
Hi All,
We are sorry you are experiencing this issue. We have an open bug report for this here:https://productsupport.adaptavist.com/browse/SRJIRA-4623
Feel free to add yourself as a watcher to the ticket so you'll be automatically notified as soon as it's fixed and released.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd like to know this as well. I need to write a behaviour to reset a database-picker but getFieldById("something").setFormValue(null) does not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://productsupport.adaptavist.com/browse/SRJIRA-4496
Looked around and found this. Looks like in order to get the selected values in a database-picker one can't just use getCustomFieldValue() like other custom fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.