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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.