The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Error while making CalculatedMultiSelectField

Zviad Kharazishvili
November 12, 2019

Hello, 

I'm using MISC Custom Field plugin and I want to make multi select with values.

I'm using this groovy script:

 

class OptionType extends Option{
}

def option = new OptionType();
option.optionId = 121212;
option.value = "SomeValue";

return [option];

 

and after save, field shows me error:

java.lang.IllegalStateException: Field type com.innovalog.jmcf.fields.CalculatedMultiSelectField@503302ed of field AttachementList is not supported.

can anyone help please ? 

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.