xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.37k stars 940 forks source link

Reorder issue #1855

Closed inputvalidation closed 8 months ago

inputvalidation commented 9 months ago

This PR implements support for the reorder issue endpoint in the REST API (https://docs.gitlab.com/ee/api/issues.html#reorder-an-issue). You can use it to update the relative position to other issues, which is then reflected on the issue board (but also allows you to sort by "relative position" in the GraphQL API).

svanharmelen commented 8 months ago

Thanks @inputvalidation 👍🏻