what is the syntax to add a validator for Affect Version/s at Issue creation

Maille Christine January 30, 2017

I succeed to add validators in "Simple scripted validator" for several custome fields in that way:

(cfValues["Occurrence"]?.value) && (cfValues["Detected by"]?.value) && (cfValues."Observed Behavior") && (cfValues."Expected Behavior")

Unfortunatly I didn't succeed to add here a check of the Affects version/s

Is somebody know the syntax to be used.

 

Thank you in advance for your help.

 

C.Maillé

1 answer

0 votes
Vasiliy Zverev
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.
January 31, 2017

You could try 

(cfValues["Occurrence"]?.value) 
&& (cfValues["Detected by"]?.value) 
&& (cfValues."Observed Behavior") 
&& (cfValues."Expected Behavior")
&& ( issue.affectedVersions != null)
  
Maille Christine January 31, 2017

Thank you very much for the information. In fact in between I found it.

The point is that in the screen we have "Affects Version/s" and here we have to use "affectedVersions"

same behavior for Fix Version/s and FixVersions

when for the other fields you have to use the name of the field.

Strange...

Thank you anyway...

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events