Forums

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

Creating query to gather team defects by project

Eric
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 4, 2019

Trying to create a query to gather defects create by project. I have this query so far; 

"Epic Link" = "REQx, REQx, REQx, REQx" AND issuetype = Bug AND created >= 2019-04-01 AND created <= 2019-06-04

 

But the query does not run at all unless I use only one req at a time, which is what I wouldn't like. Does anyone know any helpful queries. 

 

Thanks

1 answer

1 accepted

0 votes
Answer accepted
Dave Theodore [Coyote Creek Consulting]
Community Champion
June 4, 2019

Try something like this:

"Epic Link" in ( REQx, REQx, REQx, REQx ) AND issuetype = Bug AND created >= 2019-04-01 AND created <= 2019-06-04

 The "=" operator expects a single value.

Jack Brickey
Community Champion
June 4, 2019

But you mention by project. So maybe get rid of the epic links stuff all together and replace with 

project = my project 

Eric
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 4, 2019

Thank you!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events