Hello,
I'm looking for some equation, of all the links linked to my project
I try this one but it doesn't work :
"project = FA AND type = "Embedded Software" AND Created>= "2022-04-01" AND Created<= "2022-07-01" AND (priority in ("Immediate", High) OR "Severity - FA" in (4, 5) AND "Support Priority" in (High, "Immediate")) AND linked issues is not is not empty"
thanks.
Hi
I see two places that would cause the query to fail: "linkedissues" should be one word, and the "is not" operator is in there twice.
Try this:
project = FA AND type = "Embedded Software" AND Created>= "2022-04-01" AND Created<= "2022-07-01" AND (priority in ("Immediate", High) OR "Severity - FA" in (4, 5) AND "Support Priority" in (High, "Immediate")) AND linkedIssue is not empty
Hope this helps,
-Scott
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline 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.