Forums

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

jql using status was in () ON "yyyy/mm/dd" not working

Sylvain BURGER
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!
February 24, 2026

The query below returns too many results, including tickets that are in "closed" status since 2024.

status WAS IN ("En cours", "En cours de traitement", "_Réalisation en cours") ON "2026-02-01" AND "Groupe de résolution[Dropdown]" ="Dpt Solution / Domaine Développement"

 

1 answer

1 vote
Trudy Claspill
Community Champion
February 24, 2026

Hello @Sylvain BURGER 

Welcome to the Atlassian community.

If you want to exclude issues that are currently set to "closed" then add the following to your JQL:

AND status != Closed

Sylvain BURGER
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!
February 25, 2026

Why does a ticket that :

* was in "open" status in January 2024,

* which changed to "closed" status in February 2024

* and has not changed since...

appear in the results of my query?

The ON "2026-02-01" shouldn't filter it ?

Trudy Claspill
Community Champion
February 25, 2026

Thank you for clarifying your dilemma.

From what type of Space is the inappropriate work item being retrieved? Click the ... next to the Space name, in the navigation panel on the left, for that work item. What do the last two lines in the pop-up say? It will be something like:

Software space
Company-managed

If it is a Team-managed project I found a KB stating that there is a known bug when using "status WAS" against such a project where the timeline is disregarded and all results are returned:

https://support.atlassian.com/jira/kb/in-a-team-managed-project-jql-is-not-working-if-it-contains-status-was-statusname/

The stated work-around is to use the Status ID rather than the Status Name in the query.

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events