Since there is only one fork per-project, per-issue, we can keep the same unchangeable name pattern for each issue. There isn’t a need to customize the name. This will allow some simplification, and in case people have tooling around our naming pattern, that keeps working the same way.
(D7 did have multiple forks per-issue when an issue moved projects, one fork per project. GitLab issues never actually move projects, they are duplicated to the new project, so D10 has one less edge case.)
The name can be set in IssueForksController::issueForkCreateFork(), so the name isn’t part of the request’s query.
Comments
Comment #2
fjgarlin commentedI think i actually did this today. Here: https://git.drupalcode.org/project/drupalorg/-/commit/ac77f0cb13ffc4926f...
It follows the current name pattern we already have.
Comment #3
fjgarlin commentedMarking as fixed.