How to create TestRuns for specific Version/Baseline of a TestSet/TestCases via REST-API
Hi there,
as far as I can tell there is no documented way of providing a baseline or version number when calling
POST /v3/trackers/{testRunTrackerId}/testruns
Also the documentation https://codebeamer.com/cb/wiki/12709331#section-Creating+a+test+run does not give any hint as to how declare a baseline or version.
Am I missing something here or is this not possible?
I was even thinking of creating the testruns on head-revision first and then go and alter the link via
PUT/v3/associations/{associationId}
But I found one article that seems to be somewhat related: https://www.ptc.com/en/support/article/CS413289
My takeaway: TrackerItemReferenceModel does NOT support specific baseline/version addressing.
I assume that this actually goes for any API Endpoints the somehow require specific addressing. Is this right?

