<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:22:28 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-50363] Promote --build-tools=next to stable</title>
                <link>https://jira.mongodb.org/browse/SERVER-50363</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We have several accumulated fixes under &lt;tt&gt;--build-tools=next&lt;/tt&gt;, notably:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49457&quot; title=&quot;Ninja mongod build failing with duplicate symbol linker error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49457&quot;&gt;&lt;del&gt;SERVER-49457&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49493&quot; title=&quot;Track SCons files for regeneration via a deps file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49493&quot;&gt;&lt;del&gt;SERVER-49493&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49036&quot; title=&quot;the compile_commands.json produced by ninja is incomplete.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49036&quot;&gt;&lt;del&gt;SERVER-49036&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48966&quot; title=&quot;Ninja generator does not emit dependencies on template inputs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48966&quot;&gt;&lt;del&gt;SERVER-48966&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47598&quot; title=&quot;locally installed mongodbtoolchains can affect remote icecream builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47598&quot;&gt;&lt;del&gt;SERVER-47598&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;A few more will probably arrive over the next few weeks. We should pick a time to encourage more widespread testing of &lt;tt&gt;--build=next&lt;/tt&gt;, and then promote the tools from &lt;tt&gt;site_scons/site_tools/next&lt;/tt&gt; to &lt;tt&gt;site_scons/site_tools&lt;/tt&gt; by copying them up.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1445496">SERVER-50363</key>
            <summary>Promote --build-tools=next to stable</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="ryan.egesdahl@mongodb.com">Ryan Egesdahl</assignee>
                                    <reporter username="andrew.morrow@mongodb.com">Andrew Morrow</reporter>
                        <labels>
                    </labels>
                <created>Tue, 18 Aug 2020 17:46:53 +0000</created>
                <updated>Sun, 29 Oct 2023 22:04:20 +0000</updated>
                            <resolved>Thu, 15 Oct 2020 02:10:36 +0000</resolved>
                                                    <fixVersion>4.4.2</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="3445235" author="xgen-internal-githook" created="Wed, 14 Oct 2020 21:39:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50363&quot; title=&quot;Promote --build-tools=next to stable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50363&quot;&gt;&lt;del&gt;SERVER-50363&lt;/del&gt;&lt;/a&gt; &lt;/p&gt;
{A,UB}SAN build should be statically linked&lt;br/&gt;
&lt;br/&gt;
The previous in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49857&quot; title=&quot;ASAN Ubuntu 18.04 build variant did not symbolize its output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49857&quot;&gt;&lt;del&gt;SERVER-49857&lt;/del&gt;&lt;/a&gt; added --link-model=dynamic to the{A,UB}
&lt;p&gt;SAN build, which caused dependency cycles and missing symbols. We&lt;br/&gt;
moved to dynamic linking in later versions, but v4.4 does not have the&lt;br/&gt;
build infrastructure to support it and likely never will. The addition&lt;br/&gt;
was accidental, so it is removed.&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/cf5e17ce73846dced71767e961a8f2d59039fe68&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/cf5e17ce73846dced71767e961a8f2d59039fe68&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3441351" author="xgen-internal-githook" created="Tue, 13 Oct 2020 06:06:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50363&quot; title=&quot;Promote --build-tools=next to stable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50363&quot;&gt;&lt;del&gt;SERVER-50363&lt;/del&gt;&lt;/a&gt; Merge --build-tools=next into stable&lt;/p&gt;

&lt;p&gt;Merging the following fixes into the stable version of the build tools&lt;br/&gt;
and migrate fully from --ninja=next to the --build-tools=next:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47598&quot; title=&quot;locally installed mongodbtoolchains can affect remote icecream builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47598&quot;&gt;&lt;del&gt;SERVER-47598&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50010&quot; title=&quot;Mongodb build should have specific ninja REGENERATE rule&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50010&quot;&gt;&lt;del&gt;SERVER-50010&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47943&quot; title=&quot;Explicitly error if ICECC or CCACHE are specified but fail to load&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47943&quot;&gt;&lt;del&gt;SERVER-47943&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50125&quot; title=&quot;UBSAN with ccache doesn&amp;#39;t always respect -fsanitize-blacklist options&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50125&quot;&gt;&lt;del&gt;SERVER-50125&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50376&quot; title=&quot;Ninja next does not see compiler changes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50376&quot;&gt;&lt;del&gt;SERVER-50376&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49457&quot; title=&quot;Ninja mongod build failing with duplicate symbol linker error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49457&quot;&gt;&lt;del&gt;SERVER-49457&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49493&quot; title=&quot;Track SCons files for regeneration via a deps file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49493&quot;&gt;&lt;del&gt;SERVER-49493&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49036&quot; title=&quot;the compile_commands.json produced by ninja is incomplete.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49036&quot;&gt;&lt;del&gt;SERVER-49036&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48966&quot; title=&quot;Ninja generator does not emit dependencies on template inputs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48966&quot;&gt;&lt;del&gt;SERVER-48966&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;(cherry picked from commit 78bb3f3c8a658a5a9fec8d55864e426382f68bd0)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e7f6696a96db5438a269c5e67a06ff9e05cb897a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e7f6696a96db5438a269c5e67a06ff9e05cb897a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3441347" author="xgen-internal-githook" created="Tue, 13 Oct 2020 06:06:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50363&quot; title=&quot;Promote --build-tools=next to stable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50363&quot;&gt;&lt;del&gt;SERVER-50363&lt;/del&gt;&lt;/a&gt; Merge --build-tools=next into stable&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 7b93770e0835087c023ae3e3f36eeb46d204767f.&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/031ce11e88e9a98136eb99943162809554981dbb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/031ce11e88e9a98136eb99943162809554981dbb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3433425" author="xgen-internal-githook" created="Wed, 7 Oct 2020 23:01:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50363&quot; title=&quot;Promote --build-tools=next to stable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50363&quot;&gt;&lt;del&gt;SERVER-50363&lt;/del&gt;&lt;/a&gt; Merge --build-tools=next into stable&lt;/p&gt;

&lt;p&gt;Merging the following fixes into the stable version of the build tools&lt;br/&gt;
and migrate fully from --ninja=next to the --build-tools=next:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47598&quot; title=&quot;locally installed mongodbtoolchains can affect remote icecream builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47598&quot;&gt;&lt;del&gt;SERVER-47598&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50010&quot; title=&quot;Mongodb build should have specific ninja REGENERATE rule&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50010&quot;&gt;&lt;del&gt;SERVER-50010&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47943&quot; title=&quot;Explicitly error if ICECC or CCACHE are specified but fail to load&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47943&quot;&gt;&lt;del&gt;SERVER-47943&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50125&quot; title=&quot;UBSAN with ccache doesn&amp;#39;t always respect -fsanitize-blacklist options&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50125&quot;&gt;&lt;del&gt;SERVER-50125&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50376&quot; title=&quot;Ninja next does not see compiler changes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50376&quot;&gt;&lt;del&gt;SERVER-50376&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49457&quot; title=&quot;Ninja mongod build failing with duplicate symbol linker error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49457&quot;&gt;&lt;del&gt;SERVER-49457&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49493&quot; title=&quot;Track SCons files for regeneration via a deps file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49493&quot;&gt;&lt;del&gt;SERVER-49493&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49036&quot; title=&quot;the compile_commands.json produced by ninja is incomplete.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49036&quot;&gt;&lt;del&gt;SERVER-49036&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48966&quot; title=&quot;Ninja generator does not emit dependencies on template inputs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48966&quot;&gt;&lt;del&gt;SERVER-48966&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;(cherry picked from commit 78bb3f3c8a658a5a9fec8d55864e426382f68bd0)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7b93770e0835087c023ae3e3f36eeb46d204767f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7b93770e0835087c023ae3e3f36eeb46d204767f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3427490" author="xgen-internal-githook" created="Tue, 6 Oct 2020 02:58:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50363&quot; title=&quot;Promote --build-tools=next to stable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50363&quot;&gt;&lt;del&gt;SERVER-50363&lt;/del&gt;&lt;/a&gt; Merge --build-tools=next into stable&lt;/p&gt;

&lt;p&gt;Merging the following fixes into the stable version of the build tools&lt;br/&gt;
and migrate fully from --ninja=next to the --build-tools=next:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47598&quot; title=&quot;locally installed mongodbtoolchains can affect remote icecream builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47598&quot;&gt;&lt;del&gt;SERVER-47598&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50010&quot; title=&quot;Mongodb build should have specific ninja REGENERATE rule&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50010&quot;&gt;&lt;del&gt;SERVER-50010&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47943&quot; title=&quot;Explicitly error if ICECC or CCACHE are specified but fail to load&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47943&quot;&gt;&lt;del&gt;SERVER-47943&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50125&quot; title=&quot;UBSAN with ccache doesn&amp;#39;t always respect -fsanitize-blacklist options&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50125&quot;&gt;&lt;del&gt;SERVER-50125&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50376&quot; title=&quot;Ninja next does not see compiler changes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50376&quot;&gt;&lt;del&gt;SERVER-50376&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49457&quot; title=&quot;Ninja mongod build failing with duplicate symbol linker error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49457&quot;&gt;&lt;del&gt;SERVER-49457&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49493&quot; title=&quot;Track SCons files for regeneration via a deps file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49493&quot;&gt;&lt;del&gt;SERVER-49493&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-49036&quot; title=&quot;the compile_commands.json produced by ninja is incomplete.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-49036&quot;&gt;&lt;del&gt;SERVER-49036&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48966&quot; title=&quot;Ninja generator does not emit dependencies on template inputs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48966&quot;&gt;&lt;del&gt;SERVER-48966&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/78bb3f3c8a658a5a9fec8d55864e426382f68bd0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/78bb3f3c8a658a5a9fec8d55864e426382f68bd0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="3345506" author="acm" created="Tue, 18 Aug 2020 17:47:22 +0000"  >&lt;p&gt;The promotion should also be backported to v4.4 to keep the build system behavior consistent.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="18953"><![CDATA[v4.4]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 5 Oct 2020 17:56:27 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 17 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 17 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>50.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ryan.egesdahl@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hy0yxz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxsywf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="4195">Dev Platform 2020-10-19</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hy0l7b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>