0

How can we enter case numbers using Team Foundation Server?

flag

3 Answers

0

When you commit a change using Team System, include a single line of the form BugzID: case number in the log after the other comments, for example:

alt text

link|flag
0

What if we need to log in multiple case numbers?

Should we format the comment with

BugzID: 1234, 1235

or

BugzID: 1234 BugzID: 1235

-Bill

link|flag
0

It is really useful to know how to log in multiple case numbers, can you please reply?

link|flag
In general, anything similar to bugzid:1234 adds a checkin, so bugzid:1234, bugzid:1235 adds two. I guess that should work in the TFS case as well. – Michel de Ruiter Dec 20 2011 at 8:18

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.