should be able to select any accessible project when moving issues
Summary
I cannot move an issue to another project, even if I can create issues in that project.
Steps to reproduce
- create project A and B, which you are Maintainer in
- find project C, which you only have access to create issues (no special access required?)
- create issue in project A
- try to move the issue to project C
Example Project
Take anarcat/scripts#1 (closed). Try to move it to (say) this project here.
What is the current bug behavior?
I see only projects I maintain.
What is the expected correct behavior?
I understand that, for example on gitlab.com, listing all projects i have access to (which is basically all public projects!) would be impractical, because of performance issues. But I should still be able to move the issue to another project, for example by typing its project ID or path.
Possible fixes
One thing I noticed as well is that even gitlab "admins" cannot move the issue. So I was hoping that, at least they would have that access. Alternatively, I suspect this might just work through the API, so maybe having a way to just specify the project ID would be enough?