Jonathan Stanton
Jonathan Stanton

Reputation: 2660

Is it possible to ADD comments to code reviews via the TFS API?

I can see from this previously asked question that you can read comments from a code review stored in TFS. Is it possible to ADD comments to a code review?

Upvotes: 1

Views: 382

Answers (1)

Andy Li-MSFT
Andy Li-MSFT

Reputation: 30442

Basicly you can have a try with the DiscussionThread.AddComment Method.

There is a thread with the discussion about this topic here : TFS API Copy Comments from one DiscussionThread to another

Upvotes: 1

Related Questions