0

I would like to make a report that will show what changesets were promoted from one branch to another one. I've got all needed information about changesets in my query, but i cannot find a reference between changeset from the MAIN branch and changeset used to merge it to another branch. Is there a way to get this by querying TfS_Warhouse?

Thank you.

bbranco
  • 5
  • 2

1 Answers1

0

It's not recommend to query information from TFS database directly.

You could use TFS API to achieve what you want. And also it's much easy to query the information. Here is a good example TFS API - Get merged changesets for you reference.

Community
  • 1
  • 1
PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62
  • Thank you Patrick, but i'm not familiar with TFS API. My goal is to create a report that will be available from web for anyone who have access to it. Is it possible to do this via API? – bbranco Jan 25 '16 at 17:31