Tr4nce
Tr4nce

Reputation: 87

Moving boards between projects

I need a little advice.

We have a few projects in Azure DevOps, and I need to move a Board and all it's work items, regardless of status, from one project into another project. So basically lifting and shifting it.

Is there an easy way to achieve this?

Upvotes: 0

Views: 1348

Answers (1)

Leo Liu
Leo Liu

Reputation: 76928

Moving boards between projects

You could use bulk move:

  1. Create new query to select all work items Create and save managed queries with the query editor:

enter image description here

  1. Select all work items in the query result and select move:

enter image description here

  1. Select your new team project: enter image description here
  2. Save all work items.

Upvotes: 1

Related Questions