PSGitLab icon indicating copy to clipboard operation
PSGitLab copied to clipboard

Consider adding support for the issues API

Open RamblingCookieMonster opened this issue 8 years ago • 5 comments

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!

RamblingCookieMonster avatar Dec 06 '17 01:12 RamblingCookieMonster

Get-GitlabIssue is supported in pull request #175

robinmalik avatar Jun 13 '18 12:06 robinmalik

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 to
  • Get-GitLabGroupIssue : Get a list of a group's issues.
  • Get-GitlabProjectIssue : Get a list (or a single) project issue
  • New-GitlabProjectIssue : Create a project issue
  • Set-GitlabProjectIssue : edit a project issue
  • Remove-GitlabProjectIssue : remove a project issue

demeesterdev avatar Jul 30 '18 09:07 demeesterdev

Did some work on the above. Would this work for you?

demeesterdev avatar Jul 30 '18 09:07 demeesterdev

@tdemeester This would be a great addition.

Fix the minor issues with the PR and consider it accepted!

ngetchell avatar Aug 01 '18 00:08 ngetchell

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.

colombeen avatar Oct 07 '18 19:10 colombeen