Get hours current user spent in this sprint

Max Bower July 23, 2017

I want to get the hours I spent in the current sprint - as sum or as a List of Work Log entries.

Is there any way to get it in JIRA using JQL.

It seems it is only possible to get Items user logged time on.

1 answer

0 votes
jeyaganeshn July 23, 2017

Nopes not possible by just using JQL.

We use the plugin "Time Reports for JIRA Cloud"

Firstly Use JQL and filter:

project = INSERT_PROJECT_NAME AND Sprint in openSprints() AND Sprint not in futureSprints() AND assignee = currentUser()

Secondly Use the Time Reports Button in the page:

474ce39c-e7df-44a6-9d0b-3d25f0b4e48a.png

Suggest an answer

Log in or Sign up to answer