0% found this document useful (0 votes)
2 views

Tool-AzureDevOps

The document provides a comprehensive guide to Azure DevOps, detailing its features such as Git repositories, build and release services, and Agile tools for project management. It covers essential tasks like adding team members, managing permissions, configuring project settings, and creating work items like Epics, Features, User Stories, and Tasks. Additionally, it includes information on tracking work, customizing dashboards, and integrating with Excel.

Uploaded by

Judicael SEITCHA
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Tool-AzureDevOps

The document provides a comprehensive guide to Azure DevOps, detailing its features such as Git repositories, build and release services, and Agile tools for project management. It covers essential tasks like adding team members, managing permissions, configuring project settings, and creating work items like Epics, Features, User Stories, and Tasks. Additionally, it includes information on tracking work, customizing dashboards, and integrating with Excel.

Uploaded by

Judicael SEITCHA
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 41

Azure

DevOps
Boards
Project Managers / Analyst

1
Contents
What is Azure DevOps? ................................................................................................................................. 4
Getting Started .............................................................................................................................................. 5
Preview the latest features ....................................................................................................................... 6
How to Add Team members? ........................................................................................................................ 7
Manage Team member permissions ............................................................................................................. 8
Create a new Team........................................................................................................................................ 9
Scrum Lifecycle ............................................................................................................................................ 10
How to configure Release and Sprint cycles................................................................................................ 11
Setting up Iteration paths – Project Configuration.................................................................................. 11
Setting up Area paths – Project Configuration ........................................................................................ 12
Team Configuration ................................................................................................................................. 13
Epics, Features, User Stories, Tasks............................................................................................................. 14
Creating Work Items.................................................................................................................................... 15
Create an Epic.......................................................................................................................................... 15
How to Create a Feature? ........................................................................................................................... 16
How to Create a User Story? ....................................................................................................................... 17
Follow a User Story.................................................................................................................................. 17
Attach a document .................................................................................................................................. 18
History of User Story ............................................................................................................................... 18
Mass update to user stories .................................................................................................................... 19
How to create a Task? ................................................................................................................................. 20
Customize column options .......................................................................................................................... 22
Tracking work using Task board .................................................................................................................. 23
Customize Board columns and swim lanes ................................................................................................. 23
Tracking Bugs............................................................................................................................................... 24
Query Work Items ....................................................................................................................................... 25
Tree Query .............................................................................................................................................. 26
Run Queries and Email the results .............................................................................................................. 27
Create charts out of queries ........................................................................................................................ 28
Customize Dashboard.................................................................................................................................. 30
Manage your notifications .......................................................................................................................... 31

2
Using Filters ............................................................................................................................................. 33
Create a Wiki for your project ..................................................................................................................... 34
Integrating with Excel Trouble shooting...................................................................................................... 35
Integrating with Excel .............................................................................................................................. 35
Opening from Excel ................................................................................................................................. 35
Custom Process ........................................................................................................................................... 37

3
What is Azure DevOps?

Azure DevOps Services is a cloud service for collaborating on code development. It


provides an integrated set of features that you access through your web browser or IDE
client, including the following:

• Git repositories for source control of your code


• Build and release services to support continuous integration and delivery of your
apps
• Agile tools to support planning and tracking your work, code defects, and issues
using Kanban and Scrum methods
• A variety of tools to test your apps, including manual/exploratory testing, load
testing, and continuous testing
• Highly customizable dashboards for sharing progress and trends
• Built-in wiki for sharing information with your team

4
Getting Started

Azure DevOps (VSTS / TFS) access via the Web browser.

A project provides a repository for source code and a place for a group of people to plan, track
progress, and collaborate on building software solutions.

** Always use the Create project button to create a project, so that we can select the scrum
process.

5
Preview the latest features

6
How to Add Team members?

When you create your project, a team of the same name is automatically created. For small
teams, this is sufficient. However, for enterprise-level organizations, it may be necessary to scale
up, to create additional teams and/or projects.

7
Manage Team member permissions

Open the web portal and choose the project where you want to add users or groups.

Choose Project Settings and then Permissions.

Additional details

https://docs.microsoft.com/en-us/azure/devops/organizations/security/add-users-team-
project?view=vsts&tabs=new-nav

8
Create a new Team

Additional details

https://docs.microsoft.com/en-us/azure/devops/user-guide/project-admin-tutorial?view=vsts

9
Scrum Lifecycle

With Scrum, teams plan and track work at regular time intervals, referred to as a sprint
cadence. You define sprints to correspond to the cadence your team uses.

Many teams choose a two or three week cadence. However, you can specify shorter or
longer sprint cycles. Also, you can create a release schedule which encompasses several
sprints.

10
How to configure Release and Sprint cycles

To create or modify areas or iterations, you must be a member of the Project


Administrators group

Setting up Iteration paths – Project Configuration

Iteration paths allow you to group work into sprints, milestones, or other event-specific or time-
related period.

Additional details

https://docs.microsoft.com/en-us/azure/devops/organizations/settings/set-iteration-paths-
sprints?view=vsts&tabs=new-nav

11
Setting up Area paths – Project Configuration

**Creating a team, creates an area path with that name.

Most teams are using area paths to group work by team and grouping by product/feature area through
use of epics or features.

Area paths allow you to group work items by team, product, or feature area.

12
Team Configuration

**Once you create Iterations and Areas under project configuration, you need to add it under
Team configuration, else it will not show up while creating user stories.

13
Epics, Features, User Stories, Tasks

The first step in planning your sprint is to assign work from your backlog to a sprint. Your team
builds the sprint backlog during the sprint planning meeting, typically held on the first day of
the sprint. Each sprint corresponds to a time-boxed interval which supports your team's ability
to work using Agile processes and tools. During the planning meeting, your product owner
works with your team to identify those stories or backlog items to complete in the sprint.

14
Creating Work Items

Let’s create Epic – Feature – User Story – Tasks

Create an Epic

Using an abbreviation makes it easy for you to search.

15
How to Create a Feature?

Show the Epics in backlog and click the plus sign next to the Epic.

16
How to Create a User Story?

Click on the + sign next to the feature to create user stories.

**Tags are discussed and created by the Team. Tags help in search.

Follow a User Story


You can choose to follow a User Story is you are interested in updates to the story.

17
Attach a document

History of User Story

18
Mass update to user stories

19
How to create a Task?

You add tasks to backlog items when you want to track the work required to implement them
and to estimate the work assigned to individual team members and the team. The capacity tool
tells you how much work your team can commit to. However, to compare capacity with actually
planned work, you need to define and estimate tasks for each backlog item.

20
You can create a Copy of the work item & Email the work item.

When you create copy of work item, select include existing links if you want the work item to have the
same parent.

21
Customize column options

22
Tracking work using Task board

Your task board provides a visualization of flow and status of each sprint task. With it, you can
focus on the status of backlog items as well as work assigned to each team member.

Customize Board columns and swim lanes

Additional details

https://docs.microsoft.com/en-us/azure/devops/boards/sprints/task-board?view=vsts&tabs=new-nav

23
Tracking Bugs

Bugs can be tracked on the Kanban board by enabling the below setting.

24
Query Work Items

A query lists a filtered set of work items. You can initiate a query using the query editor.
Optionally, you can perform an adhoc search using the search box.

To find work items assigned to you or your team, run a query. A number of work item queries
are predefined with your process. Also, members of your team may have created shared queries
that you can view and run. Oftentimes, it's easier to define a new query by building on the query
definition that's already available to you.

25
Tree Query

26
Run Queries and Email the results

Queries:

https://docs.microsoft.com/en-us/azure/devops/boards/queries/?view=vsts

27
Create charts out of queries

28
**Shared query charts can be added to the Team dashboard

29
Customize Dashboard

30
Manage your notifications

As changes occur to your code base, builds, work items, and other operations, you can receive
email notifications. For example, you can set an alert to be notified whenever a bug that you
opened is resolved or a work item is assigned to you.

Turn on or off notifications and create custom notifications.

31
32
Using Filters

33
Create a Wiki for your project

Each team project can be provisioned with a wiki. Use it to share information with your team to
understand, use, and contribute to your project.

Additional details:

https://docs.microsoft.com/en-us/azure/devops/project/wiki/wiki-create-repo?view=vsts&tabs=new-
nav

34
Integrating with Excel Trouble shooting

If you are unable to see the Team menu or open in excel please see below link.

https://docs.microsoft.com/en-us/azure/devops/boards/backlogs/office/tfs-office-integration-
issues?view=vsts

Integrating with Excel


**In Excel Team menu you can connect to VSTS and run a query.

Opening from Excel

35
36
Custom Process

37
38
39
40
Additional details:

https://docs.microsoft.com/en-us/azure/devops/organizations/settings/work/customize-process-
wit?view=azure-devops

41

You might also like