Hi There,
using EasyBI, I am trying to report the number of issues that get closed within a custom number of days from creation date. we do not use due date, but we do use resolution date.
See Example here:
5 issues were created on November 1, with the following resolution dates:
- 2 Resolved Nov 3 (2 days after create)
- 2 resolved Nov 5 (4 days after create)
- 1 resolved Nov 10 (9 days after create)
Assuming that I want to see all issues closed within 7 days of the creation date (Considered "In Time", I hope to see a table like below:
(Specifically focusing on returning results for the 3rd column)
Date: # issues created # issues Closed "In Time" Close Rate
Nov1 5 4 80%