validation of radio buttons

Andy Keyworth April 29, 2015

I'm trying to make a simple radio button validate: we just have to know if the user has selected something from the group. I keep trying to set the JQL query for the validator to

%{17900} != null

and define the validation as "current issue belongs to output of the query"

But when set like this, even if a radio button/option is selected, the validation fails, and the error message still displays. What is the criteria, if not null?

1 answer

0 votes
Udo Brand
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.
April 29, 2015

In JQL you find Radio Buttons with any value with this syntax

<RadioButtonName> is not empty

Suggest an answer

Log in or Sign up to answer