Skip to content

Latest commit

 

History

History
143 lines (92 loc) · 9.05 KB

agile-glossary.md

File metadata and controls

143 lines (92 loc) · 9.05 KB

title: Learn key concepts & terms to support Agile tools titleSuffix: Azure Boards description: Understand the objects and items used to track work in Azure Boards & TFS ms.technology: devops-agile ms.custom: seodec18 ms.prod: devops ms.assetid:
ms.topic: conceptual ms.manager: mijacobs ms.author: kaelli author: KathrynEE monikerRange: '>= tfs-2013' ms.date: 11/19/2018

Agile glossary

[!INCLUDE temp]

The Microsoft Agile glossary is a short dictionary of terms used in tracking work using Azure Boards and Team Foundation Server. See also:

Agile methods

A family of engineering best processes with a goal of enabling rapid delivery of high-quality software and a business approach that aligns development with customer needs and company goals. In this paradigm, frequent inspection and adaptation is necessary, with team work, self-organization, and accountability all critical to project success.

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

Categories

Groups one or more work item types to support flexible reporting, queries, and other functions made available through Agile tools. Categories support the process configuration used by the web portal backlog and taskboard pages. For example, you can add custom work item types to the Requirements category and manage them using the product backlog and Kanban boards. To learn more, see Use categories to group work item types.

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

Fields

Supports tracking a piece of information about the work to perform. Values you assign to a field are stored in the work tracking data store which you can query and generate charts to view status and trends. Your project contains 100 or more data fields. You update data by modifying the data field within a work item. Each work item is associated with a work item type (WIT), and the data you can track corresponds to the fields assigned to the WIT. For a definition of each predefined field, see Work item field index.

[!INCLUDE temp]

Global lists

Defines a list of menu items or picklist items that are shared across WITs and projects within a project collection. Global lists help to minimize the work that is required to update lists. You can define global lists within WITs that you upload with your process template. Learn more: Manage global lists for work item types. (Only supported for Hosted XML and On-premises XML process models)

Global workflow

Specifies both work item fields and global lists that multiple projects and types of work items can share. Learn more: Manage global workflow (Only supported for On-premises XML process model).

Hidden types categories

Specifies the set of work item types that you don't want users to create manually. By default this set includes:

You can use TFS Team Project Manager, an open-source client available from github to quickly determine which WITs belong to the Hidden Types Category.

Hosted XML process model

The Hosted XML process model provides support for customizing work tracking objects and Agile tools for a project by modifying and importing a process template. This process model is only available for select accounts hosted on the Azure Boards cloud platform. To learn more, see Hosted process model.

[!INCLUDE temp]

Inheritance process model

The Inheritance process model provides support for customizing work tracking objects and Agile tools for a project through the user interface. This process model is only available for accounts hosted on the Azure Boards cloud platform. Projects inherit the customizations made to a process. To learn more, see Inheritance process model.

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

On-premises XML process model

The On-premises XML process model provides support for customizing work tracking objects and Agile tools for a project. With this model, you can update the XML definition of work item types, the process configuration, categories, and more. You can also update the attributes of fields. This process model is only available for on-premises TFS. To learn more, see On-premises process model.

Pick lists

Specifies an enumerated set of values that appear within a drop-down menu in a work item form and the Value column within the query editor. The method you use to customize a picklist varies depending on the field and the process model.

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

Process configuration

Specifies the default configuration and functional capabilities that your teams can access using the Agile tools. These web portal tools include the product backlog, sprint backlogs, Kanban board, and taskboard. (Only supported for Hosted XML and On-premises XML process models)

Process model

The work tracking customization method supported by your organization or collection. One of three process models are supported, Inheritance and Hosted XML for Azure Boards and On-premises XML for on-premises TFS. Learn more: Customize your work tracking experience

Process template

Specifies an inter-related set of files that contain the XML definitions for tracking work and defining the initial configuration of other functional areas. The system provides three default process templates—Agile, Scrum, or CMMI. You can create a project and then customize it, or customize a process template that you then use to create a project. (Only supported for Hosted XML and On-premises XML process models)

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

[!INCLUDE temp]

Workflow

Workflow is an integral aspect of a work item and is defined by it's corresponding work item type. The workflow determines the logical progression and regression of work items, tracking the status of work as it progresses from a New or Active state to Closed or Completed state. It also specifies the values that appear in the drop-down menus for the State and Reason fields. Learn more: Workflow states and state categories.

Related articles