<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Filtering by release via REST API (Thread)</title><description> 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? Its a key requirement for us producing score cards for our releases  Thanks </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spirateam/issues-questions/2212.aspx</link><item><guid isPermaLink="false">threadId=2212</guid><author>Graeme Reynolds (graemer71@gmail.com)</author><title>Filtering by release via REST API</title><description> 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? Its a key requirement for us producing score cards for our releases  Thanks </description><pubDate>Wed, 02 Sep 2020 09:29:31 -0400</pubDate><a10:updated>2020-09-02T11:34:38-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2212.aspx</link></item><item><guid isPermaLink="false">messageId=3827</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Hi Graeme  You should be able to also include a Release filter   [{"PropertyName":"TestCaseId",

"I</title><description> 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 </description><pubDate>Wed, 02 Sep 2020 11:34:38 -0400</pubDate><a10:updated>2020-09-02T11:34:38-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2212.aspx#reply3827</link></item></channel></rss>