gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Improved IssuesApi

Open pvilaca opened this issue 2 years ago • 0 comments

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

pvilaca avatar Apr 06 '23 17:04 pvilaca