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
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
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.