Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

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:

  • startDate, endDate: should be in YYYY-[M]M-[D]D date format
  • userKey (optional): user key of the worklog author

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)
  • No labels