The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

complex smart querty with spaces in lookup objects attribute name

Arthur Vernon
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 12, 2022

I am trying to create a variable with the following complex formula.

proceed = {{and(not(equals(technicalApproverGroup,"")), lookupObjects.Technical Approval Required)}}

In short, if there is no approver group assigned and technical approval is required, I want to bail out of the automation rule.

Elements of this in isolation work. For example I can create 

parta = {{lookupObjects.Technical Approval Required}}
partb = {{not(equals(technicalApproverGroup,""))}} 
proceed = {{and(parta, partb)}}

The element that is not working is "lookupObjects.Technical Approval Required" when specified In the in the first rule. The outcome is always false and no error message is reported. I have tried wrapping the Technical Approval Required in quotes, round brackets... nothing seems to work.

Question is, how can I get the first formula to work?

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events