Read worklog entries for an issue by ID or Key
Gets all worklog (time) entries for one issue. Identify the issue by IssueId in the WHERE clause or by Key in WITH.
SELECT * FROM Worklogs Where IssueId=10003 --WITH(Key='10003')
Gets all worklog (time) entries for one issue. Identify the issue by IssueId in the WHERE clause or by Key in WITH.
SELECT * FROM Worklogs Where IssueId=10003 --WITH(Key='10003')