Is it possible to write an automation which does the following:
- when a user hits the "save" button
- checks if a field meets a specific condition (e.g. Assignee is not empty)
- if that condition is not met, prompts the user with something like "Please add an Assignee before saving the issue"
- does not allow the user to save the issue until that condition is met