An error occurred while fetching the assigned iteration of the selected issue.
Link to issues using repository name, not path
Description
Because of #25893 (closed) i had to rename an issue management project path from "mygroup/issues" to "mygroup/issues0". This means that references to that issue project in commits are broken. Where previously I would refer to issues as mygroup/issues#13
, i now have to refer to them as mygroup/issues0#13
which is less than ideal.
Proposal
Because only the path is changed, and not the name, I'd like to propose that references should also be able to be made using the name of the project, not the path. That way I can go back to using mygroup/issues#13
, because the project name is still "issues".