Can we export code review comments in a TFS Shelveset to an excel or any Text file. I have attached this image. The comment in Red circle needs to be exported to excel or any Text file.
Reason- For audit purpose, need to track review comments being given to developer. Right now we have to manually enter these comments inside an excel code review sheet.
Please advise.
You could write a PowerShell script that queries the REST API see to get a particular shelveset, I would do a List first then a Get Shelveset change and try and get the full changes including the comments then you can save that to a txt file for you auditors. I haven't tried it so I don't know if comments are returned but I think so.