Skip to content

Allow issues that were mistakenly moved to be able to be moved again

Carlos Martinez requested to merge carlosjesus94/gitlab-ee:master into master

What does this MR do?

As explained in #31763 (closed), when an issue has been mistakenly moved to another project, the platform won't allow you to move the closed/reopened issue ever again. This MR fixes that by removing the check for moved? when trying checking if the issue can be moved.

Also, note that this is my first contribution to the project and I took this as an exercise to set everything up and get familiar with your workflow 😄

Screenshots

Does this MR meet the acceptance criteria?

Yes, issues that were previously moved can now be moved again.

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

Merge request reports