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
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.