<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:19:59 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-49493] Track SCons files for regeneration via a deps file</title>
                <link>https://jira.mongodb.org/browse/SERVER-49493</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Doing so would avoid the situation where a change that removed a SConscript would render the Ninja file unusable due to a missing &lt;tt&gt;input&lt;/tt&gt; style dependency.&lt;/p&gt;

&lt;p&gt;Per discussion with &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=redbeard0531&quot; class=&quot;user-hover&quot; rel=&quot;redbeard0531&quot;&gt;redbeard0531&lt;/a&gt;, this is handled in the old module with this logic: &lt;a href=&quot;https://github.com/RedBeard0531/mongo_module_ninja/blob/master/build.py#L1336-L1362&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/RedBeard0531/mongo_module_ninja/blob/master/build.py#L1336-L1362&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1408714">SERVER-49493</key>
            <summary>Track SCons files for regeneration via a deps file</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="daniel.moody@mongodb.com">Daniel Moody</assignee>
                                    <reporter username="andrew.morrow@mongodb.com">Andrew Morrow</reporter>
                        <labels>
                    </labels>
                <created>Tue, 14 Jul 2020 14:17:01 +0000</created>
                <updated>Sun, 29 Oct 2023 22:05:50 +0000</updated>
                            <resolved>Wed, 29 Jul 2020 20:34:58 +0000</resolved>
                                                    <fixVersion>4.4.1</fixVersion>
                    <fixVersion>4.7.0</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="3441349" author="xgen-internal-githook" created="Tue, 13 Oct 2020 06:06:45 +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="3433420" author="xgen-internal-githook" created="Wed, 7 Oct 2020 23:01:20 +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="3427481" author="xgen-internal-githook" created="Tue, 6 Oct 2020 02:57:43 +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="3323980" author="xgen-internal-githook" created="Thu, 6 Aug 2020 04:15:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Daniel Moody&apos;, &apos;email&apos;: &apos;daniel.moody@mongodb.com&apos;, &apos;username&apos;: &apos;dmoody256&apos;}
&lt;p&gt;Message: &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; Add use of depfile to ninja tool&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 3202a05352a9bff4cb00145aecb03aabac7af69a)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5c2eb5800d7a83b7f2e028409e6b1484305d1805&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5c2eb5800d7a83b7f2e028409e6b1484305d1805&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3312831" author="xgen-internal-githook" created="Wed, 29 Jul 2020 20:20:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Daniel Moody&apos;, &apos;email&apos;: &apos;daniel.moody@mongodb.com&apos;, &apos;username&apos;: &apos;dmoody256&apos;}
&lt;p&gt;Message: &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; Add use of depfile to ninja tool&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3202a05352a9bff4cb00145aecb03aabac7af69a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3202a05352a9bff4cb00145aecb03aabac7af69a&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.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>Tue, 28 Jul 2020 19:47:32 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 17 weeks, 1 day 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-325</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, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>daniel.moody@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hxuppj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxk7an:</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="4089">Dev Platform 2020-08-10</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|hxubyv:</customfieldvalue>

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