Hi,
I want to make it so that the person who creates a Jira ticket is REQUIRED to manually enter the priority for the ticket.
Currently, the ticket defaults to Medium Priority. I do not want this. I would like for the Priority to not default to any status, and instead to require the ticket creator to set it.
Thanks!
Hi @Mark Dallas
So as you say, there's no way at the moment to set the default priority to be null.
What you could do to potentially work around this, is:
1. Create a new priority called 'None' and set this as the default
2. Add a validator on the 'Create' transition of the workflow, to check that the Priority does not equal 'None'. This then forces the user to change it.
Not the ideal solution given this isn't fully supported, but it might do the trick.
Hope that helps - Steve.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.