The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to make 2 fields mandatory on a worfklow transition using scriptrunner

Jodi Hoffmann
April 2, 2019

Hello,

I am trying to make 2 fields mandatory on a workflow transition using a validator.  We don't have JSU, instead we use Scriptrunner.  I am using a simple scripted validator.  Below is the code I am using:

cfValues['Digital Initiatives', 'Innovation']

 

When I update the fields I still get the error message that the fields are required and it won't let me go any further.

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
PD Sheehan
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 Champions.
April 30, 2019

Try the following instead:

cfValues['Digital Initiatives'] && cfValues['Innovation']

If you want each field to report that they are required separately, create 2 separate simple scripted validator, then you can customize the message and field for each.

The downside to using only scriptunner simple scripted validator is that by default users will not know the field is required until they submit it. Try using a behaviour at the same time to provide a visual clue. 

TAGS
AUG Leaders

Atlassian Community Events