Forums

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

"Option value 'values' is not valid" Error

francis.guibernau
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!
February 22, 2022

Is it possible to copy multiple values of a multiselect custom field from one issue to the same field in another issue?

I am currently encountering the following error when the source customfield contains more than just one value.

Screen Shot 2022-02-22 at 20.12.05.png

My code:

Screen Shot 2022-02-22 at 20.11.24.pngIt should be noted that in the case that the source field contains just one value, the append is performed without problems.

2 answers

1 accepted

0 votes
Answer accepted
Melo
Community Champion
February 22, 2022

Hi @francis.guibernau, welcome to the community!

I would use the regular "copy value from" instead of the advanced one in this scenario.

mvalue.PNG

Please let me know if that helped.

Cheers,

Melo

Kendall Totten
Contributor
September 20, 2023

Hello, unfortunately using the Copy value from one multi select field to another doesn't work.  

0 votes
YY Brother
Community Champion
February 28, 2023

I have the same issue:

Edit issue
Error editing issues
BCM-4 (Option value ' xxx' is not valid (customfield_16189))
Issues edited successfully
BCM-4
Automation Rule: Copy a multi-select field value from the linked issue's same field:
Trigger: issue creation
Branch: For Linked issues -> create a variable to store the linked issue's Region field value
varFeatureRegion: issue.Region
Branch: For each: Smartvalue:
{{varFeatureRegion.split(",")}}
Action: Edit issue with Additional fields:
{
"update": {
"customfield_11238": [
{
"add": {"value": "{{varRegion}}"}
}
]
}
}
What's the reason why mutiple Region values cannot be copied correctly?

Suggest an answer

Log in or Sign up to answer