is there a way to prioritize tickets by given answers?
If specific questions have certain answers, the priority must be increased or decreased.
So that based on the user input the priority is calculated.
I couldnt find if this is posseble or not.
This should be fairly simple to do using automation assuming the number of cases is minimal and the potential answers are limited to a standard set (probably using a select box or similar).
In automation, setup an automation with the following:
Trigger: On issue create
Condition: If else block — Issue fields condition — check that the select field is set to a value that you care about.
Action Inside the if block: Edit issue — set priority to appropriate value.
Repeat this for each potential answer.
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.