ich plane, GitLab-Tickets mit awork-Aufgaben zu synchronisieren und nutze dafür Make.com. Die Erstellung neuer Aufgaben in awork basierend auf GitLab-Tickets funktioniert bereits. Nun möchte ich Updates bestehender Aufgaben umsetzen, stoße dabei jedoch auf folgende Probleme:
Mapping mit Custom Fields: Ich habe die Custom Fields GitLab-Issue-ID und GitLab-Issue-Linkerstellt, um ihre IDs für das Mapping zu verwenden. Der API-Endpunkt https://api.awork.com/api/v1/projects/:projectId/customfielddefinitions liefert jedoch nur HTML-Code der Website statt des erwarteten JSON-Bodys. Ich erhalte jedoch Status 200.
Best Practices: Gibt es eine empfohlene Methode zur Synchronisation bestehender GitLab-Tickets mit awork?
Alternative Ansätze: Ist die Nutzung von Custom Fields sinnvoll oder gibt es bessere Lösungen?
that sounds like a good approach. We are doing the same for our internal github integration.
The endpoint is the right one and should work. Could you paste the curl so i can check for typos? If you go to the settings page of a project you should see in the network tab in the browser the same call.
@jim.wilken we can still not find anything in our logging. Is the html you are seeing from our website or our awork webapp? can you send the complete html to nils@awork.com?