Can you get issue_worklog_deleted to include full original worklog details?

jbartlett86 October 6, 2017

Hi,

I am writing an API to synchronize work logs in JIRA into a separate system with timesheet entries keyed on a task, a person and a date,

Task = JIRA Fix Version (time logging by release)

User = WorkLog author

Date = Worklog created

This work fine until I began to try and work with a work log being deleted.

I need to find the appropriate Timesheet entry to adjust (e.g. either delete or reduce time against) but because the issue_worklog_deleted webhook doesn't seem to include the full JSON block for the deleted worklog I can no longer work out what User that work log was for, or when it was originally created.

Is there any way to get either the webhook to pass through the full JSON block for the Work Log being deleted or include more fields in the ChangeLog section?

 

Thanks In Advance,

John

 

 

0 answers

Suggest an answer

Log in or Sign up to answer