doc/tutorials/boards_for_standups/_index.md
{{< details >}}
{{< /details >}}
<!-- vale gitlab_base.FutureTense = NO -->This tutorial shows you how to create and configure an issue board that helps teams run effective stand-ups. When you're done, you'll have a board that supports this workflow:
Before each stand-up:
During the stand-up:
The result: Your team leaves each stand-up aligned on sprint progress, with risks identified and plans to address them.
To set up an issue board for team stand-ups:
Start by creating a group to manage one or more related projects. Groups let you manage member access and share settings across projects.
To create a group:
Paperclip Software Factory.You've created an empty group. Next, create a project to store your issues and code.
Projects store your code repositories and issues you'll use for planning. All development work happens in projects.
To create a blank project:
Paperclip Assistant.To track issue status during stand-ups, you need workflow labels.
Create these labels in your Paperclip Software Factory group rather than the project.
Group-level labels are available to all projects in the group, which helps establish consistent
workflows across teams.
To create a workflow label:
Repeat these steps to create all the workflow labels:
workflow::planning breakdownworkflow::ready for developmentworkflow::in developmentworkflow::ready for reviewworkflow::in reviewworkflow::blockedworkflow::verificationworkflow::completeCreate your board in the group so you can manage issues from any project in the group.
To create a group issue board:
Team stand-up.Your board now has lists for each workflow state, though they'll be empty until you add issues in later steps.
You can customize your board by setting filters that apply to all lists. For example, you can show issues only from the current iteration or with specific labels.
To configure your board:
Your board now shows only issues that match your filters. For example, if you select a milestone, only issues assigned to that milestone appear in the board lists.
You can create issues directly from your board during the team stand-up.
To create an issue:
workflow::ready for development list, select Create new issue ({{< icon name="plus" >}}).Redesign user profile pageThe issue is created with the workflow::ready for development label because you created it in that list.
Congratulations! You've set up a team stand-up board that helps track work and facilitate discussions. Your team can now use this board to run effective stand-ups.