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.
There is a custom field "Email";
I need a validation script to check if any other issue in the same project has the same value for the custom field "Email".
I'd like to run the script on "ScriptRunner" as displayed below.
Following doesn't work:
count(issuesFromJQL("project = %{issue.project.key} AND 'Email' = issue.email ")) == 0
This one doesn't work as well:
issuesFromJQL("project = %{issue.project.key} AND 'Email' = issue.email ").count == 0
I appreciate your support on this.
.
Thank you for your question.
I can confirm that the ScriptRunner for Jira Cloud plugin provides workflow Validators using the Jira Expression Framework as documented in the Atlassian API documentation page located here or in the documentation page located here which explains how to add in a new validator to your workflow.
We can confirm that when viewing the Jira Expression Framework API documentation page linked above you can navigate to the Context variables section which shows what variables are provided by this framework that can be used to create the expression.
If you then click on one of the variables it will show all the properties that can be called on the variable for the expression such as for the issue variable as shown here and you will be able to check this to see if Atlassian provides a variable that contains the item you want to check against.
We can also confirm we have some examples of validators that can be used as a reference guide in the page located hereas well as in the documentation page located here.
We would recommend using these documentation pages linked above as a reference guide to help to create the validator expression that you require.
Finally, I can confirm that I have checked the Jira Expressions documentation pages linked above and can confirm that Atlassian does not provide any way to search for a set of issues using JQL which means that you will be unable to create a scripted validator that is based on a JQL search inside of Jira Cloud.
I hope this information helps.
Kind Regards
Kate
Thank you for the detailed information Kate, I appreciate.
I think this feature should be added to Jira Expressions.
Kind regards.
Zeyd
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.