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
I am new to scriptrunner validators and groovy. I would like to create a validator that ensures that the issue is Linked to another issue using "Related to" type of link, and that the linked issue is a specific issue type.
For example, something like this:
if (linked issue exists AND link type is "relates to" AND linked issue is issuetype = "Epic") {
SUCCESS
} else {
Display error: "You must link this issue to an Epic using relates to"
}
We are currently trialing Jira and scriptrunner. This capability is paramount to giving us a successful "go head" for using Jira over other products. We are currently using scriptrunner for other capabilities so to be able to do this with as few addons as possible, I would prefer to do this with scriptrunner, while I know this may be easier to do with other addons like JMWE.
Welcome to the Atlassian Community!
You have labelled this with Cloud, but you mention scriptrunner and groovy, so I'd like to confirm if you are on Server or Cloud before writing the wrong essay!
The reason is that on Server/DC, you would write a validator script in groovy, which I can help you with, but on Cloud, validators are written as Jira expressions and I'm less familiar with them and would probably want to get us some help from the SR4C team (as mentioned in the docs) .
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.