Status
Tech review

Style guide

Short description

Converts a text and lists to boolean.

Output

This function converts the a text which holds true or false to the boolean value true or false. It is mainly used in connection with the function jiraExpression().

 toBoolean(text) #Output: Boolean
Parser expressionDescription
%{%{toBoolean(jiraExpression("issues.every(c=>c.name=='UI')",subtasks()))}

This example returns true if all subtasks have a component UI

To achieve this the following functions are used:

%{%{toBoolean("true")}
This is a very basic use case - it returns true.

Parameters used in this function

ParameterInput (data type)Description
text

Any given text. 
If this text does not hold true or false, an error is returned!

This function returns a