Reputation: 4536
When we create a new linked work item New Linked Work Item...
or Ctrl+Shift+L
, is there a way to copy the title and other data from the original work item ?
Here's the scenario: I have a custom Work Item Type called Code Review
which needs to be created for every task. Not every one, but most ones. Sure, one could open both work items and copy, but I'm trying to make it as simple as possible.
What I really want to do is a VS2010 extension with a button to create the code review work items. But before I resort to that, I wanted to know if there is a simpler (and quicker) way to create new linked work items.
Upvotes: 1
Views: 574
Reputation: 8544
If you use the 'Create copy of work item..' & set the WI-type to what you need, all matching fields should get copied.
Upvotes: 1