Custom fields and labels in forge jira issue events

Hello!
Is it possible to get custom field and label data within avi:jira:created:issue and avi:jira:updated:issue forge events?

Appreciate your help,
Daniel

1 Like

Hi, @DanielNash,

The issue created event contains only a set of selected system fields (see the event type reference). The issue updated event is similar but in addition it also contains the changelog, which should include both custom fields and labels, see its type reference.