HI All
when create an issue, I want that certain fields, that is basically optional, will be mandatory for all users ( reporter) beside those that are belong to certain group.
I m using Field Required Validator ( JMWE) and cannot find the right jira expression.
regards
you can use a Fields Required Validator (JMWE app) and for the Conditional Validation option use something like:
!user.groups.includes("groupname")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.