Friday

Azure-DevOps Practical - Azure DevOps Manage Azure boards - Part 3

 



Azure Boards: Simplified Work Tracking for Your Team

Azure Boards is a powerful tool to track and manage your team’s work using work items. This part  covers the fundamentals of Azure Boards using the Basic Work Item Process, which includes three types of work items:
  1. Epic
  2. Issue
  3. Task


To access Azure Boards, navigate to your project and select Boards from the menu on the left.


Submenus in Azure Boards

Azure Boards provides five key submenus to organize and manage your work:

  1. Work Items: Create and view all work items for your team.
  2. Boards: Visualize work items on a Kanban board.
  3. Backlogs: Plan and organize your work items in a list format.
  4. Sprints: Plan, manage, and monitor sprint activities.
  5. Queries: Create custom views for work items based on specific criteria.





Work Items

The Work Items section is where you can create or view all work items. Use the New Work Item button to add an item, such as an Issue, and provide key details like the title, assignee, and initial state (e.g., "To Do").

Key Fields for Work Items:

  • Title: A mandatory field to name the issue.
  • State: Represents the current progress of the item (To Do, Doing, Done).
  • Priority: Determines the importance of the item (1 = highest priority).
  • Effort: Estimation of the work required (in hours or days).

Each work item is divided into sections:

  • Details: Add a description and track progress through discussions or comments.
  • History: View all changes made to the item.
  • Links: Associate the work item with related items or commits.
  • Attachments: Upload relevant files, such as images or documents.

Once you’ve completed the details, save the work item. Created items will appear in the Work Items list, where you can edit, reassign, or change their type.





Boards

The Boards section displays work items as a Kanban board with columns that match their states (To Do, Doing, Done). This board allows you to:

  • Create new items directly by clicking New Item in the To Do column.
  • Drag items across columns to reflect progress.
  • Customize the board using the settings icon to modify views and card details.


Backlogs

The Backlogs view organizes work items in a hierarchical list. It includes tools for:

  • Mapping issues to Epics using the side pane.
  • Planning work in sprints by dragging items into specific iterations.

Use the Mapping or Planning mode to structure work and assign it to sprints or team members.


Sprints

A Sprint is a short, time-boxed iteration for completing tasks. To configure a sprint:

  1. Navigate to the Sprints submenu and set start and end dates.
  2. Define the team’s working days and plan capacity based on team members’ availability and daily work hours.
  3. Assign tasks to team members during sprint planning to balance workload.

During the sprint, team members can move tasks across the Kanban board as they progress. The burndown chart in the Analytics section helps monitor sprint progress and compare planned versus actual effort.


Queries

Use Queries to create custom views of work items based on specific filters. For instance, you can filter for high-priority items (Priority = 1). Save queries for later use and integrate them into project dashboards for easy access.

To display query results on a dashboard:

  1. Navigate to Dashboards and click Add a Widget.
  2. Search for Query Results and configure the widget with your saved query.
  3. The dashboard will display the query results, providing an at-a-glance view of critical items.

Summary

Azure Boards simplifies work tracking and planning by offering tools for:

  • Managing work items through Work Items, Boards, and Backlogs.
  • Planning and monitoring sprints using the Sprints submenu.
  • Creating custom views and integrating them into dashboards via Queries.

By leveraging these features, you can ensure better collaboration and project management for your team.

Azure-DevOps Practical - Azure DevOps Organization- Part1

Azure-DevOps Practical - Azure DevOps First Project- Part2

Azure-DevOps Practical - Azure DevOps Manage Azure boards - Part 3

  Azure Boards: Simplified Work Tracking for Your Team Azure Boards is a powerful tool to track and manage your team’s work using work items...