DEV Community

Cover image for How to manage Delivery Plans with Azure DevOps
Olalekan Oladiran
Olalekan Oladiran

Posted on

How to manage Delivery Plans with Azure DevOps

Introduction

Delivery plans offer insight into features being developed over multiple sprints by multiple teams. Portfolio managers can examine the timeline of features or stories that their teams want to deliver with Delivery Plans. Delivery Plans display the planned tasks for the chosen teams' sprints (iteration paths) on a calendar view.

  • Under the selected project, click board and select Delivery plans Image description
  • Click New Plan Image description
  • Provide a name for the plan, select a project team, choose Features from the dropdown under Backlogs and click create. Image description
  • Click the settings button Image description
  • Choose the field criteria and click Add criteria Image description
  • Choose a field, an operator and a value. Image description
  • Change the tab to Markers and click Add Marker. Image description
  • Set the date, fill the label section, choose the color and click save. Image description
  • Scaling the calendar is another useful feature of the delivery plan extension. Zoom out allows you to view more than one month at once. And enlarge for a far clearer picture. Image description

How to bring an external team to the Project

  • Click project settings Image description
  • Under the general tab, select Teams and click New Team Image description
  • Provide a name for the team and click create Image description
  • Click Project configuration and add new iteration by clicking New child Image description
  • Provide a name for the iteration and set the start and end date, click save and close after. Image description
  • In order to configure the newly created team, select Teams under general tab and click the new team to open it. Image description
  • Click Iterations and Area Paths Image description
  • Click iteration tab and click + Select iteration Image description
  • Select the iteration from the dropdown and click save and close Image description

How to make delivery decisions.

  • Go to board and click delivery plan Image description
  • Select a plan. Image description
  • Click the settings button. Image description
  • Change the tab to team and click Add team Image description
  • Select the new team under Team and Features under Backlog. Click save after. Image description
  • We need to add stories to the iteration by clicking + sign in front of the iteration. Image description
  • The toggle button can be used to collapse and expand teams next to their name. Image description

How to use delivery plans to track dependencies

You can keep track of dependencies that have been introduced to work items using Delivery Plans. The Predecessor/Successor connection type between work items is supported by dependency tracking.

  • Go to the delivery plan created and select an iteration. change the branding feature to sprint 1, click Add Link and choose new link. Image description
  • Choose the Link type from the dropdown, select the work item to link and click Ok. Image description
  • The newly added link will be seen under links column, click save and close. Image description
  • One can view the dependencies by clicking on the delivery plan Image description
  • Click on show all dependencies to show the dependencies lines Image description

Image description

Top comments (0)