Forums

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

Formula in Structure

A_lis June 4, 2020

Hello All,

I use to JQL filter question: "End Date" <= 4w AND "End Date" > now()      ----> the result is ok

 

So then I try to transale this question to Formula in Structure (when the condition (end_date <= "4W") and (end_date > now() is ok then light the "(*y)" ):

if
((end_date <= "4W") and (end_date > now());"(*y)") 

 

but the formula doesn't work. I don't get any result

1 answer

1 vote
Egor Tasa [ALM Works]
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.
June 4, 2020

Hi @A_lis 

"4w" would not work in Structure Expr language. You'll need to use some alternative like DAYS_BETWEEN(end_date, now())<=28

Regards,
Egor Tasa

ALM Works

Suggest an answer

Log in or Sign up to answer