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
When I attempt to Sync the Status field of one project to a custom field "Engineering" in another (via Jira Cloud, same Jira instance), I get the following error:
Field Field 'customfield_10181' cannot be set. It is not on the appropriate screen, or unknown.: customfield_10181.
I have verified that the Engineering Status field is on the screen used in the project I'm sending the value to.
Here is my script:
Outgoing:
replica.status = issue.status
Incoming:
issue.customFields."Engineering Status".value = replica.status.name