Hello Community.
I have this query;
project = "Platform Integration" AND "Epic Link" in (Enablement, Project-Support, Operate-Support, Initiatives, ICC, Business-Process) AND (status not in (Open, Closed) AND updated <= 2023-06-23 OR status changed to Closed after 2023-06-17 AND status changed to Closed before 2023-06-23) AND status = Closed
I want to add <= before the last to dates but I get an error that says that I need to add quotation on '<=' but if I add it, I still have the mistake. Does anyone know how to fix this?
Hello @Valeria Colome
Can you show us how you modified the query?
The use of "before" is the equivalent of using "<". You would not use both.
If you want the equivalent of "<=" then you need to set your date one day forward - 2023-06-24. Then the "before" comparison will match all dates before the 24th, including the 23rd and all dates before that.
Perfect, that worked! I didn't know that before stands for <.
Thanks Trudy!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If your question has been answered to your satisfaction, please consider marking the Answer as Accepted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.