You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gitlab issue event sends assignees (multiple) not assignee (single) (#161)
I also got hit by the gitlab API change where the IssueEventPayload
doesn't contain a field 'assignee' but only 'assignees' - even though
there's only one...
#159
The 'assignee' field is deprecated but not removed
(https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#issue-events)
so it's kept in the struct.
---------
Co-authored-by: Kuba Raczkowski <kuba.raczkowski@spectricity.com>
0 commit comments