For example, there is a task A and the hours logged on Day 1 is 2 hrs and on Day 2 is 3 hrs. So today on Day 3, i only want to see yesterday's i.e., on Day 2 which is 3 hrs. But currently the hrs are being shown as cumulative like showing 2+3=5 hrs instead of 3 hrs for yesterday. Can you please let me know the query for this?
I am currently using the below query:
project = "X" AND sprint in openSprints() AND issuetype in subTaskIssueTypes() AND timespent > "0" AND updated >= startOfDay(-1) ORDER BY updatedDate
I use an addon to view daily time logs - Time reports for Jira cloud. There are other addons to consider as well. Check out the Marketplace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.