loblaw-sre / backstage-plugin-gitlab

Backstage plugin for Gitlab
52 stars 31 forks source link

Fix for getting 404 on Gitlab Issues Board #262

Closed Parsifal-M closed 1 year ago

Parsifal-M commented 1 year ago

Hey :wave:

This should fix #208

As advied, we should be using projectId and not project_id when looking for issues on a project, otherwise it causes a 404.

Thanks for advising on how to fix @PedroHPAlmeida