You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
What are how do you use validators in Jira? What are some examples scripts that I to get the most out of them?
Welcome to Atlassian Community!
Validators are used in the workflow to validate if certain conditions have been fulfilled before transitioning the issue, for example make fields required, check if a field has been changed etc. You can find the default validators here. The default validators do not have a script option, so you would need an app that extends the validators to do that, like scriptrunner.
Thx for the responds. I saw in the link that you provided that you can also use validators for permissions. How would that work? I have users should or shouldn't have certain permissions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The permission validator is based on the permission scheme, so it validates that the user has a specific permission, like Edit issues. You can learn more about each permission here. Note that these permissions only applies to company-managed projects.
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.