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())
Hey @David Pratten
I would try to do it in two steps.
With pictures:
First check how many items I created in the last 14 days (result - 9)
The check the postive statement - how many items changed status (result - 2)
Then check the last step - combine != with the [The positive statement filter] (result - 7)
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.