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
Hello,
currently my Exalate connection synchronizes the status for every change made to a ticket.
Now I would like to change it in such a way that the synchronization happens only if the last change/update to the issue was an update to a specific status.
So the pseudo code would be:
if(status changed in last update to “In Progress”){
update status
}
How can I achieve this (on Jira Server)?
Thank you
Johannes