Delete a worklog
Deletes a single worklog. Identify the issue and worklog with IssueIdOrKey and WorklogId in the WITH clause.
DELETE FROM Worklogs
WITH (IssueIdOrKey='10020', WorklogId='123465', OUTPUT=1, ContinueOn404Error=0)
Deletes a single worklog. Identify the issue and worklog with IssueIdOrKey and WorklogId in the WITH clause.
DELETE FROM Worklogs
WITH (IssueIdOrKey='10020', WorklogId='123465', OUTPUT=1, ContinueOn404Error=0)