REST API v6.0 Find Requirements linked to Release

Monday, December 23, 2019
Avatar

Hello

I am trying to send a request all requirements that are assigned to a release.

In the SpiraTest itself requirements have a release field so I believe it should be possible to make such a call but as far as I can tell the API does not have a suitable call.  Is this correct?

Thank You

2 Replies
Monday, December 23, 2019
Avatar
re: tward2607 Monday, December 23, 2019

Hello,

You probably should use this API call:

http://api.inflectra.com/Spira/Services/v6_0/RestServiceOperation.aspx?uri=projects%2f%7bproject_id%7d%2frequirements%2fsearch%3fstarting_row%3d%7bstarting_row%7d%26number_of_rows%3d%7bnumber_of_rows%7d&method=POST

The Search option uses a POST that lets you post an array of RemoteFilter objects that lets you filter by the Release ID.

Regards

David

Monday, December 23, 2019
Avatar
re: inflectra.david Monday, December 23, 2019

Thanks for the quick response David

Is there any documentation on using a Remote Filter object through the Rest API? The only documentation I can find for the SOAP Service

 

Regards

Tom

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: Monday, December 23, 2019
  • Last Reply: Monday, December 23, 2019
  • Replies: 2
  • Views: 4150