Hello Community,
We have multi select drop down custom field which has more than 10 values inside it.
When user selects more than 6 values then it should throw the error instantly saying that "you cant select more than 6 values"
We can achieve this using JMEW validators. but validators works only when we do the transition.
But, We want to display the error message As soon as user selects more than 6 options.
We don't want to wait until user do the transition then showing the error message.
Hey @PLaksh11
We don't have a way to instantly show the error message when a field is updated as we don't have a field level validation with the native Jira functionalities. You may explore the possibility of an automation rule to revert the field to its previous value if more than 5 selections are made.
A similar discussion here: https://community.atlassian.com/forums/Jira-questions/Automation-to-count-specific-selections-in-multi-select-field/qaq-p/2702711
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.