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
There are two types of copy functions you can use:
20
22
21
23
-**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).
22
24
-**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.
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
25
36
26
37
## Prerequisites
27
38
@@ -31,14 +42,21 @@ There are two types of copy functions you can use:
31
42
32
43
## Copy or clone a work item
33
44
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
+
34
52
**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.
35
53
54
+
::: moniker range="<azure-devops"
55
+
36
56
**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.
37
57
38
58
In summary, **copy** a work item to adjust prepopulated values, and **clone** a work item to create an exact duplicate.
39
59
40
-
::: moniker range="< azure-devops"
41
-
42
60
> [!NOTE]
43
61
> 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.
44
62
@@ -69,9 +87,6 @@ In summary, **copy** a work item to adjust prepopulated values, and **clone** a
69
87
70
88
::: moniker-end
71
89
72
-
> [!TIP]
73
-
> Copied or cloned work items always have a higher ID than the original work items.
74
-
75
90
## Change the work item type
76
91
77
92
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