I'm faced with a task in which I need to show information about the number of tasks that were in status during a certain period. Those, what number of tasks were in the TO DO, IN PROGRESS and DONE status at 09:00, 10:00, 11:00, etc. to see the dynamics of task processing by specialists.
To generate a list of tasks that are in the required status at a certain moment in time, I use the TIS Time Reports application and a request in the form ( project = "projectName" AND issuetype = name AND status was in (statusname1, statusname2,statusname3) on "data time" . To obtain a list of tasks for each specific status at a certain point in time, I use summing criteria with request for all statuses in the form (status was statusname1 on "data"). But to see this information over a selected period of time in dynamics I need another tool. Has anyone encountered this problem?.