Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,424
Community Members
 
Community Events
185
Community Groups

ScriptRunner how to add additional 'built-in scripts'?

We use custom validators that are repeated on various tranisitions in the JIRA workflow. Therefore I'd like to add our scriptrunner validator to built-in validator scripts. 

I came across an example for listeners but would like to know how it can be done for Validator. 

example for listener:

@ScriptListener
class SampleScriptListener implements CannedScript {

public static String FIELD_MY_PARAM = "FIELD_MY_PARAM"

@Override
String getName() {
"Sample listener"
}

@Override
String getDescription() {
"Sample listener from a plugin"
}

@Override
List getCategories() {
[] // unused
}

example for validator (doesn't work):

class MyFirstValidator implements CannedScript {

public static String FIELD_MY_PARAM = "FIELD_MY_PARAM"

@Override
String getName() {
"My Validator"
}

@Override
String getDescription() {
"Sample listener from a plugin"
}

@Override
List getCategories() {
["Validator"] // unused
}

 Is there an annotation that I need to use for validator? Do you have an example I could use?

1 answer

0 votes
Nisha Hajamohideen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Mar 23, 2018

Thanks Nisha for responding here. 

I'm afraid this is not what I was looking for. I need an example how to implement CannedScript for a validator I have created. 

So that it is available as another built-in "Script Validator" similar to "Fields(s) changed validator". 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events