API - getting a list of all projects and issues, not just as they relate to a private_token
Created by: zombified
Is there currently any way to get a list of all issues and projects in the system?
/projects seems more for getting a list of projects for a single user (based on the private_token), and /issues is in the same vien.
/projects/:id/issues show's promise, but how can I get list of all the projects so I can use this to get a list of all issues in the system, not just for a single user based on the private_token value?
Ultimately, I'd like to be able to provide the ability (external to the gitlab instance) for other team members to see all the issues I have open, and I'd like to see their issues as well. Any suggestions on how to do this would be much appreciated!