<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:40:01 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-56719] Short circuit $switch when any condition is constant</title>
                <link>https://jira.mongodb.org/browse/SERVER-56719</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;There are several rules we can add to $switch to improve its constant folding:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;When a case is a constant, and false, we can remove that case.&lt;/li&gt;
	&lt;li&gt;When a case is a constant, and true, we can turn that case into the default, and remove all subsequent cases.&lt;/li&gt;
	&lt;li&gt;When there are no cases, we can replace the $switch with its default.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Alternatively, we could desugar $switch to chain of $cond expressions; then &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-55297&quot; title=&quot;Short circuit $cond if condition is a constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-55297&quot;&gt;&lt;del&gt;SERVER-55297&lt;/del&gt;&lt;/a&gt; would have the same effect as the above three rules.  This approach makes the rewrites simpler but results in more calls to evaluate().&lt;/p&gt;

&lt;p&gt;Either option would let $bucket take advantage of a $group-by-constant optimization, since $bucket desugars to $group + $switch.  (Although I don&apos;t think we have a $group-by-constant optimization currently.)&lt;/p&gt;</description>
                <environment></environment>
        <key id="1705239">SERVER-56719</key>
            <summary>Short circuit $switch when any condition is constant</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="naama.bareket@mongodb.com">Naama Bareket</assignee>
                                    <reporter username="david.percy@mongodb.com">David Percy</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Thu, 6 May 2021 17:09:12 +0000</created>
                <updated>Sun, 29 Oct 2023 21:53:57 +0000</updated>
                            <resolved>Thu, 8 Jul 2021 18:43:53 +0000</resolved>
                                                    <fixVersion>5.1.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="4332725" author="sviatlana.zuiko" created="Thu, 3 Feb 2022 11:44:50 +0000"  >&lt;p&gt;Sorry, it was my bad, I got confused. Declined BACKPORT-11790.&lt;/p&gt;</comment>
                            <comment id="4330869" author="JIRAUSER1259138" created="Wed, 2 Feb 2022 17:23:11 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=sviatlana.zuiko&quot; class=&quot;user-hover&quot; rel=&quot;sviatlana.zuiko&quot;&gt;sviatlana.zuiko&lt;/a&gt; wasn&apos;t this applied to 5.1? Then, it should be already in 5.2, right?&lt;/p&gt;</comment>
                            <comment id="4330057" author="sviatlana.zuiko" created="Wed, 2 Feb 2022 13:36:00 +0000"  >&lt;p&gt;Requesting a backport to 5.2 because of new failure occurrence there &lt;a href=&quot;https://buildbaron.corp.mongodb.com/ui/#/bfg/BFG-1038308&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://buildbaron.corp.mongodb.com/ui/#/bfg/BFG-1038308&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4108384" author="JIRAUSER1259052" created="Wed, 6 Oct 2021 19:05:40 +0000"  >&lt;p&gt;Updating the fixversion since branching activities occurred yesterday. This ticket will be in rc0 when it&#8217;s been triggered. For more active release information, please keep an eye on #server-release. Thank you!&lt;/p&gt;</comment>
                            <comment id="3921439" author="xgen-internal-githook" created="Wed, 7 Jul 2021 19:14:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Naama Bareket&apos;, &apos;email&apos;: &apos;naama.bareket@mongodb.com&apos;, &apos;username&apos;: &apos;naama-bareket&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt; Short circuit $switch when any condition is constant&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/25e6b31298e882b06b4afb6c72ada5d22e9aaeec&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/25e6b31298e882b06b4afb6c72ada5d22e9aaeec&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3913867" author="JIRAUSER1259138" created="Fri, 2 Jul 2021 05:46:42 +0000"  >&lt;p&gt;Based on&#160;BF-21717, this needs to be back-ported to &lt;tt&gt;v4.2&lt;/tt&gt; and &lt;tt&gt;v4.4&lt;/tt&gt; to avoid fuzzer failures.&lt;/p&gt;</comment>
                            <comment id="3910326" author="xgen-internal-githook" created="Wed, 30 Jun 2021 16:17:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;samontea&apos;, &apos;email&apos;: &apos;merciers.merciers@gmail.com&apos;, &apos;username&apos;: &apos;samontea&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt; Short circuit $switch when any condition is constant&quot;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fa074097ba7d4ad79b0ad5f7c77b00b0af4c8a8e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fa074097ba7d4ad79b0ad5f7c77b00b0af4c8a8e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3907810" author="xgen-internal-githook" created="Tue, 29 Jun 2021 15:29:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Naama Bareket&apos;, &apos;email&apos;: &apos;naama.bareket@mongodb.com&apos;, &apos;username&apos;: &apos;naama-bareket&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt; Short circuit $switch when any condition is constant&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/43c655b0bc42d2ddf4bed061b60bbf7c1c9942e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/43c655b0bc42d2ddf4bed061b60bbf7c1c9942e4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3895294" author="xgen-internal-githook" created="Wed, 23 Jun 2021 20:42:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Naama Bareket&apos;, &apos;email&apos;: &apos;naama.bareket@mongodb.com&apos;, &apos;username&apos;: &apos;naama-bareket&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt; Short circuit  when any condition is constant&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/85f3203de63173dcf4013556c392164fe6d3b827&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/85f3203de63173dcf4013556c392164fe6d3b827&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3895293" author="xgen-internal-githook" created="Wed, 23 Jun 2021 20:42:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Naama Bareket&apos;, &apos;email&apos;: &apos;naama.bareket@mongodb.com&apos;, &apos;username&apos;: &apos;naama-bareket&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt; Short circuit  when any condition is constant&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e7b844883776f82a3a49bf141f12951474983af0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e7b844883776f82a3a49bf141f12951474983af0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3895292" author="xgen-internal-githook" created="Wed, 23 Jun 2021 20:42:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Naama Bareket&apos;, &apos;email&apos;: &apos;naama.bareket@mongodb.com&apos;, &apos;username&apos;: &apos;naama-bareket&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt; Short circuit  when any condition is constant&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0d2ca784072ba211e7915e61dea070fc716f3a19&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0d2ca784072ba211e7915e61dea070fc716f3a19&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3895291" author="xgen-internal-githook" created="Wed, 23 Jun 2021 20:42:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Naama Bareket&apos;, &apos;email&apos;: &apos;naama.bareket@mongodb.com&apos;, &apos;username&apos;: &apos;naama-bareket&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt; Short circuit  when any condition is constant&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/db64e1703a0a6c65dd9ccc2761849ad11bd1513d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/db64e1703a0a6c65dd9ccc2761849ad11bd1513d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3895290" author="xgen-internal-githook" created="Wed, 23 Jun 2021 20:42:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Naama Bareket&apos;, &apos;email&apos;: &apos;naama.bareket@mongodb.com&apos;, &apos;username&apos;: &apos;naama-bareket&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt; Short circuit  when any condition is constant&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d6e7794eedf4cc5103616147957f491c4c134530&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d6e7794eedf4cc5103616147957f491c4c134530&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3895288" author="xgen-internal-githook" created="Wed, 23 Jun 2021 20:42:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Naama Bareket&apos;, &apos;email&apos;: &apos;naama.bareket@mongodb.com&apos;, &apos;username&apos;: &apos;naama-bareket&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt; Short circuit  when any condition is constant&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/00b81d67efbbdcff030128f5fecb23f1586fa27e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/00b81d67efbbdcff030128f5fecb23f1586fa27e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3895287" author="xgen-internal-githook" created="Wed, 23 Jun 2021 20:42:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Naama Bareket&apos;, &apos;email&apos;: &apos;naama.bareket@mongodb.com&apos;, &apos;username&apos;: &apos;naama-bareket&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt; Short circuit  when any condition is constant&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56719&quot; title=&quot;Short circuit $switch when any condition is constant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56719&quot;&gt;&lt;del&gt;SERVER-56719&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/127c82d8726075c8cbd6e5604e75084d907162e6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/127c82d8726075c8cbd6e5604e75084d907162e6&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2150768">SERVER-70190</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1652594">SERVER-55297</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>15.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="22676"><![CDATA[v5.2]]></customfieldvalue>
    <customfieldvalue key="18953"><![CDATA[v4.4]]></customfieldvalue>
    <customfieldvalue key="16775"><![CDATA[v4.2]]></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>Wed, 16 Jun 2021 16:51:34 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 6 days 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>
                            2 years, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>195.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>david.percy@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>mohammad.dashti@mongodb.com</customfieldvalue>
            <customfieldvalue>naama.bareket@mongodb.com</customfieldvalue>
            <customfieldvalue>sviatlana.zuiko@mongodb.com</customfieldvalue>
            <customfieldvalue>vivian.ge@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hz8yz3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr36pj:</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="4706">Query Optimization 2021-06-14</customfieldvalue>
    <customfieldvalue id="4708">Query Optimization 2021-06-28</customfieldvalue>
    <customfieldvalue id="4710">Query Optimization 2021-07-12</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|hz8l87:</customfieldvalue>

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