So do you mean to say that you want to find all issues that are overdue more that 2 days? If so try this filter
status !=done and due <= 48h
Notes:
if you have other 'done' statuses then use the "not in()" function and include them all
this will give you the count but if you want to simply watch the count daily then create a dashboard and use the filter with the "Filter Counts" gadget and select "Total" as the Counts parameter
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.