Fetch project issues when we don't know the project id (and more doc)
Hi, I installed the latest melpa version (20151202.38) and used some functions with success. Awesome !
I don't really understand what are the use cases. Please provide more doc ! Specifically, how to use helm-gitlab-issues in the commit message ? Appart from this method not working for me, I didn't get it.
Most of all I want to fetch the issues of a given project. I found out how to call gitlab-list-projects, search manually for the project id I'm interested in and then (gitlab-list-project-issues the-id). So how can one get automatically the project id ? I didn't see a method for that, is there one ? I'd think there's one, because in the package helm-gitlab there's the method helm-gitlab-project-issues which is supposed to list the issues of a given project I suppose (don't know, it isn't working, just returning a void list).
And can we get the project issues with only one server call ? Gitlab's api doesn't look very convenient to work with if it requires IDs.
Thanks ! Regards
ps: you forgot to tell in the readme that we should install another package, helm-gitlab.
As I added on the readme, a project-id can be an int or a string of the form "username/projectname".
ressembles #30