Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved IssuesApi #941

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Improved IssuesApi #941

wants to merge 4 commits into from

Conversation

pvilaca
Copy link

@pvilaca pvilaca commented Apr 6, 2023

With this "Pull request" the connector gains the power to order issues and list the issues in the specified order.

Some features were implemented in this PR, namely:

  • a reorder method was implemented to reorder issues in same project or group
  • Add Items on IssueOrderBy Enum, respecting the documentation on GitLab API documentation (in my case, I need to use the relative_position)
  • getGroupIssues using page and items per page

Copy link
Collaborator

@jabby jabby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @pvilaca
Thanks for your contribution.

I have few questions about your PR. See below.

@pvilaca pvilaca requested a review from jabby June 19, 2024 15:48
Copy link
Collaborator

@jmini jmini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

relative_position is still a duplicate of RELATIVE_POSITION in the IssueOrderBy enum

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

Successfully merging this pull request may close these issues.

3 participants