Currently when filtering on only open tickets we receive a report on all the tickets including those that were already closed
Maybe you should filter with JQL on:
resolution IS EMPTY
as only closed issue have a resolution
Best
JP
Hi Somaditya
you can add a JQL clause to select the statuses you want to see.
status in (Open, “In Progress”)
staus not in (Closed)
in complex filters pay attention to precedence of clauses
can you post your filter JQL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.