We are on JIRA Server and have ScriptRunner.
I'm trying to make it so that when a user is looking at an issue, when they are in To Do and click on the In Progress button (not while they are in an edit screen), if there is no assignee for that issue, then it prevents them from going to in progress.
In editing the workflow, I've:
assignee is not empty
But when I'm looking at the issue, I see that there is no assignee, and I click on the In Progress button, it still allows the issue to transition.
I've also tried with a validator, using the Simple Scripted Validator option and this condition:
issue.assignee != ""
That didn't work either.
What am I doing wrong?
Can you show us your Workflow diagram and point out to which transition(s) you added the condition?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.