PSGitLab
PSGitLab copied to clipboard
Consider adding support for the issues API
It might be handy to expose portions of the issues API for example, something like:
- [ ] Get-GitLabIssue (maybe default to Project vs. group? or different functions?)
- [ ] New-GitLabIssue
- [ ] Close-GitHubIssue
among others
Cheers!
Get-GitlabIssue is supported in pull request #175
I'm reading trough the api docmentation on gitlab.| and issues are children of projects. would it be alright to implement the following cmdlets?:
Get-GitlabIssue: Get all issues the authenticated user has access toGet-GitLabGroupIssue: Get a list of a group's issues.Get-GitlabProjectIssue: Get a list (or a single) project issueNew-GitlabProjectIssue: Create a project issueSet-GitlabProjectIssue: edit a project issueRemove-GitlabProjectIssue: remove a project issue
Did some work on the above. Would this work for you?
@tdemeester This would be a great addition.
Fix the minor issues with the PR and consider it accepted!
How far along are you guys on this? I could really use this. I need to import a huge amount of records from a different platform into gitlab issues.