Condition based on checkbox?

Robert Anthony January 26, 2016

Hey all,

wanted a quick rundown on how to properly use JIRA Utilities with conditions on a workflow. I have a workflow with a transition screen from "Open" to "IN Review". There is a custom checkbox field with two options, True and False. I'm assuming I use the string comparison type. I just want to know what kind value I need to type to set the workflow to go a certain way if "True" is selected?

1 answer

0 votes
GabrielleJ
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 27, 2016
Check this similiar question - https://answers.atlassian.com/questions/4240.
State 1 to 2 if checkbox = checked. Add transition condition, checkbox field != null (leave value blank) string compare
State 1 to 3 if checkbox = unchecked. Add transition condition, checkbox field != null (leave value blank) string compare

Suggest an answer

Log in or Sign up to answer