Skip to content

Commit d0570bc

Browse files
Merge pull request #8332 from MicrosoftDocs/users/dahellem/copy-clone-1
Updating copy and clone done to reflect deprecation of clone feature
2 parents 74756bb + 7e9ca10 commit d0570bc

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

docs/boards/backlogs/copy-clone-work-items.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,24 @@ ms.date: 09/09/2024
1515
# Copy or clone work items and more
1616

1717
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
18+
19+
::: moniker range="<azure-devops"
1820

1921
There are two types of copy functions you can use:
2022

2123
- **Copy or clone a single work item:** To duplicate a single work item, use the "Create copy of a work item" feature. Depending on the options you choose, this process can be considered either a [copy or a clone](#copy-or-clone-a-work-item).
2224
- **Copy a list of work items:** To copy a list of work items, multi-select a list of work items and use the "Copy as HTML" or "Copy to clipboard" feature.
2325

24-
[!INCLUDE [temp](../includes/image-differences.md)]
26+
::: moniker-end
27+
28+
::: moniker range="azure-devops"
29+
30+
There are two types of copy functions you can use:
31+
32+
- **Copy a single work item:** To duplicate a single work item, use the "Create copy of a work item" feature.
33+
- **Copy a list of work items:** To copy a list of work items, multi-select a list of work items and use the "Copy as HTML" or "Copy to clipboard" feature.
34+
35+
::: moniker-end
2536

2637
## Prerequisites
2738

@@ -31,14 +42,21 @@ There are two types of copy functions you can use:
3142

3243
## Copy or clone a work item
3344

45+
::: moniker range="azure-devops"
46+
47+
> [!IMPORTANT]
48+
> The option to clone a work item is not longer available in the Azure DevOps Service. You can use the Copy option instead.
49+
50+
::: moniker-end
51+
3452
**Copy** a work item to create a new work item with a new ID and prepopulated fields from the original. You can modify the fields as needed. A related link to the original work item and any parent link are copied over, but history and attachments are not.
3553

54+
::: moniker range="<azure-devops"
55+
3656
**Clone** a work item to create an exact copy of an existing work item, including all fields and attachments, but with a new ID. Cloning is useful when no field modifications are needed.
3757

3858
In summary, **copy** a work item to adjust prepopulated values, and **clone** a work item to create an exact duplicate.
3959

40-
::: moniker range="< azure-devops"
41-
4260
> [!NOTE]
4361
> Some fields might get copied depending on your on-premises version and customizations. If the work item type you clone lacks a state transition rule to clear the *Closed By* field when the *State* is **New** or **Active**, that field gets copied. Current system out-of-box templates include this rule.
4462
@@ -69,9 +87,6 @@ In summary, **copy** a work item to adjust prepopulated values, and **clone** a
6987

7088
::: moniker-end
7189

72-
> [!TIP]
73-
> Copied or cloned work items always have a higher ID than the original work items.
74-
7590
## Change the work item type
7691

7792
If you have a large number of work items whose type you want to change, use [Change work item type](move-change-type.md). If the **Change work item type** option isn't available to you, you can export a set of work items using Excel or CSV, copy them to a new list, and reimport them by specifying a different work item type. See [Bulk add or modify work items with Excel](../backlogs/office/bulk-add-modify-work-items-excel.md) or [Import or update work items in bulk by using CSV files](../queries/import-work-items-from-csv.md).

0 commit comments

Comments
 (0)