how to prevent users from opening new tickets if old tickets wasn't evaluated.
just option will enhance filling the customer evaluation
Hello @Faisal Alnusir ,
you can have Transition screen and add the fields which captures feedback and use validators to those fields,so that user will not be to close the ticket without providing feedback.
Thanks
shiva
Hi @Faisal Alnusir ,
You can do it through Jira Automation Rule :
1. Make sure you have a custom field (e.g., "Customer Evaluation"
) where users provide feedback on completed tickets. If it doesn’t exist, create one.
Create a New Rule:
assignee = currentUser() AND resolution = Done AND "Customer Evaluation" IS EMPTY
Action:
You have unresolved evaluations for completed tickets. Please provide feedback before opening new issues."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.