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
I'm looking the use the Zendesk form ID and the customfield Type to define the Jira project that will be used to create the Jira ticket. How do I compose the Zendesk outbound and Jira inbound script to do this?
So far, I only have a default project being setup in Jira...
if(firstSync){
issue.projectKey = "SUP"
issue.typeName = nodeHelper.getIssueType(replica.type?.name, issue.projectKey)?.name ?: "Support"