In the Visual Studio Scrum 1.0 process template (and most likely in future process templates), Microsoft is using HTML fields with rich formatting for the work item description fields.
In VS Scrum 1.0…
- Product Backlog Items and Tasks are using Microsoft.VSTS.Common.DescriptionHtml.
- Bugs are using Microsoft.VSTS.TCM.ReproSteps instead.
You can customize your current process template and add a new HTML description today.
To move the data from your existing Description (Reference Name: System.Description) field to a new HTML-enabled field, you can use the TfsMoveDescription command line tool:
tfsmovedescriptions.exe /collection:<URI> /teamproject:<name> /workitemtype:<name> /newfield:<name>
The tool supports two scenarios:
- Copying from a text field to an HTML field
- Copying form an HTML field to an HTML field
Parameter checks:
- SourceField can be PlainText or HTML
- TargetField needs to be HTML.
Important optional parameters:
- If you run with /preview, it will actually list you’re the affected work item IDs.
- If you specify /copyifempty it will only do the copying if the target field is empty (otherwise it will skip that work item).
Download the tool from here:
- for Team Explorer 2010: TfsMoveDescriptions.exe (.ZIP, 4,54 KB)
- for Team Explorer 2012: TfsMoveDescriptions.exe (.ZIP, 10,60 KB)
- for Team Explorer 2013: TfsMoveDescriptions.exe (.ZIP, 13,80 KB)
Prerequisite: This tool requires Team Explorer to be installed.
–Neno
No Comments so far ↓
There are no comments yet...Kick things off by filling out the form below.