<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Is there a way to add parameters to a list of test cases? (Thread)</title><description> Ive successfully added parameters to individual test cases using the Edit Parameters button inside each test case. I need to add the same parameter to a list of test cases (over 100). Is there a way to add it in bulk? </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/spiratest/issues-questions/2898.aspx</link><item><guid isPermaLink="false">threadId=2898</guid><author>Andres Belz (andres.belzunce@wslw.es)</author><title>Is there a way to add parameters to a list of test cases?</title><description> Ive successfully added parameters to individual test cases using the Edit Parameters button inside each test case. I need to add the same parameter to a list of test cases (over 100). Is there a way to add it in bulk? </description><pubDate>Wed, 24 Jan 2024 12:49:48 -0500</pubDate><a10:updated>2024-02-24T18:37:10-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/2898.aspx</link></item><item><guid isPermaLink="false">messageId=6595</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> There is not a way to do this through the UI (currently). One idea in the future is to have a Spira</title><description> There is not a way to do this through the UI (currently). One idea in the future is to have a SpiraApp that will let you script actions inside the app, but that is not yet possible.  Probably the best way right now is to use our API to script this kind of mass change. I can provide some sample code if that would be helpful? </description><pubDate>Thu, 25 Jan 2024 14:26:34 -0500</pubDate><a10:updated>2024-01-25T14:26:34-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/2898.aspx#reply6595</link></item><item><guid isPermaLink="false">messageId=6597</guid><author>Andres Belz (andres.belzunce@wslw.es)</author><title> Yes please. Ill give it a try. </title><description> Yes please. Ill give it a try. </description><pubDate>Thu, 25 Jan 2024 14:31:48 -0500</pubDate><a10:updated>2024-01-25T14:31:48-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/2898.aspx#reply6597</link></item><item><guid isPermaLink="false">messageId=6599</guid><author>Andres Belz (andres.belzunce@wslw.es)</author><title> Any news on that sample code? </title><description> Any news on that sample code? </description><pubDate>Tue, 30 Jan 2024 08:59:27 -0500</pubDate><a10:updated>2024-01-30T08:59:27-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/2898.aspx#reply6599</link></item><item><guid isPermaLink="false">messageId=6619</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Sorry for the delay, heres the API endpoint to use:   https://api.inflectra.com/Spira/Services/v7_0</title><description> Sorry for the delay, heres the API endpoint to use:   https://api.inflectra.com/Spira/Services/v7_0/RestServiceOperation.aspx?uri=projects%2f%7bproject_id%7d%2ftest-cases%2fparameters&amp;method=POST   and the sample body would be:   {
"TestCaseId":123,
"Name":"myparameter",
"DefaultValue":"somevalue"
}     </description><pubDate>Sat, 24 Feb 2024 18:37:10 -0500</pubDate><a10:updated>2024-02-24T18:37:10-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/2898.aspx#reply6619</link></item></channel></rss>