Hello, I need to get a count of all tickets that were unresolved on January 1,2021 so that I can give a true comparison of the improvements in the backlog. Anecdotally, I know that we decreased the backlog by about 100 tickets but I can't seem to get a good query to support this.
maybe this...
status was not Done BEFORE 2021-1-1
you would want to adjust for any 'done' statuses
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.