I want to automatically get issues from software repositories.
It works perfectly well with the github integration webhooks.
Issues created in gitlab projects (both public projects on gitlab.com as well self hosted)
are not shows in my Taiga Project. Testing the Payload URL and secret after entering these infor in my gitlab project says all is well (HTTP 204)…
I’ve perform a simple test to verify the Gitlab integration and it seems to works properly. I’ve used a private project in gitlab.com for this purpose.
I have follow the steps at Gitlab Integration, paying special attention to click on “Issues events” when configuring the webhook. ¿Could it be that your problem?
You cant verify your triggers in the Gitlab’s project page > Settings > Webhooks > your-taiga-webhook > Edit
If that doesn’t fix your problem, I recommend you to recreate the integration with a fresh-new Taiga project and re-defining a new webhook in the same project at gitlab.com.
I’m currently having the same issue. Payload generates correctly, and then I add it as a webhook to my Gitlab (private domain) project, including the correct trigger options. All good.
But then, when I use the test option from gitlab it does nothing on Taiga’s side. I receive as well the HTTP 204 success notification from Gitlab, however nothing appears in Taiga.
I’ve tried different times and the Taiga board is quite new, but the result is still the same.
EDIT: not sure what happened, but today it finally works. Haven’t applied anything special really. Maybe it just takes some time?