[FY26-Q3] Pipeline Execution - Reduce 100% of Overdue S1/S2 bugs
Update: End of Q3
In FY26Q3, we closed 26 severity1 severity2 bugs!
As of 11:59pm on October 31st, we had 4 SLOMissed issues remaining, so this goal wound up being 87% complete.
Although this isn't 100%, we are still intend to reach 100% and keeping our S1/S2 bug backlog well-monitored. What's currently in here is well known and being actively addressed.
Overdue
Number of Bugs, filtered on: SLOMissed typebug severity1 severity2 grouppipeline execution
display: table
title: Overdue S1 & S2 Bugs
description: All overdue for Pipeline Execution
fields: title, assignee, epic, milestone, weight, labels("workflow::*") AS "Workflow Stage"
limit: 10
query: project = "gitlab-org/gitlab" AND type = issue AND state = opened AND label = ~"group::pipeline execution" AND label = ~"SLO::Missed" AND label = ~"type::bug" AND label in (~"severity::1", ~"severity::2")
sort: milestone asc
Upcoming overdue
Number of Bugs, filtered on: SLONear Miss typebug severity1 severity2 grouppipeline execution
display: table
title: Current S1 & S2 Bugs
description: All overdue for Pipeline Execution
fields: title, assignee, epic, milestone, weight, labels("workflow::*") AS "Workflow Stage"
limit: 3
query: project = "gitlab-org/gitlab" AND type = issue AND state = opened AND label = ~"group::pipeline execution" AND label = ~"SLO::Near Miss" AND label = ~"type::bug" AND label in (~"severity::1", ~"severity::2")
sort: milestone asc
Fresh
display: table
title: Fresh S1 & S2 Bugs
description: All overdue for Pipeline Execution
fields: title, assignee, epic, milestone, weight
limit: 3
query: project = "gitlab-org/gitlab" AND type = issue AND state = opened AND label = ~"group::pipeline execution" AND label != ~"SLO::Near Miss" AND label != ~"SLO::Missed" AND label = ~"type::bug" AND label in (~"severity::1", ~"severity::2")
sort: milestone asc
Edited by drew stachon