Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira automation - using variables in condition steps

Anna Mjau
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 15, 2025

In my automation I have a variable
FilteredReleaseVersionsLast, which returns a value 28.5.1 (can be seen in the logs).
In the next automation step I am doing an Advanced compare condition that checks whether FilteredReleaseVersionsLast contains a dot.

The Advanced compare condition does not seem to work, because it executes the else block (as if FilteredReleaseVersionsLast does not contain a dot, which it clearly does)

What could be wrong? What is the correct way of using the variable in the advanced compare condition? 

auditLog1.pngsteps1.pngifblock1.png






1 answer

0 votes
Marc - Devoteam
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.
September 15, 2025

Hi @Anna Mjau 

Welcome to the community.

In the conditions, use {{FilteredReleaseVersionsLast}}

Suggest an answer

Log in or Sign up to answer