Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in retrieving values of jira multiselect in a popup screen

Haseeb Ali
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 7, 2019

I have a form(jira screen) that pops up on workflow transition, in there I m using a multiselect custom field of jira (standard multiselect provided by jira). On issue creation event i m trying to retreive options of this field, but its returning only one item in a list  for e.g [2050] like this, wheras I selected multiple options when creating form. I am using below code to access field values .

List<Option> selectedValues = (List<Option>) issue.getCustomFieldValue(customfieldObj);

On the other hand  when using same way to retrieve values from form directly (not opening from popup) its working fine. any idea ? is this known issue in jira 7 ?

0 answers

Suggest an answer

Log in or Sign up to answer