| title | Manage work items |
|---|---|
| titleSuffix | Azure Boards |
| description | Learn how to create, update, link, follow, and delete work items, as well as manage attachments and tags. |
| ms.custom | devx-track-azurecli |
| ms.service | azure-devops-boards |
| ms.assetid | 9474A25E-A9D8-433D-8370-C94624B4ACD6 |
| ms.author | v-catherbund |
| author | cebundy |
| monikerRange | <= azure-devops |
| ms.topic | concept-article |
| ms.date | 11/11/2024 |
[!INCLUDE version-gt-eq-2019] [!INCLUDE version-vs-gt-eq-2019]
Work items help you plan and manage your project by tracking different types of work, such as user stories, product backlog items, tasks, test cases, or bugs. Use work items to describe the work to be done, assign tasks, track status, and coordinate efforts within your team.
This article describes the features that you can use to manage work items in Azure DevOps.
[!INCLUDE temp]
You can update a work item to change various elements, such as the title, description, state, or assigned team member.
Once you select the work item you want to update, you can make changes to the work item form.
To update a work item. From the Team Explorer, select a work item. The work item form opens in the web portal where you can make changes to the work item form and save your changes.
[!INCLUDE temp]
::: moniker range="azure-devops"
To assign a team member to a work item using the Azure DevOps CLI, use the az boards work-item update command.
az boards work-item update --id <work-item-id> --assigned-to <user-email> --org https://dev.azure.com/<organization-name> --project <project-name>
Tip
If you set the default organization and project using the az devops configure command, you can omit the --org and --project parameters.
::: moniker-end
You can view work items created by you or your team. The Work items page offers several personalized pivots and interactive filter functions to streamline listing work items.
::: moniker range="azure-devops"
You can also view work items from Visual Studio, Azure DevOps CLI, or the REST API.
::: moniker-end
For more information, see View and add work items.
Add links to work items to show relationships between them and other work items or objects. In an Agile scenario, you would typically link features to epics, user stories to features and tasks to user stories in parent-child relationships. There are many other link types and objects you can link to your work items. For more information, see Link work items to objects.
::: moniker range="azure-devops"
To track the progress of a single work item, select the Follow icon :::image type="icon" source="../media/icons/follow-icon.png" border="false":::. This action sends you email alerts when changes are made to the work item.
You receive notifications when other project members modify the work item, such as adding to the discussion, change a field value, or add an attachment.
You can specify the types of changes you want to be notified about. When you select the settings icon, :::image type="icon" source="../media/icons/settings-icon.png" border="false"::: you can select:
- Not Subscribed: Only receive notifications from this work item when you're @mentioned.
- Subscribed: Receive notifications for all changes to this work item.
- Custom: Specify notifications for:
- State Changed: When the work item changes state
- Assigned To Changed: When the work item is assigned to someone else
- Iteration Changed: When the iteration path changes
Notifications are sent to your preferred email address, which you can change from your user profile.
To stop following changes, select the Following icon :::image type="icon" source="../media/icons/following-icon.png" border="false":::.
::: moniker-end
You can attach files to work items to provide more context or information. You can attach up to 100 files to a work item. Each attachment is limited to 60 MB. You can manage attachments through the web portal by selecting the attachment tab on your work item.
For more information, see Manage attachments to work items.
Tags are keywords that you define to categorize work items. You can add tags to work items to filter backlogs and queries.
To learn how to manage and use tags, see Add tags to work items.
[!INCLUDE discussion-tip-azure-devops]
Cloning or copying a DevOps work item can be beneficial for several reasons:
- Efficiency: Quickly create a new work item with similar details without manually duplicating all the information.
- Consistency: Ensure that the new work item retains the same structure, fields, and values as the original, maintaining consistency across similar tasks.
- Template Usage: Use an existing work item as a template for new work items, especially for recurring tasks or standard processes.
- Bulk Operations: Easily create multiple similar work items for different team members or iterations.
- Preserve History: Keep the history and context of the original work item while creating a new instance for tracking separate progress.
For more information, see Copy or clone work items.
You can move work items from one team to another team within the same project. To move work items, have the Edit work items in this node permission for the target team.
For more information, see Move work items from one team to another.
Project Work items can be customized to track additional information that is important to your team. You can add custom fields, change the layout of the work item form, and add custom rules to enforce processes. This customization can be done by modifying the process templates used by your project.
There are two ways to customize work item templates:
- Work Item Type: Customize the work item type used by your project. This customization affects only the work item type. For more information, see Add and manage work item types.
- Work Item Template: Create custom work item templates used by your team based on existing work items. Custom work item templates allow you to prepopulate values in commonly used fields. For more information, see, Use work item templates.
With the appropriate organization-level permissions, you can create customized inherited process templates. All projects that use the customized process template get the customizations made to that process. You can customize which work item types are included in the process template and customize the work item template form. For more information, see About process customization and inherited processes and Customize a process template.
You can delete work items that are no longer needed. Deleted work items are moved to the Recycle Bin where they can be restored or permanently deleted.
For more information, see, Remove, delete, or restore work items.
Analytics views provide a powerful way to visualize and analyze your work items. You can use create custom reports and dashboards to track progress, identify trends, and make data-driven decisions.
For more information, see What is Analytics?.
There are best practices to help you effectively manage work items for development processes including:
[!div class="nextstepaction"] Create your backlog or Kanban board quickstart
