Hi,
status must not change if the issue is not assigned to any of the user in Jira.
anyone please suggest what would be the condition.
Regards,
Abhishree Nagesh
Hello,
If you are on Jira Server and have Script Runner, you can write a script condition such as:
issue.assignee == null
Or if you have Suite Utitilies plugin you can use Value Field condition, too.
But you need to add it to all your transitions, of course.
Hope it helps.
Regards,
Elifcan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.