(Script Runner) Has custom field value equal to... post-function not working

Marco Colageo May 28, 2013

Hi,

dealing with a fast-track transition which whould be triggered based on the validation of a custom field.

Below is the condition used:

cfValues['Nato Classification'] == 'NATO Unclassified'

The fast-track transition is not triggered unfortunately.

Setting condition blank (True), the fast-track transition is triggered.

Note that the custom field I would like to use is a Select List.

Any suggestions?

Regards

Marco

1 answer

1 accepted

2 votes
Answer accepted
Marco Colageo May 28, 2013

FIXED simply using the getValue() function as follows:

cfValues['Nato Classification'].getValue() == 'NATO Unclassified'

Suggest an answer

Log in or Sign up to answer