I set a validator for transitions to In Progress status that makes "Assignee" field mandatory. So person who moves ticket to In Progress is prompted to assign the ticket.
But I cannot find a way to prohibit unnassigning ticket that is in In Progress status. I need to make this field mandatory for this status only.
Hello,
You should add a workflow property to this status:
jira.permission.assign.denied
You can find more info here:
https://www.j-tricks.com/tutorials/permissions-based-on-workflow-status
Awesome! So similar answers within a minute! +1ed! 😀
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add a property to the In Progress status like:
jira.permission.assign.denied
If in doubt, check this old but still relevant article:
https://www.j-tricks.com/tutorials/permissions-based-on-workflow-status
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.