Hi,
I would like to block the option to set the assignee to unassigned after it already have assignee set.
Scenario:
Someone set the assignee to a Jira user.
From this point I would like to block the option to change the assignee to unassigned.
Is it possible to remove the unassigned option from the users list ? (not in general, for specific cases).
Thanks
Gal
Hi @Gal Fatal ,
You can setup an Automation that is triggered by a change in the assignee field. You can check the previous and new value for this field with their respective smart values: {{issue.assignee.displayName.fromString}} and {{issue.assignee.displayName.toString}}
If the latter is empty and the former isn't you let the automation repair the original value.
Hope this helps your case,
Dick
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.