Pipeline Execution S1 & S2 Bug Triage and Tracking
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