Custom workflow stopped working after upgrade from 5.0 to 5.1 (cloud)
This workflow worked fine until the upgrade to 5.1. Then it stopped.
rule Mark new issue submitted if reporter is in a group reporter
when <issue created or updated> {
if (reporter.hasRole("Reporter") && created.changed){
State = {Submitted};
}
}
Please sign in to leave a comment.
Sorry for the inconvenience.