JIRA handles this by having a "Default Assignee" for each Group (falling back to the Group Owner).
By default, Projects use the Group's "Default Assignee", but optionally, a different team member can be selected as the default on a per project basis.
As a first pass, we could consider just having a single assignee, but I think that would be too much for GitLab CE issues alone. Do we want to consider labels when assigning owners?
@JobV I'd like to see the simplest approach implemented where we can designate a single user as the "default assignee" for a project (maybe make the setting configurable at the group-level later). Here's some detail on how I'd try answering your question:
how would it work?
Setup a Group's Default Assignee (DA)
Go to /groups/GROUP_NAME/edit
Present a drop-down menu of the group's members
This list only contains group-level members and not users that are members of 1 or more projects in the group.
Click the drop-down and pick a user to be the DA
Click Save changes
From then on, when creating new issues on any project in the group, the issue's assignee will be the DA
Setup a Project's Default Assignee (DA)
Go to /GROUP_NAME/PROJECT_NAME/edit
Present a drop-down menu of the project's members
Maybe we should show the "group-level DA" and make this setting act as an "override"
Click the drop-down and pick a user to be the DA
Click Save changes
From then on, when creating new issues, the issue's assignee will be the DA
Notes
Like normal, when the user creating the issue has an access level greater than "guest", they can override the assignee.
If a "round-robin" approach is established (as discussed in #18078 (moved)), then I think configuring the DA setting could start as a radio button:
Single user - Then present the drop-down menu of members
Pool of users - Then present these options for configuring the pool (radio button):
All project members
Select project members
Use the same search field from /GROUP_NAME/PROJECT_NAME/project_members, which searches against the list of project members
GitLab is moving all development for both GitLab Community Edition
and Enterprise Edition into a single codebase. The current
gitlab-ce repository will become a read-only mirror, without any
proprietary code. All development is moved to the current
gitlab-ee repository, which we will rename to just gitlab in the
coming weeks. As part of this migration, issues will be moved to the
current gitlab-ee project.
If you have any questions about all of this, please ask them in our
dedicated FAQ issue.
Using "gitlab" and "gitlab-ce" would be confusing, so we decided to
rename gitlab-ce to gitlab-foss to make the purpose of this FOSS
repository more clear
I created a merge requests for CE, and this got closed. What do I
need to do?
Everything in the ee/ directory is proprietary. Everything else is
free and open source software. If your merge request does not change
anything in the ee/ directory, the process of contributing changes
is the same as when using the gitlab-ce repository.
Will you accept merge requests on the gitlab-ce/gitlab-foss project
after it has been renamed?
No. Merge requests submitted to this project will be closed automatically.
Will I still be able to view old issues and merge requests in
gitlab-ce/gitlab-foss?
Yes.
How will this affect users of GitLab CE using Omnibus?
No changes will be necessary, as the packages built remain the same.
How will this affect users of GitLab CE that build from source?
Once the project has been renamed, you will need to change your Git
remotes to use this new URL. GitLab will take care of redirecting Git
operations so there is no hard deadline, but we recommend doing this
as soon as the projects have been renamed.
Where can I see a timeline of the remaining steps?