Share via

Copy or clone DevOps stories/tasks

Bill Helzing 0 Reputation points
2026-04-07T14:15:57.1366667+00:00

How do you copy or clone stories and tasks in DevOps?

Azure DevOps

2 answers

Sort by: Most helpful
  1. Siddhesh Desai 4,895 Reputation points Microsoft External Staff Moderator
    2026-04-07T16:13:54.1766667+00:00

    Hi @Bill Helzing

    You’ve got a couple of ways to copy or clone user stories and tasks in Azure DevOps—whether you just want a quick duplicate to tweak fields or an exact clone with all attachments and history. Here’s the rundown:

    1. Copying a Single Item (Azure DevOps Services)
      • Go to Boards → Work Items (or your backlog/board view)
      • Open the story or task you want to copy
      • Click the “…” menu in the top right and choose Create copy of work item
      • That spins up a new work item form pre-populated with title, description, links, etc.
      • Adjust any fields (area/iteration, assignee, tags) and save
    2. Cloning a Single Item (Azure DevOps Server – on-prem)
      • Same steps as above, but instead of “Create copy,” you’ll see Clone
      • Clone gives you an exact duplicate (all custom fields, attachments, links)
      • Save the cloned item; it gets a brand-new ID
    3. Bulk Copy / Export List
      • In backlog or board view, multi-select stories/tasks (Ctrl+Click or Shift+Click)
      • Click the “…” menu and pick Copy as HTML to paste into Excel, email, etc.
      • Or choose Email to send a formatted list directly to your team
    4. Scripted / API Approach
    5. AI-Powered Cloning (with Azure Boards MCP Server)
      • If you’ve wired up the MCP Server in agent mode, you can literally type: “Create a new user story with the same title and description as work item #234 but assign it to Sprint 5”
      • Or bulk: “Create five tasks similar to task #100 with titles ‘Setup A’ through ‘Setup E’”

    Hope that covers what you need!

    Reference list:

    0 comments No comments

  2. Q&A Assist
    2026-04-07T14:16:14.3766667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To copy or clone user stories and tasks in Azure DevOps (Azure Boards):

    Copy a single work item (story/task)

    1. Open the work item (User Story, Product Backlog Item, Task, Bug, etc.) in the web portal.
    2. Select the More actions (⋯) icon in the upper-right corner.
    3. Choose Create copy of work item.
    4. In the Copy Work Item dialog:
      • Optionally change the Project and Work item type.
      • Optionally select:
        • Include existing links (copies Related/external links; a Related link to the original and a Discussion comment are always added).
        • Include existing attachments.
        • Include child work items (creates copies of direct child items and links them as children; disabled if copying to another project or work item type).
    5. Select Copy.
    6. In the new work item, update Title and any other fields, then select Save or Save and Close.

    Notes:

    • The copy gets a new ID and prepopulated fields from the original.
    • History is not copied.
    • In Azure DevOps Services, cloning as a separate action is not available; use Create copy of work item with the options above.

    Copy or email a list of work items (multiple stories/tasks)

    1. In Azure Boards, open a Backlog or a Query results page.
    2. Multiselect items using Shift+Click or Ctrl+Click.
    3. Select the More actions (⋯) icon next to one of the selected items.
    4. Choose:
      • Copy as HTML to copy an HTML table of the selected items (with links and details) and paste into Excel, Word, email, etc.
      • Email to open the Send work items in email dialog with the HTML table prefilled; choose recipients, subject, and note, then send.

    This lets teams quickly duplicate existing stories/tasks and share lists of work items without recreating them manually.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.