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 recently start seeing issue with status.receive()
On wiki page https://docs.idalko.com/exalate/display/ED/Status+synchronization+on+Jira+cloud+with+multiple+transitions+on+a+single+sync
it mentioned there are 4 parameters like:
Status.receive(boolean, map, map, map)
But the error message I got mentioned that it should be
Status.receive(boolean, map, map, map, boolean)
By using the above (set the last boolean to true), it does solve the problem. But i'm not sure what is does and I don't see any documentation about it.
Thanksm