Hello, I would like to set have the priority field being empty and mandatory for users to make a choice. When a customer creates a new Service Desk Ticket the value is always preset with "medium", whereas the default is set to "none" in the Priority Scheme.
I found a JIRA ticket for it, but no idea if there is a solution for Service Desk (JRASERVER-13048)
Thanks for your help!
Hi there,
Unfortunately Priority is a system field and does not have that behavior.
Only custom fields (Select List or Radio) can allow that.
If you absolutely must have this functionality, well... I believe a quick hack would be to add another value for priority (say "No Priority" or "None" or either "Choose your priority"), set that as default.
Then you need to take care for that value not being selected. Maybe validators, conditions or even a behavior script.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.