4

I need to copy a list of work items from one project to another project within an organisation in Azure Devops, is that possible? how to do that?

  • You can use Excel to export these work items and then import into the new project. Refer to this link for details: Bulk add or modify work items with Excel: https://www.visualstudio.com/en-us/docs/work/office/bulk-add-modify-work-items-excel – Leo Liu Oct 29 '20 at 08:16
  • Hi friend, is there any update for this issue? Feel free to let me know if you're still blocked, I'll try my best to help :) – Kevin Lu-MSFT Nov 02 '20 at 08:12

1 Answers1

2

You can perform bulk import and export of work items using a CSV formatted file. Here are my steps:

  1. Create a query to filter out all the work items you need to copy.
  2. Add or remove columns to select the columns you need to copy.

enter image description here

  1. Export your query to CSV.

enter image description here

  1. Open the CSV file and delete the work item ID column. Save your changes.
  2. Import work items in your another project and upload the CSV file.
  3. The system highlights those work items with data issues. You need to resolve the data issues before you can save the work items.

Please refer to this document for more detailed information.

Kevin Lu-MSFT
  • 20,786
  • 3
  • 19
  • 28