Filtering by release via REST API

Wednesday, September 2, 2020
Avatar

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

1 Replies
Wednesday, September 2, 2020
Avatar
re: GraemeR71 Wednesday, September 2, 2020

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

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Wednesday, September 2, 2020
  • Last Reply: Wednesday, September 2, 2020
  • Replies: 1
  • Views: 1081