Hi,
In connect apps, the issue_deleted event had a parent
field in the payload.
In Forge, the issue_deleted event payload does not have the parent
field. Is there a way to get the Parent
of the deleted issue? Then, we can either transition the parent or calculate some field values for the parent issue. This looks like a regression in Forge. It is the same for create and update events, but in such cases, we can at least re-fetch the issue.
Is there a way to get the parent of a deleted issue?