You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/boards/work-items/manage-attachments.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ author: chcomley
9
9
ai-usage: ai-assisted
10
10
monikerRange: '<= azure-devops'
11
11
ms.topic: how-to
12
-
ms.date: 11/21/2024
12
+
ms.date: 08/07/2025
13
13
---
14
14
15
15
# Manage work item attachments
@@ -35,7 +35,7 @@ By default, each work item can include up to **100 attachments**, with each file
35
35
| Category | Requirements |
36
36
|--------------|-------------|
37
37
|**Permissions**| - To view, follow, and edit work items: **View work items in this node** and **Edit work items in this node** permissions set to **Allow**. By default, the **Contributors** group has these permissions. For more information, see [Set work tracking permissions](../../organizations/security/set-permissions-access-work-tracking.md). <br> - To add tags to work items: Project-level **Create new tag definition** permission set to **Allow**. By default, the **Contributors** group has this permission. |
38
-
|**Access levels**| - [Project member](../../organizations/security/add-users-team-project.md). <br> - To add new tags to work items or to view or follow pull requests: At least [**Basic** access](../../organizations/security/access-levels.md). <br> - To view or follow work items: At least **Stakeholder** access. For more information, see [About access levels](../../organizations/security/access-levels.md). <br> - All project members, including those in the **Readers** group, can send emails containing work items. |
38
+
|**Access levels**| - [Project member](../../organizations/security/add-users-team-project.md). <br> - To add new tags to work items or to view or follow pull requests: At least [**Basic** access](../../organizations/security/access-levels.md). <br> - To view or follow work items: At least **Stakeholder** access. For more information, see [About access levels](../../organizations/security/access-levels.md). <br> - All project members, including members in the **Readers** group, can send emails containing work items. |
39
39
|**Permanent deletion permissions**| To permanently delete attachments: **Permanently delete work items** permission set to **Allow**.|
40
40
41
41
## Manage attachments through the web portal
@@ -63,11 +63,15 @@ Do the following steps to manage attachments through the web portal:
63
63
-[**Download** an attachment](#download-attachment)
64
64
-[**Delete** attachments](#delete-attachment)
65
65
-[**Permanently Delete** an attachment](#permanently-delete-attachment)
66
+
67
+
> [!NOTE]
68
+
> The preview function only supports certain file types. For images and text files (.txt), you can preview them directly in the browser. For other file types (such as Microsoft Office documents, PDFs, or code files), you need to download the attachment to view its contents.
69
+
66
70
### Tips
67
71
68
72
-**Bulk management**: To manage multiple attachments simultaneously, consider using bulk actions available in the **Attachments** tab.
69
73
-**Permissions**: Ensure you have the appropriate permissions to add, edit, or delete attachments. Project administrators typically have full access, while other roles might have limited permissions.
70
-
-**File size and type**: Be mindful of the attachment size limits (up to **60 MB** per file) and ensure that the file types you upload are supported by Azure DevOps.
74
+
-**File size and type**: Be mindful of the attachment size limits (up to **60 MB** per file). While you can attach any file type, preview functionality is limited to images and text files.
0 commit comments