I've been looking in the TFS_Default Collection and TFS_Warehouse database's but haven't had any luck.
Any advice or tips would be greatly appreciated.
I've been looking in the TFS_Default Collection and TFS_Warehouse database's but haven't had any luck.
Any advice or tips would be greatly appreciated.
TFS_Warehouse does not contain multi-line text fields. For TFS_DefaultCollection, it is not recommended to use operational databases because that may affect TFS performance. Consider to use Rest API:
You can use nuget package Microsoft.TeamFoundationServer.Client, Samples