In a large-scale project (shared code between multiple teams & products), with many builds running in parallel - we want to aggregate all active investigations to one dashboard using TC Rest API
We tried different things such as:
teamcity.com/httpAuth/app/rest/investigations/?locator=affectedProject:(id:<ProjectId>)
This gives us all investigations with the following structure and data (i replaced real values with fake data):
The issue is that it does not include the build type id
Per investigation, we can see the project id but not the build type id.
And we need to know which build type was it (Unit-tests-build, nightly-build, load-tests-build, performance-build, regression-build release-build etc..)
Under each "project scope," we may have different builds that run at different times with different tests cover them.
p.s I haven't found similar questions here in StackOverflow, or solution elsewhere online.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…