Create::Import 19.x planning issues
# Overview
This is a container epic for the planning issues for ~"group::import" for the 19.x milestones.
## Milestone Doctor - Rotation schedule
For details, see the [Milestone Doctors on the Import handbook page](https://handbook.gitlab.com/handbook/engineering/devops/dev/create/import/#milestone-doctors).
Remember to update the [reaction rotation group](https://gitlab.com/groups/gitlab-org/foundations/import-and-integrate/reaction-rotation/-/group_members?with_inherited_permissions=exclude) at the end of each milestone.
<details><summary>Click to see roster</summary>
| Milestone | Dates | Primary | Secondary |
| --------- | --------------- | ------- | --------- |
| %19.0 | 11/Apr - 15/May | @rodrigo.tomonari | @georgekoltsov |
| %19.1 | 16/May - 12/Jun | @georgekoltsov | @jnutt |
| %19.2 | 13/Jun - 10/Jul | @jnutt | @SamWord |
| %19.3 | 11/Jul - 14/Aug | @SamWord | @carlad-gl |
| %19.4 | 15/Aug - 11/Sep | @carlad-gl | @reza-marandi |
| %19.5 | 12/Sep - 9/Oct | @reza-marandi | @rodrigo.tomonari |
| %19.6 | 10/Oct - 13/Nov | @rodrigo.tomonari | @georgekoltsov |
| %19.7 | 14/Nov - 11/Dec | @georgekoltsov | @jnutt |
| %19.8 | 12/Dec - 8/Jan | @jnutt | @SamWord |
| %19.9 | 9/Jan - 12/Feb | @SamWord | @carlad-gl |
| %19.10 | 13/Feb - 13/Mar | @carlad-gl | @reza-marandi |
| %19.11 | 14/Mar - 9/Apr | @reza-marandi | @rodrigo.tomonari |
</details>
## Bug burndown
### Zero Missed-SLO (S1+ S2)
```glql
title: "Missed-SLO bugs"
display: table
fields: labels("severity::*") as "Severity", milestone, health, title, assignee, created
query:
type in (Issue)
and group = "gitlab-org" and label = "group::import" and label = "type::bug"
and label = "SLO::Missed"
and label in ("severity::1", "severity::2")
and label != "backlog::no-commitment" and label != "backlog::to-be-closed"
and state = opened
```
### All bugs scheduled (S1 + S2 + S3 + S4)
```glql
title: "Bugs in non-specific milestones"
display: table
fields: labels("severity::*") as "Severity", milestone, health, title, assignee, created
query:
type in (Issue)
and group = "gitlab-org" and label = "group::import" and label = "type::bug"
and milestone in ("Backlog", "Next 1-3 releases", "Next 4-6 releases", "Next 7-9 releases")
and label != "backlog::no-commitment" and label != "backlog::to-be-closed"
and state = opened
```
```glql
title: "Bugs without a milestone"
display: table
fields: labels("severity::*") as "Severity", milestone, health, title, assignee, created
query:
type in (Issue)
and group = "gitlab-org" and label = "group::import" and label = "type::bug"
and milestone = none
and label != "backlog::no-commitment" and label != "backlog::to-be-closed"
and state = opened
```
### Team closes at least 7 bugs per milestone
```glql
title: "Bugs closed per single milestone: 19.0"
display: table
fields: labels("severity::*") as "Severity", title, assignee, created, closed, labels("SLO::*", "security") as "Other"
query:
type in (Issue)
and group = "gitlab-org" and label = "group::import" and label = "type::bug"
and milestone = "19.0"
and label != "backlog::no-commitment" and label != "backlog::to-be-closed" and label != "security-target"
and state = closed
```
## Roadmap
[Team allocation view](https://docs.google.com/spreadsheets/d/1Hpwdidkfqh6_PVarkEFDFs6XpcgGXghHYQWzfllMK1A/edit?usp=sharing) (internal)
```glql
---
display: table
fields: labels("FY2*") as "Quarter", title, assignee, labels("type::*") as "Work type", labels("Interlock Priority::*") as "Interlock Priority", labels("Interlock status::*", "R&D roadmap status::*") as "Interlock Status", labels("health::*"), health, updatedAt
sort: start
---
state = opened and group = "gitlab-org" and type = epic and label = ~"group::import" and label in (~"type::feature", ~"type::maintenance")
```
epic