timeTracked

timeTracked('startDate','endDate',['userKey'])


You can use this JQL Function in Jira's Advanced searchIt would return issues where work had been logged by the given user, and work had been logged between the dates.

Syntax:

Examples

  1. issue in timeTracked(2017-01-01,2017-02-01)
  2. issue in timeTracked(2017-01-01,2017-02-01,test_user)
  3. project = Test AND issue in timeTracked(2017-01-01,2017-02-01)