<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Builds, how to link requirements into builds? (Thread)</title><description> Hi Spira Support,   It is possible to link tasks and requirements into builds?  Based on  Available Database Tables - SpiraDocs (inflectra.com)  I can see that incident may have a build,  but no such attributes for tasks and requirements . And we need to track not only incidents, we need to know how requirements and tasks are grouped into builds.     Another question that in real life we have multiple to multiple relationship between builds and other entities like incidents and tasks. We have dedicated builds that we are supporting for each of our clients and we need to know was that incident/task deployed to their release. So one incident goes to several builds that may be associated to several different release in Spira (when our customers use different versions of our product). </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/2674.aspx</link><item><guid isPermaLink="false">threadId=2674</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">builds</category><title>Builds, how to link requirements into builds?</title><description> Hi Spira Support,   It is possible to link tasks and requirements into builds?  Based on  Available Database Tables - SpiraDocs (inflectra.com)  I can see that incident may have a build,  but no such attributes for tasks and requirements . And we need to track not only incidents, we need to know how requirements and tasks are grouped into builds.     Another question that in real life we have multiple to multiple relationship between builds and other entities like incidents and tasks. We have dedicated builds that we are supporting for each of our clients and we need to know was that incident/task deployed to their release. So one incident goes to several builds that may be associated to several different release in Spira (when our customers use different versions of our product). </description><pubDate>Fri, 02 Sep 2022 14:03:44 -0400</pubDate><a10:updated>2022-09-23T11:55:08-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2674.aspx</link></item><item><guid isPermaLink="false">messageId=5729</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> The link is done implicitly via commits:   The CI build (from the CI tool such as Jenkins, GitLab, </title><description> The link is done implicitly via commits:   The CI build (from the CI tool such as Jenkins, GitLab, etc.) contains code commits (Git) or revisions (SVN)  The code commits have artifact tags such [TK:45] or [RQ:23]  the code commits are then linked to the requirements and tasks  The builds are linked via. the commits to the requirements and tasks  </description><pubDate>Fri, 02 Sep 2022 20:25:45 -0400</pubDate><a10:updated>2022-09-02T20:25:45-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2674.aspx#reply5729</link></item><item><guid isPermaLink="false">messageId=5730</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><title> David, Thanks for your answer!  Could you provide step by step examples as we would like to synthet</title><description> David, Thanks for your answer!  Could you provide step by step examples as we would like to synthetically reproduce that logic using Spiras APIs? We are using Amazon code commit that you are not supporting yet.  So, I need to know step by step what entities should I create with what associations, etc. Better with names of API calls that I should use. </description><pubDate>Mon, 05 Sep 2022 07:02:08 -0400</pubDate><a10:updated>2022-09-05T07:02:08-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2674.aspx#reply5730</link></item><item><guid isPermaLink="false">messageId=5738</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Hi Ilya  OK, for AWS CodeCommit (which is on our list now that we have done GitLab, GitHub and Circ</title><description> Hi Ilya  OK, for AWS CodeCommit (which is on our list now that we have done GitLab, GitHub and CircleCI). You need to call this Build API:   https://api.inflectra.com/Spira/Services/v6_0/RestServiceOperation.aspx?uri=projects%2f%7bproject_id%7d%2freleases%2f%7brelease_id%7d%2fbuilds&amp;method=POST   The list of commits is very important, basically this JSON:   "Revisions": [
{
 "RevisionKey": "44bf09d0a2c36585aed1c34ba2e5d958a9379718"
},
{
 "RevisionKey": "44bf09d0a2c36585aed1c34ba2e5d958a9379718"
}
]     </description><pubDate>Thu, 22 Sep 2022 15:42:49 -0400</pubDate><a10:updated>2022-09-22T15:42:49-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2674.aspx#reply5738</link></item><item><guid isPermaLink="false">messageId=5739</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> And forgot to mention, the commits inside Git need to have their message include the appropriate Sp</title><description> And forgot to mention, the commits inside Git need to have their message include the appropriate Spira token [IN:5], [RQ:2] etc. </description><pubDate>Thu, 22 Sep 2022 15:43:44 -0400</pubDate><a10:updated>2022-09-22T15:43:44-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2674.aspx#reply5739</link></item><item><guid isPermaLink="false">messageId=5740</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><title> Great! I am glad to hear that AWS CodeCommit will be supported by Inflectra. We will wait for it. </title><description> Great! I am glad to hear that AWS CodeCommit will be supported by Inflectra. We will wait for it. </description><pubDate>Fri, 23 Sep 2022 05:25:43 -0400</pubDate><a10:updated>2022-09-23T05:25:43-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2674.aspx#reply5740</link></item><item><guid isPermaLink="false">messageId=5741</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Youre welcome.! </title><description> Youre welcome.! </description><pubDate>Fri, 23 Sep 2022 11:55:08 -0400</pubDate><a10:updated>2022-09-23T11:55:08-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/2674.aspx#reply5741</link></item></channel></rss>