Forums

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

JQL filter Time in Status

David Pratten
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 20, 2024

If you are wanting to filter for more than (say) 14 days time in status the idiom is as follows

created > -14d and not status changed during (-14d, now())

 

1 answer

0 votes
Anett Braun
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 6, 2025

Hey @David Pratten 

I would try to do it in two steps.

  1. create a filter with the positive statement - created in the last 14 days and changed status in the last 14 days - save and get Filter ID
  2. create a filter to list all created in the last 14 days and then subtract !=[The positive statement filter]

With pictures:

First check how many items I created in the last 14 days (result - 9)

CreatedLast14days.jpg

The check the postive statement - how many items changed status (result - 2)

ChangedStatusLast14days.jpg

Then check the last step - combine != with the [The positive statement filter] (result - 7)

NotChangedStatusLast14days.jpg

When the basic combination works you can fine tune with other filter elements (Project, Task, Assignee...etc)

Similar solution: 
https://community.atlassian.com/forums/Jira-questions/Subtract-results-from-one-filter-from-another-filter/qaq-p/1038415

 

Suggest an answer

Log in or Sign up to answer