To update the state of the workflow for a Basic process from not started to completed, use

To update the state of the workflow for a Basic process from not started to completed, use

What are Microsoft Azure Boards?

Microsoft Azure board is a tool used for managing the work for software development and this tool is mainly used in Azure DevOps which helps to plan the work and daily activities for the team. All the work that needs to be done by the team is tracked in Azure boards and the Tailspin team will use Azure Board to get the most idea on the work which needs to be done and prioritize the work. Azure board also has extended support for the Scrum, Kanban, or customizable dashboards with support for integrated reporting.

Microsoft Azure board service helps users to track the software development work or the tasks associated with different users when a team of more than one developer or users are collaborating together. Below are most popular Process used to develop azure board are as below:

1. Basic Process

The basic process in the Azure board follows the work item hierarchy and workflow states. To track the work Issues and Tasks are created, For the larger scenarios all the tasks and work is grouped together and epic is created for the grouped work. Work status progresses from the not-started to completed and State workflow changes from To Do, Doing to Done.

Work item is created by adding an issue, task, and epic to it. Epic was used to track features and requirements and issues were used to track user stories or bugs.

The below Image describe the basic process backlog work:

To update the state of the workflow for a Basic process from not started to completed, use

2. Agile Process

In agile processes, user stories and tasks are created in the work item and are used to track work or raise bugs and track the bug code and epics and features are used to collect the large scenarios in a single work task. As work progresses workflow status can be changed from New, Active, Resolved, and Closed.

Users can add a user story, bug, tasks, epic, and using this work item is created. Each team member will get assigned a user story based on a specific work team has to develop. In each story, tasks are created which are a smaller amount of work in a story to track the work done and working hours like track time in hours or day.

To update the state of the workflow for a Basic process from not started to completed, use

How to Create and Use Boards in Azure?

Pre-requisites:

Before learning to create the Azure Boards users must have an Azure subscription so that they can log in with valid credentials to the Azure Portal and create Azure Boards.

Steps using Azure Portal :

  • Create the Project

Step 1: Login into the dev.azure.com using the below URL:

https://dev.azure.com/

To update the state of the workflow for a Basic process from not started to completed, use

Step 2: Select +New project from the Azure DevOps:

It will open a Dialog box with Create new project:

To update the state of the workflow for a Basic process from not started to completed, use

Step 3: In the create new project pop up window enter the below details:

  • Project name: In this field enter the name of the project.
  • Description: In this field enter the detail or description of the project
  • Visibility: Select either Public or Private to control the access permission and to choose whether to make the project private or public.

To update the state of the workflow for a Basic process from not started to completed, use

Step 4: Select the Advanced from the Create new project and under the Advanced drop-down select Version Control as Git and under work item process as Basic:

To update the state of the workflow for a Basic process from not started to completed, use

Step 5: Now select the Create to create a new project, After a moment a new project will be added.

To update the state of the workflow for a Basic process from not started to completed, use

  • Create Team and Add Team members

Step 6: Now to create a team click on the Invite from the Upper right corner of the project:

To update the state of the workflow for a Basic process from not started to completed, use

Step 7: Invite will open a dialog box to add new team members in the team:

To update the state of the workflow for a Basic process from not started to completed, use

Step 8: Enter the user name in the users field and then select Add to add a new user:

To update the state of the workflow for a Basic process from not started to completed, use

Step 9: In the same way users can add as many as a user or team members needed.

  • Create the Board:

Step 10: From the project summary page select the Boards from the left sections:

To update the state of the workflow for a Basic process from not started to completed, use

Step 11: Select the boards from the Boards list, this will open a blank board:

To update the state of the workflow for a Basic process from not started to completed, use

Step 12: As this is a Basic process we can see there is three status available To Do, Doing and Done:

To update the state of the workflow for a Basic process from not started to completed, use

Step 13: From the To Do column select +New Item field and enter the item detail and click on the Enter:

To update the state of the workflow for a Basic process from not started to completed, use

Step 14: After entering the Enter new task is added with the task detail.

To update the state of the workflow for a Basic process from not started to completed, use

Step 15: Click on the new item created and then select the ellipsis (…) and then select Open:

 

To update the state of the workflow for a Basic process from not started to completed, use

 Step 16: In the Description, field enters the description of the task and click on the Save :

 

To update the state of the workflow for a Basic process from not started to completed, use

Step 17: Add some more items in the list, using above steps 13 to 16:

To update the state of the workflow for a Basic process from not started to completed, use

  • Define a Sprint

Step 18: from the board select the Sprint option from the left side of the page:

To update the state of the workflow for a Basic process from not started to completed, use

Step 19: Set dates of the sprint:

To update the state of the workflow for a Basic process from not started to completed, use

Enter the sprint detail:

To update the state of the workflow for a Basic process from not started to completed, use

Step 20: Enter sprint iteration name and start and end date in the dialog box and click on the Save and Close:

To update the state of the workflow for a Basic process from not started to completed, use

  •  Assign Tasks and Set Iterations

Step 21: from the Boards of the project select the Work items, in below screenshot I have selected the first work item created:

To update the state of the workflow for a Basic process from not started to completed, use

Step 22: Now from the iteration drop-down list select Sprint 1 from the iteration:

To update the state of the workflow for a Basic process from not started to completed, use

Step 23: Now select the Unassigned from the page and assign a task to the existing user and then click on the Save & Close:

To update the state of the workflow for a Basic process from not started to completed, use

Step 24: In the Boards, user can check task is assigned to the new user:

To update the state of the workflow for a Basic process from not started to completed, use

Step 25: Repeat the same steps 20 to 23 again for the remaining work items.

Here we can see that a new Azure board is created and a newsprint story is added.

Uses of Azure Boards

  • Azure Boards allows cross-team and teams to collaborate and work together on single development tasks or work.
  • Azure board has support to the Microsoft Teams, Skype, and Slack so that agile team members can collaborate more effectively.
  • Azure Marketplace integrated with an azure board which provides more tools to the users and team to use so that this extension can support planning and tracking.
  • Azure board is connected to GitHub so that issues and tasks in Azure boards are linked to the GitHub commit.
  • Work is organized into the grouping issues/tasks under the epics and also users can create triage issues and tasks quickly with ease.

Conclusion

In conclusion, Azure Boards has support for the Basic and Agile processes. Agile methodology is the most used software development method. Also, it has support for various Microsoft Azure cloud services which helps teams to develop applications with ease.

This is a guide to Azure Boards. Here we discuss the What is Microsoft Azure Boards, Uses, How to Create, and Use Boards in Azure?. You may also have a look at the following articles to learn more –

  1. Azure Queue Storage
  2. Azure Event Grid
  3. Azure ExpressRoute
  4. Azure Table Storage

Which work item is used to track the specific function of application or sets of work in an Agile process?

Product Backlog Items and Tasks are used to track work, Bugs track code defects, and Epics and Features are used to group work under larger scenarios.

How do I add a state to my Azure DevOps board?

Add a workflow state.
From the Work Item Types page, choose the work item type you want to modify, choose States, and then choose New State. ... .
Enter the name of the State, choose its category and color, and then click Save..

Can you change the process for a project in Azure DevOps?

Open Settings>Process Choose the Azure DevOps logo to open Projects. Then choose Organization settings. Then, choose Process.

What is basic process in Azure DevOps?

The Basic process is available when you create a new project from Azure DevOps Services or Azure DevOps Server 2019.1. For earlier on-premises deployments, choose Agile, Scrum, or CMMI process. You can add fields and modify the workflow and work item form for all inherited WITs that display on the Work Item Types page.