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};
   }
}
0
2 comments
Thank you for feedback, we'll fix it ASAP. Please follow JT-23672.

Sorry for the inconvenience.
0
Avatar
Permanently deleted user
Just wanted to place some extra attention on this issue as currently none of our clients have a working helpdesk solution for our products as we  rely heavily upon youtrack and workflows.
0

Please sign in to leave a comment.