Forums

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

search for issue problem

Omri Zeman July 18, 2022

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.

1 answer

1 accepted

0 votes
Answer accepted
Scott Theus
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.
July 18, 2022

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events