GitLabApiClient
GitLabApiClient copied to clipboard
how can I move an issue?
hi all! in the issue web page there is a button to let the user to move the issue into another project.. how can I do this by code?
thank you!
The API is there: https://docs.gitlab.com/ee/api/issues.html#move-an-issue just not exposed in the issue client, feel free to submit a PR.