Read worklogs for issues by JQL
Gets all worklogs for issues that match a JQL expression. The connector finds issues with the given JQL, then returns time entries for those issues. Use the same JQL syntax as in the “Read issues using JQL query” example.
SELECT * FROM Worklogs WITH (Jql='status IN (Done, Closed) AND created > -5d' )