<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Importing test runs in Codebeamer through REST API in Codebeamer</title>
    <link>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/961450#M243</link>
    <description>&lt;P&gt;Hi Alfonso, Thanks for your suggestion. Currently we have some change in plans and won't be going forward with this API. In future if needed, will surely raise a support ticket.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 04:54:49 GMT</pubDate>
    <dc:creator>AarushiS</dc:creator>
    <dc:date>2024-07-16T04:54:49Z</dc:date>
    <item>
      <title>Importing test runs in Codebeamer through REST API</title>
      <link>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/957131#M210</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have tried adding test cases in Codebeamer using REST API and Azure DevOps Pipeline and now we are trying to add test runs to the test cases through API but getting the below error-&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "exception":&amp;nbsp;"IllegalArgumentException",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "message":&amp;nbsp;"Request&amp;nbsp;must&amp;nbsp;be&amp;nbsp;a&amp;nbsp;multipart&amp;nbsp;request."&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;API used - &lt;STRONG&gt;POST /&lt;/STRONG&gt;&lt;A class="" title="http://ip-address/cb/rest/xunitresults" href="http://ip-address/cb/rest/xunitresults" target="_blank" rel="noreferrer noopener"&gt;&lt;STRONG&gt;http://ip-address/cb/rest/xunitresults&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I think we are missing something to the end points. It would be great if anyone could help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 07:36:45 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/957131#M210</guid>
      <dc:creator>AarushiS</dc:creator>
      <dc:date>2024-06-19T07:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Importing test runs in Codebeamer through REST API</title>
      <link>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/957189#M211</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/572781"&gt;@AarushiS&lt;/a&gt; , the error seems to come from the way the request is crafted: in case it has a file, this usually has to be sent with the request as multipart. I believe threads like &lt;A href="https://stackoverflow.com/questions/16015548/how-to-send-multipart-form-data-request-using-postman" target="_blank"&gt;https://stackoverflow.com/questions/16015548/how-to-send-multipart-form-data-request-using-postman&lt;/A&gt; could help to get an idea, but this can also be asked in the Postman forums:&amp;nbsp;&lt;A href="https://community.postman.com/t/video-how-to-send-multipart-form-data-request-file/51517" target="_blank"&gt;https://community.postman.com/t/video-how-to-send-multipart-form-data-request-file/51517&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 09:48:32 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/957189#M211</guid>
      <dc:creator>alfonso_c</dc:creator>
      <dc:date>2024-06-19T09:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Importing test runs in Codebeamer through REST API</title>
      <link>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/957195#M212</link>
      <description>&lt;P&gt;Hi Alfonso,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have followed&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class=""&gt;1.14.37.4&amp;nbsp;&lt;/SPAN&gt;Batch test result update&lt;/STRONG&gt; part in the wiki -&amp;nbsp;&lt;A href="https://codebeamer.com/cb/wiki/117612#section-Add+a+new+item+comment+%28plus+attachments%29" target="_blank" rel="noopener"&gt;REST API (v1) (codebeamer.com)&lt;/A&gt;&amp;nbsp;but we haven't added the file yet in the Postman, only the JSON script is added. Is it why it is creating such error ?&amp;nbsp;&lt;/P&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;</description>
      <pubDate>Wed, 19 Jun 2024 10:13:05 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/957195#M212</guid>
      <dc:creator>AarushiS</dc:creator>
      <dc:date>2024-06-19T10:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Importing test runs in Codebeamer through REST API</title>
      <link>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/961302#M240</link>
      <description>&lt;P&gt;&lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/572781"&gt;@AarushiS&lt;/a&gt;I think the current topic requires a Support Ticket to discuss the scenario and the challenge fully. If you haven't raised it yet, please feel free to do so. We can later update this thread when the root cause and solution are clarified. Thanks in advance for your actions.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 10:36:24 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/961302#M240</guid>
      <dc:creator>alfonso_c</dc:creator>
      <dc:date>2024-07-15T10:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Importing test runs in Codebeamer through REST API</title>
      <link>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/961450#M243</link>
      <description>&lt;P&gt;Hi Alfonso, Thanks for your suggestion. Currently we have some change in plans and won't be going forward with this API. In future if needed, will surely raise a support ticket.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 04:54:49 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/961450#M243</guid>
      <dc:creator>AarushiS</dc:creator>
      <dc:date>2024-07-16T04:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Importing test runs in Codebeamer through REST API</title>
      <link>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/961465#M244</link>
      <description>&lt;P&gt;&lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/572781"&gt;@AarushiS&lt;/a&gt;Thank you for the update. I marked your previous message as the "solution", please feel free to contact us through a Support ticket in the future in case you need more assistance on this topic.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 05:39:47 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Codebeamer/Importing-test-runs-in-Codebeamer-through-REST-API/m-p/961465#M244</guid>
      <dc:creator>alfonso_c</dc:creator>
      <dc:date>2024-07-16T05:39:47Z</dc:date>
    </item>
  </channel>
</rss>

