I am not a developer, I can't follow any of the support documentation. I am sure this is extremely simple and I'm just hoping someone can write this for me.
I want to use the Validator on transition to require a specific field to be filled out if the current user is in the user group "QA"
my user group id is: 05fc1b87-9cb9-409c-ad33-b87def5ca949
Please help me :)
Hi @Lexi
You can use a Field Required Validator (JMWE app), select the field that needs to be required, and add this conditional validation script:
user.groupIds.includes("05fc1b87-9cb9-409c-ad33-b87def5ca949")
thank you @David Fischer . I hate asking things like this, I knew it was be very easy, I just couldn't find the correct combination of "user" and "group" on my own.
That worked perfectly. I really appreciate it! So much easier than Scriptrunner, I love the JMWE app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.