DevOps / Gitlab Interview questions
What is a GitLab Issue Board?
A GitLab Issue Board is a Kanban-style visual board that shows a project's (or group's) issues as cards organized into columns, typically based on labels like To Do, Doing, and Done. Dragging a card between columns updates the underlying label on that issue automatically.
Boards can be scoped by milestone, assignee, or label, and a single project can have multiple boards for different workflows, such as a board for a specific sprint and another for bug triage. They give a lightweight way to run agile-style planning without leaving GitLab for a separate tool like Jira or Trello.
More Related questions...