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
This thing is currently available via gitlab UI & it fires off webhooks with object kind work_item.
No available API on top of this yet, not sure how stable the entity schema is, but we could probably support that when there's officially an API over it.
What's mildly annoying here with gitlab is that - these work_item webhooks come with a X-Gitlab-Event header that says it's an Issue Hook - and go-gitlab's recommended method of parsing webhook kinda breaks down on this in attempting to parse it as an issue event. 🤷
All in all, more of a "hey gitlab did this fancy new half as**d thing that breaks some very specific existing stuff". I'm down to write some code when gitlab publishes the API to add support to the library.
The text was updated successfully, but these errors were encountered:
https://docs.gitlab.com/ee/user/tasks.html <- tasks described here.
This thing is currently available via gitlab UI & it fires off webhooks with object kind
work_item
.No available API on top of this yet, not sure how stable the entity schema is, but we could probably support that when there's officially an API over it.
What's mildly annoying here with gitlab is that - these
work_item
webhooks come with aX-Gitlab-Event
header that says it's anIssue Hook
- and go-gitlab's recommended method of parsing webhook kinda breaks down on this in attempting to parse it as an issue event. 🤷All in all, more of a "hey gitlab did this fancy new half as**d thing that breaks some very specific existing stuff". I'm down to write some code when gitlab publishes the API to add support to the library.
The text was updated successfully, but these errors were encountered: