Originally asked by ben friedman on 19 October 2020 (original question)
Hi,
to sync comments between JSD and ZD, i want to set the request type on the JSD (cloud) side.
on the incoming (jsd) side -
issue.typeName = nodeHelper.getIssueType(replica.typeName)?.name ?: "EasyShip issue"
issue.customFields."Request Type".value = "EasyShip request"
in the local (jsd) replica, the issue type is set correctly.
i didnt see the request type field appearing in the replica.
i confirm that both names (EasyShip issue, EasyShip request) are correct.
more over, i tried syncing another issue (without comments now).
on the JSD, im getting the error -
Request type `EasyShip request` requires a custom field 10049 of type `com.atlassian.jira.plugin.system.customfieldtypes:select` but none was set through exalate config.
So i guess the request type is not a custom field? in the exalate documentation its suggested that the request type is a custom field…