Hi,
I have problems changing the issue status via exalate from cloud to the server.
Transitions are exalated correctly from server to the cloud.
In Cloud / outgoing sync:
replica.status = issue.status
On the Server / Incoming sync e.g.:
if (replica.status.name == "Selected for Development") {
//throw new com.exalate.api.exception.IssueTrackerException(replica.status.name+ " issue stat name: " +issue.status.name)
workflowHelper.transition(issue, "To Do")
}
If I do activate the comment, I get following information: Selected for Developmentissue stat name:To Do
So the if-statement works fine. For testing purposes I gave also admin rights to the proxy user, but still no success.
Looking forward for any idea, what might be wrong.
Thank you in advance,
OC