I want to sync the Status field from one project to a custom field Engineering status in another project. I only want it to be a one-way sync from project B to project A.
I have this code in my Incoming Sync, but itās not working:
Since I am writing from a list field to a text field, I also tried āissue.customFields.āEngineering Statusā?.value = replica.status?.collect{it.name}.join(ā,ā)ā in the Incoming Sync, but I am still getting the error above.
Jira Cloud error
Field Field ācustomfield_10177ā cannot be set. It is not on the appropriate screen, or unknown.: customfield_10177.
I verified and that is the ID for the Engineering Status field which is on the project A side. It is on the engineering screen, but it was added after the connection was initiated.