workitem

How to copy a work item and its tasks

自作多情 提交于 2019-12-01 15:06:37
I would like to make a copy of a work item and all of its task. I'm using this version of the product: 11.0.50727.1 I'm using Scrum 2.0 template for the project If this is possible, how can I do it? Have you tried Excel? It's your best friend when doing mass editing of work items. You can copy/paste a number of work items. by selecting all columns except the ID column. Copy them and then paste them at the bottom of the open query in Excel. You need to ensure you're using a Tree based query and that all the columns you want to duplicate are part of the queries columns. You might lose formatting

TFS 2010: How to produce a changelog (ie. list of work items) between two releases of the application using labels?

耗尽温柔 提交于 2019-11-29 22:39:56
I'm looking for a way to automatically produce a changelog (actually a list of workitems) between two releases of my application. I have two versions of my application, v1 and v2, each is identified by a label in TFS 2010 (LABEL1 and LABEL2) that I manually created before building the setups of my app. I have a branching system, which means I have a trunk were most of bugs are fixed, and a branch where patches are applied mostly using merges from the trunk (but there are also some fixes on the branch only that do not concern the trunk). The two versions of my application (v1 and v2) are

TFS 2010: How to produce a changelog (ie. list of work items) between two releases of the application using labels?

百般思念 提交于 2019-11-28 19:23:04
问题 I'm looking for a way to automatically produce a changelog (actually a list of workitems) between two releases of my application. I have two versions of my application, v1 and v2, each is identified by a label in TFS 2010 (LABEL1 and LABEL2) that I manually created before building the setups of my app. I have a branching system, which means I have a trunk were most of bugs are fixed, and a branch where patches are applied mostly using merges from the trunk (but there are also some fixes on