User logged by date JQL query

neelam_anand June 5, 2020

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.

1 answer

0 votes
Olga Videc
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 5, 2020

Hello @neelam_anand 

Yes but you need Scriptrunner for it's JQL function 

issueFunction in workLogged(on "2015/07/28" by admin)

More info here 

https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_worklogged

BR, Olga

Ruediger Koch-Kukies August 20, 2022

@Olga Videc  this however captures the date on when the time was logged. Not when it actually started. People can say on Wednesday that they have done work on Monday with this. The result should be Monday, shouldn't it?

Suggest an answer

Log in or Sign up to answer