gitlab4j-api
gitlab4j-api copied to clipboard
Improved IssuesApi
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
reordermethod was implemented to reorder issues in same project or group - Add Items on
IssueOrderByEnum, respecting the documentation on GitLab API documentation (in my case, I need to use the relative_position) -
getGroupIssuesusingpageanditems per page