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

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

Suggest an answer

Log in or Sign up to answer
0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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