Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to "Tasks", eventually #1577

Open
2785 opened this issue Nov 17, 2022 · 2 comments
Open

Add support to "Tasks", eventually #1577

2785 opened this issue Nov 17, 2022 · 2 comments

Comments

@2785
Copy link
Contributor

2785 commented Nov 17, 2022

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

@svanharmelen
Copy link
Member

svanharmelen commented Nov 18, 2022

Let's see how the API turns out when it's made public 😏

@svanharmelen
Copy link
Member

Is this still an open issue, or should we close this one for now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants