Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Consider adding support for the issues API #133

Open
3 tasks
RamblingCookieMonster opened this issue Dec 6, 2017 · 5 comments
Open
3 tasks

Consider adding support for the issues API #133

RamblingCookieMonster opened this issue Dec 6, 2017 · 5 comments
Assignees

Comments

@RamblingCookieMonster
Copy link

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!

@robinmalik
Copy link
Contributor

Get-GitlabIssue is supported in pull request #175

@demeesterdev
Copy link

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
Copy link

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

@ngetchell
Copy link
Owner

@tdemeester This would be a great addition.

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

@colombeen
Copy link

colombeen commented Oct 7, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants