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/backlogs/remove-delete-work-items.md
+13-71
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,15 @@ Work items can live forever in your work tracking data store. You never have to
28
28
::: moniker range="tfs-2013"
29
29
-**Change state**: Remove work items from appearing on backlogs and boards by changing the work item **State** to *Remove* or *Cut*.
30
30
-**Destroy**: Permanently delete work items, deleting all data from the work tracking data store.
31
+
32
+
> [!NOTE]
33
+
> The **Delete and Recycle bin** features are available from TFS 2015.2 and later versions. The Delete option isn't available for TFS 2013. You can only delete work items from the **witadmin destroywi** command.
34
+
35
+
::: moniker-end
36
+
37
+
::: moniker range="tfs-2015"
38
+
> [!NOTE]
39
+
> The **Delete** and **Recycle Bin** features are available from TFS 2015.2 and later versions.
31
40
::: moniker-end
32
41
33
42
The ability to archive work items or projects isn't a supported feature at this time.
@@ -56,11 +65,11 @@ To move a work item from one project to another, or to change the work item type
56
65
- [Remove work items](#remove): Have the **View work items in this node** and **Edit work items in this node** Area Path permissions set to **Allow**.
57
66
::: moniker-end
58
67
59
-
::: moniker range=">= azure-devops-2020"
68
+
::: moniker range="azure-devops"
60
69
- To [Restore or destroy work items](#restore) or [Delete or destroy work items (az boards CLI)](#az-boards-cli), you must be a member of the **Project Administrators** group or have the **Delete work items in this project** project-level permission set to **Allow**.
- To [Restore or destroy work items](#restore), you must be a member of the **Project Administrators** group or have the **Delete work items in this project** project-level permission set to **Allow**.
65
74
::: moniker-end
66
75
@@ -271,7 +280,7 @@ You restore deleted work items from the web portal **Recycle Bin**.
271
280
272
281
<aid="az-boards-cli" />
273
282
274
-
::: moniker range=">= azure-devops-2020"
283
+
::: moniker range="azure-devops"
275
284
276
285
## Delete or destroy work items from the command line
277
286
@@ -424,71 +433,4 @@ To programmatically delete, restore, and destroy work items, see one of the foll
424
433
425
434
::: moniker-end
426
435
427
-
428
-
<!---
429
-
rest api
430
-
ARCHIVE WORK ITEMS
431
-
I am looking for a way to archive the work items to an on-premise file share as a Disaster Recovery solution. It would be good to have a tool or a feature in Azure DevOps that could do that for us.
432
-
433
-
434
-
::: moniker range="tfs-2013"
435
-
436
-
> [!NOTE]
437
-
> The **Delete and Recycle bin** features are available from TFS 2015.2 and later versions. The Delete option isn't available for TFS 2013. You can only delete work items from the **witadmin destroywi** command.
438
-
439
-
::: moniker-end
440
-
441
-
442
-
In this article you'll learn:
443
-
444
-
445
-
::: moniker range=">= azure-devops-2020"
446
-
447
-
> [!div class="checklist"]
448
-
> * Which permissions you need to delete, destroy, or restore work items
449
-
> * How to remove work items from the backlog by changing the State
450
-
> * How to delete work items
451
-
> * How to restore or destroy work items (from the Recycle Bin, web portal)
452
-
> * How to permanently delete work items (**az boards** command-line tool)
453
-
454
-
::: moniker-end
455
-
456
-
457
-
::: moniker range="azure-devops-2019"
458
-
459
-
> [!div class="checklist"]
460
-
> * Which permissions you need to delete, destroy, or restore work items
461
-
> * How to remove work items from the backlog by changing the State
462
-
> * How to delete work items
463
-
> * How to restore or permanently delete work items (from the Recycle Bin, web portal)
Copy file name to clipboardExpand all lines: docs/boards/includes/add-work-items-cli.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.topic: include
6
6
ms.date: 07/09/2020
7
7
---
8
8
9
-
::: moniker range=">= azure-devops-2020"
9
+
::: moniker range="azure-devops"
10
10
11
11
You can add a new work item with the [az boards work-item create](/cli/azure/boards/work-item#ext-azure-devops-az-boards-work-item-create) command. To get started, see [Get started with Azure DevOps CLI](../../cli/index.md).
Copy file name to clipboardExpand all lines: docs/boards/queries/high-performing-queries.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,19 @@ While you can easily create work item queries, to create high-performing queries
23
23
> Reference to service or resource rate limits only applies to queries run against Azure DevOps Services. To learn more, see [Service limits and rate limits](../../user-guide/service-limits.md).
24
24
25
25
This article provides general guidelines on how to write a high-performing query. These guidelines apply to the following queries you create:
26
+
27
+
::: moniker range="azure-devops"
26
28
- [Web portal queries](view-run-query.md)
27
29
- [Work Item Query Language (WIQL) queries](wiql-syntax.md)
Copy file name to clipboardExpand all lines: docs/boards/queries/link-type-reference.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.author: kaelli
9
9
author: KathrynEE
10
10
ms.topic: conceptual
11
11
monikerRange: '<= azure-devops'
12
-
ms.date: 10/21/2021
12
+
ms.date: 03/31/2022
13
13
---
14
14
15
15
@@ -747,7 +747,7 @@ You can create custom link types; export and import definitions of link types; a
747
747
748
748
To get a list of link types, you can use one of the supported command-line tools.
749
749
750
-
::: moniker range=">= azure-devops-2020"
750
+
::: moniker range="azure-devops"
751
751
752
752
### az boards work-item relation list-type
753
753
@@ -833,8 +833,6 @@ The default json format provides additional information about the attributes def
833
833
834
834
::: moniker-end
835
835
836
-
::: moniker range="< azure-devops"
837
-
838
836
### `witadmin listlinktypes`
839
837
840
838
You can list link types supported for your project collection using the [**witadmin listlinktypes**](../../reference/witadmin/manage-link-types.md) command-line tool or the [Work Item Relation Types - List](/rest/api/azure/devops/wit/work-item-relation-types/list) REST API command.
@@ -881,8 +879,6 @@ Is Active: True
881
879
882
880
```
883
881
884
-
::: moniker-end
885
-
886
882
### Link type attributes
887
883
888
884
The following table provides descriptions for each of the link type attributes returned by **Azure Boards** CLI or the REST API.
Copy file name to clipboardExpand all lines: docs/boards/work-items/view-add-work-items.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ If you don't see the **Work Items** option, you need to connect to a project and
77
77
78
78
# [Azure DevOps CLI](#tab/azure-devops-cli)
79
79
80
-
There's no [**az boards**](/cli/azure//boards) command that opens the **Work Items** page at this time. The Azure DevOps CLI commands are valid for Azure DevOps Services and Azure DevOps Server 2020.
80
+
There's no [**az boards**](/cli/azure//boards) command that opens the **Work Items** page at this time. The Azure DevOps CLI commands are valid for Azure DevOps Services only.
81
81
82
82
***
83
83
@@ -147,7 +147,7 @@ To view a work item, double-click the title or open the context menu for the wor
147
147
148
148
# [Azure DevOps CLI](#tab/azure-devops-cli)
149
149
150
-
::: moniker range=">= azure-devops-2020"
150
+
::: moniker range="azure-devops"
151
151
152
152
You can view a new work item with the [az boards work-item show](/cli/azure/boards/work-item?#ext-azure-devops-az-boards-work-item-show) command. To get started, see [Get started with Azure DevOps CLI](../../cli/index.md).
153
153
@@ -258,7 +258,7 @@ You can filter each work item pivot view by typing a keyword or using one or mor
258
258
259
259
# [Azure DevOps CLI](#tab/azure-devops-cli)
260
260
261
-
There's no [**az boards**](/cli/azure//boards) command that applies to filtering. The Azure DevOps CLI commands are only valid for Azure DevOps Services (cloud) and Azure DevOps Server 2020 and later versions.
261
+
There's no [**az boards**](/cli/azure//boards) command that applies to filtering. The Azure DevOps CLI commands are only valid for Azure DevOps Services.
Copy file name to clipboardExpand all lines: docs/marketplace/install-extension.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Your extension is now installed! You can now go to your organization to use your
54
54
55
55
#### [Azure DevOps CLI](#tab/azure-devops-cli/)
56
56
57
-
::: moniker range=">= azure-devops-2020"
57
+
::: moniker range="azure-devops"
58
58
59
59
You can install an extension with the [az devops extension install](/cli/azure/devops/extension#ext-azure-devops-az-devops-extension-install) command. To get started, see [Get started with Azure DevOps CLI](../cli/index.md).
Copy file name to clipboardExpand all lines: docs/marketplace/overview.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To upload, install, or assign extensions you need [Project Collection Administra
48
48
49
49
#### [Azure DevOps CLI](#tab/azure-devops-cli/)
50
50
51
-
::: moniker range="= azure-devops"
51
+
::: moniker range="azure-devops"
52
52
53
53
Add an extension to your organization by first searching for and then installing the extension from the [Marketplace > Azure DevOps](https://marketplace.visualstudio.com/azuredevops).
Copy file name to clipboardExpand all lines: docs/organizations/projects/about-projects.md
+2-8
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ See also, [Compatibility with Azure DevOps Server versions](/azure/devops/server
303
303
304
304
**A.** See [Projects REST API](/rest/api/azure/devops/core/projects).
305
305
306
-
::: moniker range=">= azure-devops-2020"
306
+
::: moniker range="azure-devops"
307
307
Also, you can use the [**az devops project** commands](/cli/azure/devops/project).
308
308
::: moniker-end
309
309
@@ -315,10 +315,4 @@ Also, you can use the [**az devops project** commands](/cli/azure/devops/project
315
315
-[What do I get with a project?](../../user-guide/services.md?toc=/azure/devops/organizations/projects/toc.json&bc=/azure/devops/organizations/projects/breadcrumb/toc.json)
316
316
-[Understand differences between Azure DevOps](../../user-guide/about-azure-devops-services-tfs.md?toc=/azure/devops/organizations/projects/toc.json&bc=/azure/devops/organizations/projects/breadcrumb/toc.json)
- [One project to rule them out](https://nkdagility.com/one-team-project/)
322
-
- [Working within a single Project with Team Foundation Server 2012](https://nkdagility.com/working-within-a-single-team-project-with-team-foundation-server-2012/)
Copy file name to clipboardExpand all lines: docs/organizations/projects/delete-project.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ Using the administration console, you can delete a project from a project collec
127
127
128
128
#### [Azure DevOps CLI](#tab/azure-devops-cli)
129
129
130
-
::: moniker range=">= azure-devops-2020"
130
+
::: moniker range="azure-devops"
131
131
132
132
You can delete a team project with the [az devops project delete](/cli/azure/devops/project#az-devops-project-delete) command. To get started, see [Get started with Azure DevOps CLI](../../cli/index.md).
133
133
@@ -143,9 +143,6 @@ az devops project delete --id
143
143
-**org**: Azure DevOps organization URL. You can configure the default organization using `az devops configure -d organization=ORG_URL`. Required if not configured as default or picked up using `git config`. Example: `--org https://dev.azure.com/MyOrganizationName/`.
Permissions grant access to perform a specific action on a specific resource as described in [Get started with permissions, access, and security groups](about-permissions.md). You manage most permissions through the web portal. However, you can manage permissions using command line tools or the REST API.
20
20
@@ -442,9 +442,4 @@ See [Security namespace and permission reference for Azure DevOps](namespace-ref
0 commit comments