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
Hi,
we want to synchronize tickets between Zendesk and Jira Cloud by using the "nodeHelper".
This is our code:
This works fine if the direction is "Zendesk -> Jira Cloud" (because the method "getProject" can be found). Unfortunately, in the opposite direction it throws an error "Scala.NotImplementedError: an implementation is missing" (in line 1) because there is no method "getProject" available within the Zendesk scope.
Does someone know how to solve this error?