Skip Navigation LinksHome Page > Forums > SpiraTeam Forums > SpiraTeam Issues & Qu... > Filtering by release via ...
We are experiencing some issues attempting to extract data from the tool via API.
What we are trying to achieve is an extract of the test runs of specific test cases, for a particular release.
The closest that we have been able to get is to use this in the call:
{"PropertyName":"TestCaseId",
"IntValue":42,
"StringValue":null,
"MultiValue":null,
"DateRangeValue":null}
Which will return ALL runs for a specific test case, but does not constrain the results to a single release, which is the information that we need.
Because a test case can be executed against multiple releases, this does not meet our needs.
Is there any way to filter against release in the manner described? It's a key requirement for us producing score cards for our releases
Thanks
Hi Graeme
You should be able to also include a Release filter
[{"PropertyName":"TestCaseId", "IntValue":42, "StringValue":null, "MultiValue":null, "DateRangeValue":null}, {"PropertyName":"ReleaseId", "IntValue":123, "StringValue":null, "MultiValue":null, "DateRangeValue":null} ]
If you have specific questions, please raise a help desk ticket with us.
Regards
David
And if you have any questions, please email or call us at +1 (202) 558-6885