<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Build's associations (Thread)</title><description> Hello, team,  We are playing with  build  entity and as I can see it has associations. But button to add there a link to a requirement/task/incident is enabled from one side but if I click on it, nothing is happened.      Is there a way to add associations to a build via API? What type of entities can I associate with build?  </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/2824.aspx</link><item><guid isPermaLink="false">threadId=2824</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">build</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> api</category><title>Build's associations</title><description> Hello, team,  We are playing with  build  entity and as I can see it has associations. But button to add there a link to a requirement/task/incident is enabled from one side but if I click on it, nothing is happened.      Is there a way to add associations to a build via API? What type of entities can I associate with build?  </description><pubDate>Wed, 05 Jul 2023 14:15:22 -0400</pubDate><a10:updated>2023-07-06T19:10:08-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2824.aspx</link></item><item><guid isPermaLink="false">messageId=6154</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Yes, when you use the REST API to post a new build, you send it a list of Git commit Guids or SVN r</title><description> Yes, when you use the REST API to post a new build, you send it a list of Git commit Guids or SVN revision numbers:   https://api.inflectra.com/Spira/Services/v7_0/RestServiceOperation.aspx?uri=projects%2f%7bproject_id%7d%2freleases%2f%7brelease_id%7d%2fbuilds&amp;method=POST    https://api.inflectra.com/Spira/Services/v7_0/SoapService.aspx?datacontract=tns:RemoteBuildSourceCode   an array like this:   [
{"RevisionKey": "Git Guid"},
{"RevisionKey": "Git Guid"},
]   Then inside the Git commits, you have tokens like: [IN:45], [RQ:2] to tag the commit to the artifact. </description><pubDate>Thu, 06 Jul 2023 12:28:50 -0400</pubDate><a10:updated>2023-07-06T12:29:18-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2824.aspx#reply6154</link></item><item><guid isPermaLink="false">messageId=6155</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Id log a support ticket for additional assistance.  Thx </title><description> Id log a support ticket for additional assistance.  Thx </description><pubDate>Thu, 06 Jul 2023 12:29:40 -0400</pubDate><a10:updated>2023-07-06T12:29:40-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2824.aspx#reply6155</link></item><item><guid isPermaLink="false">messageId=6157</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><title> Now it works, thanks! And I have everything (requirements, incidents, tasks) associated with that b</title><description> Now it works, thanks! And I have everything (requirements, incidents, tasks) associated with that build. Cool!     Thanks, David! </description><pubDate>Thu, 06 Jul 2023 19:10:08 -0400</pubDate><a10:updated>2023-07-06T19:10:08-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2824.aspx#reply6157</link></item></channel></rss>