Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL to track the efforts logged by the developers in the sprint

Crp Rajan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 1, 2025

I would like to know how to track the efforts logged by the developers in the current sprint using JQL built -in functions and keywords?

1 answer

0 votes
Trudy Claspill
Community Champion
August 1, 2025

Hello @Crp Rajan 

Welcome to the Atlassian community.

What type of output are you trying to get?

JQL can provide you with a list of issues against which time has been logged during a time period with worklogdate field.

https://support.atlassian.com/jira-software-cloud/docs/jql-fields/#Worklog-date

If you combine that with a criteria for Sprint then you could get the issues in the sprint where work has been logged during a date range you specify:

sprint=X and worklogdate >= {insert start date of sprint} and worklogdate <= {insert end date of sprint}

Jira does not provide sophisticated time tracking reporting. If you want a report of the amount of time logged during a time period or by specific users that would require 3rd party apps.

Suggest an answer

Log in or Sign up to answer