In the gitlab documentation, it specifies that the issues endpoint is only for the logged in user. The only other alternative is to iterate over all the projects and get them this way. We have an external scheduling engine, but we first need to be able to get every issue that has been created.
How do I either:
- Access an endpoint which will get me all issues for all projects, preferably sorted by date order
- Create an endpoint if one doesn't exist