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

drumm created an issue. See original summary.

fjgarlin’s picture

I think i actually did this today. Here: https://git.drupalcode.org/project/drupalorg/-/commit/ac77f0cb13ffc4926f...

It follows the current name pattern we already have.

fjgarlin’s picture

Status: Active » Fixed

Marking as fixed.

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.