is there a way to get the data related to user logged by date without using data plane report?
i want to use JQL to get the data- I used the below query-
project = xxxx and issuetype = subtask and worklogdate = now()
but timespent gives total hrs spent till that date fir that task. I want to know Total hours spent on that day only.