Investigation - Migrating Issues to Namespaces
We need to investigate the work needed to transition issues feature to be tied to a namespace instead of a project. This means that issues should be available at the project and group level with minimal customization. The end result of the investigation will be a list of considerations, a backlog of issues and a high-level estimate of effort.
Acceptance
-
Iteration plan for moving IssuetoNamespace. -
Improved performance for querying issues owned by Namespaceand inclusive of issues owned by children Namespaces. (set benchmark and goals before implementation) -
Inclusive of WIP for Work Items. (&6033)
Maturity roadmap
Available:
- A
Namespace.GroupandNamespace.Usercan create anIssue. - Issue is visible in
Namespace.*List and Board. - Issue detail routes are mapped to the
Namespace.*where the issue was created. - Issues from child
Namespace.*are also visible inNamespace. - A
Namespace.*issue can still be closed/reference by an MR in a childNamespace.Project
Viable:
- Option to create a new
IssuefromGroup+button in global header. See [1] (frontend) - Ability to select child
Namespace.Projectwhen creating a merge request from aNamespace.Groupissue. See [2]. (frontend required) -
Namespace.Groupanalytics include issues fromselfin addition tochildrenissues.- VSA
- Insights
- Issue analytics
-
Namespace.Groupstatistics include issues fromself. Verify otherissuecounters return issues fromselfand all childrenNamespace.*See [3]
[1]:
[2]:
[3]:
Complete
- The
Namespace.*is the default target for creating a newIssue. See [1] (frontend) - Ability to disable
IssuesinGroup > Settings. There probably should be a separate epic tracking parity of Settings and Navigation inNamespace.*(UX / frontend required)
[1]:
Instead of requiring a selection first, default the pickers to the current Namespace:
Loveable
- Ability to filter views by
Namespaceand/or the ability to show all issues from child Namespaces or only issues from current Namespace. (UX / frontend input required) - Make it more efficient to select the most probable
Namespace.ProjectorNamespace.Groupwhen creating new issues or MRs from an issue so a user doesn't have to paginate through a list of hundreds ofNamespacesto find the ones they use most frequently. (UX / frontend input required)
Considerations based on the future ideal state
- Epics and Requirements will be migrated to a
Work Item(Discussion: #332566 (closed)) - Promoting an
IssuetoEpicwill cease to exist in the future as you will be able to just switch the type ofWork Item - A work item can have multiple parent work items.
- A work item can belong to multiple
Namespaces(#296668) or an equivalent technically feasible solution that allows for work items to roll up to parent work items in adjacent Namespaces and be visible within those Namespace views (Boards, List, and so on).
FAQ
Q. How do issues flow in the hierarchy? Is an issue created at a group level visible in child groups/projects or does it only flow up the hierarchy?
A final decision has not been reached yet, but If we had to make one today, it would work like this:
- Worked items flow up a hierarchy just like Issues and Epics do today. In the future, we will figure out the ideal solution for rolling them horizontally across one or more
Namespaces. - A child
Namespacescan assign issues to parent work items (and in parent groups) that are non-confidential. - If a work item is marked as
Confidential, it will follow the same permissions rules are Issues and Epics currently follow in terms of visibility.
Edited by Nick Post






