Forums

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

Query not working

Mangesh Waikar
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!
September 26, 2024

i am still seeing an issue which is not part of this sprint

 

Screenshot .png

2 answers

1 accepted

1 vote
Answer accepted
Shawn Doyle - ReleaseTEAM
Community Champion
September 26, 2024

Hi @Mangesh Waikar 

I'm guessing the extra issue is a blocked issue?  As soon as you used an OR in the JQL you are opening it up to all Blocked issues.  I would place ()s around that last part of the JQL.

(Status = Dev or Status = Blocked) 

There are some other issues with the JQL, the two sprint parts seem redundant, if you only want Sprint = 185, then all Sprints it finds won't be empty.

 

Mangesh Waikar
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!
September 27, 2024

yes, the extra issue is the blocked issue. thank you for explaining.

2 votes
Evgenii
Community Champion
September 26, 2024

Hi, @Mangesh Waikar 

Welcome to Atlassian Community.

There is a problem with JQL query.  Put status conditions to clauses. It must look like

AND (status = DEV OR status = Blocked)


Or use status condition like

status IN (DEV, Blocked)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events