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 have this code on the incoming sync of a Jira Service Management Cloud instance.
When the user is an internal Agent, the comment is impersonated as the user. But when the user is a customer in JSM, the comment is not being impersonated as the user.
It appears that Exalate can’t find the user even though the correct ID is being passed for the comment.executor.
I’m using the same nodeHelper method to assign the Assignee which is able to find the user and set as the Assignee
I’ve tested by making sure the customer is set as Requested Participant and in an Organization that can view and comment on the ticket.
Is this a limitation on the JSM or on Exalate’s side?