Skip to content

Support sorting issues using `relative_position`

Brett Walker requested to merge 9121-sort-relative-position into master

What does this MR do?

Adds a "Manual" sorting option for project and group Issue lists. This sorts by the relative_position column on the issues. Positioning is global per GitLab instance.

Descending sorting is currently not supported. Drag/drop sorting will be added, so for now only support an ascending sort order.

100 issues are shown (rather than 20) when sorting by relative_position

Note: Additional frontend work will be done in a separate MR. This MR should not be merged until that work is done and ready to be merged.

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

Close https://gitlab.com/gitlab-org/gitlab-ce/issues/62178

Edited by Brett Walker

Merge request reports