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?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.