I try to query bug/task/sub-task not move in scrum board more than 3 day in stagement below and display to team dashboard. but i got the problem about the result count weekend day.
project = project_name AND Sprint in openSprints() AND issuetype in (Bug, Task, Sub-task) AND status not in (Closed, "To Do") AND NOT status changed after -3d
How to count by working day only ?
Hello,
It is not possible to count by working days. You would need to develop your own JQL function or search for an app with such a JQL function. I am not aware about such apps, but I believe such apps must be available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.