Pipeline Authoring 18.4 Planning issue

Pipeline Authoring Issue Boards

Goals for the milestone:

Current/Upcoming Security issues:

Capacity

Dynamic view of work in the milestone

---
title: Planned non-development work in this milestone
display: table
fields: title, epic, labels("workflow::*") AS "Workflow", labels("missed::*", "type::*", "frontend", "backend") AS "Labels", assignee
limit: 40
sort: created desc
---
label = ("group::pipeline authoring") AND label != ("workflow::ready for development", "workflow::in dev", "workflow::in review", "workflow::ready for review", "workflow::blocked") AND group = "gitlab-org" AND state = opened AND milestone = "18.4"
---
title: Planned development work in this milestone
display: table
fields: title, epic, weight, labels("missed::*", "type::*", "frontend", "backend") AS "Labels", assignee
limit: 40
sort: created desc
---
label = ("group::pipeline authoring") AND label in ("workflow::ready for development", "workflow::in dev", "workflow::in review", "workflow::ready for review", "workflow::blocked") AND group = "gitlab-org" AND state = opened AND milestone = "18.4"
---
title: Completed work in this milestone
display: table
fields: title, epic, weight, labels("workflow::*") AS "Workflow", labels("missed::*", "type::*", "frontend", "backend") AS "Labels", assignee
limit: 40
sort: created desc
---
label = ("group::pipeline authoring") AND group = "gitlab-org" AND state = closed AND milestone = "18.4"

Active UX Research Efforts

  • Currently none planned

/cc @gitlab-com/pipeline-authoring-group

Edited by Manuel Grabowski