Issues API - getting only one project issues
Created by: whatyouhide
I'm using the GitLab API in order to retrieve issues. I do a normal GET request:
curl --header "PRIVATE-TOKEN: prvt" "http://mydomain.com/api/v3/issues"
but I get only issues from a specific project (id of 13 if someone is interested). Also, when I create new issues in that project, they don't appear.
I'm an admin user if it can help. I'm on GitLab v7.0.0.