Skip to content

Add ability to reorder issues

Brett Walker requested to merge bw-issue-reorder into master

What does this MR do?

Adds the entry point to reorder an issue for the frontend, based on the similar endpoint for moving issues in boards.

"PUT" "http://ce.gitlab.dev:5000/h5bp/html5-boilerplate/issues/2/reorder.json?move_after_id=75"

This is the backend piece for the frontend work, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29410

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Brett Walker

Merge request reports