Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Question by Kevin Ketchum:
I am getting this error in the sync attempt while trying to sync the Epic Status value:
Field Specify a valid 'id' or 'name' for Epic Status: customfield_10012.
This is my setting on the incoming script - as you can see, I'm setting it to a specific value:
issue.customFields."Epic Status".value = "To Do"
Jira Server Outgoing:
Jira Cloud Incoming:
Hi
From the line:
Could you verify that the custom field Id "10003" is the correct one for the Epic Status field, usually 10003 is used for Epic Name.
Kind regards,
Daniel
I have confirmed in our system, the Epic Status internal ID is 10003.
In case this helps, the replica data from our system (when looking at the error in the cloud instance) shows this for the Epic Status field:
Another observation:
When I use this to attempt update the Epic Status field:
I get this in the stack trace.
Using Postman, when I use this JSON to attempt to update the field, I get the exact same error
(the top is the JSON I use in the PUT, and the bottom is the results)
However, when I use this JSON format, the field is updated correctly: