We’re currently setting up a sync between two instances, and we also want to sync the watchers if they have an account.
In the documentation we found the nodeHelper.isUserAssignable to check if a user can be assigned to an issue within the project.
But once we trigger the code we get a sync error “Script error details: No project or issue key was provided.” even though the project key is provided as per the documentation (https://docs.idalko.com/exalate/display/ED/isUserAssignable).
If we remove the snippet the synchronization works again.
Where XXX is either an existing accountId or a bogus.
For the first type (existing accountId) it must return the user record. For the second type an id.
Please share the results without providing the details (or add them to the support ticket)
Is there anything outside the expected?