How to add line break in the description field of a new WorkItem using TFST Power Tools command line utility? I tried this:
Z:\>tfpt workitem /new "Project Ipsum\Issue" /collection:http:
and this:
Z:\>tfpt workitem /new "Project Ipsum\Issue" /collection:http:
to no avail.
Any suggestions there?
==============================
One solution I completed was to create a new (actually extended) work item with properties that I originally embedded in a long description. So now I have broken them into separate fields, for example:
Z:\>tfpt workitem /new "Project Ipsum\Issue" /collection:http:
Then I created the form fields (a new group of tabs) to display them. However, it is cleaner.
It would still be interesting to determine how to add line breaks using TFPT.
Thanks.
source share