<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:39:09 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-78752] An incorrect plan can be written to the SBE plan cache for certain $or queries, leads to incorrect query results</title>
                <link>https://jira.mongodb.org/browse/SERVER-78752</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;After analysis the following root cause is two fold:&lt;/p&gt;

&lt;p&gt;1) The Parameterization of a query abstracts dependencies between two $or branches in such a way that dependencies are lost. A query containing an $or statement with predicates on the same field of the same value are considered to be the same as a query where the 2 filters did not have the same value. Both queries would result in the same QueryShape which is semantically incorrect as the dependency are used in query optimizations. These two queries should have two different planhashes&lt;/p&gt;

&lt;p&gt;2) While checking for equality of 2 $or branches containing and IndexScan the equality function was missing to check the the IETs and 2 falsely considered equal IndexScans were merged together leading to a correctness issue.&#160;&lt;/p&gt;

&lt;p&gt;Hi Team,&lt;/p&gt;

&lt;p&gt;I have identified an issue with the &lt;a href=&quot;https://www.mongodb.com/docs/manual/release-notes/6.0/#slot-based-query-execution-engine&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Slot-based Execution Engine&lt;/a&gt; where the Query Planner is selecting the wrong plan for a find() command (see details below), resulting in data inconsistency. In summary, it&apos;s implicitly adding a limit(1) to a query, causing the query to always return &lt;b&gt;1&lt;/b&gt; document instead of the actual number of matched documents (2 expected). Before we found the actual culprit, one workaround was to do a test failover in Atlas also which would resolve the issue temporarily.&#160;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Scenario&lt;/b&gt;:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;We created the corresponding aggregation pipeline for the same &lt;tt&gt;find()&lt;/tt&gt; query, and it returned 2 documents as expected.&lt;/li&gt;
	&lt;li&gt;If we switch the position of any field in the query filter, it returns 2 documents as expected.&lt;/li&gt;
	&lt;li&gt;We looked at the &lt;a href=&quot;https://www.mongodb.com/docs/manual/reference/method/db.collection.getPlanCache/#mongodb-method-db.collection.getPlanCache&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;PlanCache&lt;/a&gt; of the collection and found two queries identical to the problematic one, except that one of them has &lt;a href=&quot;https://www.mongodb.com/docs/manual/reference/method/cursor.limit/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&quot;limit(1)&quot;&lt;/a&gt; which is the one the query planner kept selecting although we had not explicitly used &lt;font color=&quot;#ff0000&quot;&gt;&lt;tt&gt;limit&lt;/tt&gt;&lt;/font&gt; in the query. - &lt;b&gt;&lt;tt&gt;the culprit for this issue&lt;/tt&gt;&lt;/b&gt;.&lt;/li&gt;
	&lt;li&gt;Because of this cached plan, the number of returned documents was always 1.&lt;/li&gt;
	&lt;li&gt;We ran the &lt;a href=&quot;https://www.mongodb.com/docs/manual/reference/method/PlanCache.clearPlansByQuery/#mongodb-method-PlanCache.clearPlansByQuery&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;PlanCache.clearPlansByQuery()&lt;/a&gt; command to remove the query, and that &lt;b&gt;solved the issue&lt;/b&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I have also attached the Plan cache output which contains the bad plans along with the new plans (after we cleared the cache). Each section is labeled &quot;old cache query plans&quot; and &quot;new cached query plans&quot; respectively.&lt;/p&gt;

&lt;p&gt;Please let me know if you need any additional information. Thank you for your help.&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br/&gt;
Reginald&lt;/p&gt;</description>
                <environment></environment>
        <key id="2385492">SERVER-78752</key>
            <summary>An incorrect plan can be written to the SBE plan cache for certain $or queries, leads to incorrect query results</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="david.storch@mongodb.com">David Storch</assignee>
                                    <reporter username="reginald.chounoune@mongodb.com">Reginald Chounoune</reporter>
                        <labels>
                            <label>auto-reverted</label>
                    </labels>
                <created>Thu, 6 Jul 2023 22:44:20 +0000</created>
                <updated>Sun, 29 Oct 2023 21:19:08 +0000</updated>
                            <resolved>Thu, 20 Jul 2023 21:57:11 +0000</resolved>
                                    <version>6.3.1</version>
                    <version>7.0.0-rc7</version>
                                    <fixVersion>7.1.0-rc0</fixVersion>
                    <fixVersion>7.0.0-rc8</fixVersion>
                                                        <votes>0</votes>
                                    <watches>34</watches>
                                                                                                                <comments>
                            <comment id="5581418" author="xgen-internal-githook" created="Thu, 20 Jul 2023 21:26:27 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;David Storch&apos;, &apos;email&apos;: &apos;david.storch@mongodb.com&apos;, &apos;username&apos;: &apos;dstorch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78752&quot; title=&quot;An incorrect plan can be written to the SBE plan cache for certain $or queries, leads to incorrect query results&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78752&quot;&gt;&lt;del&gt;SERVER-78752&lt;/del&gt;&lt;/a&gt; Include IETs into IXScan comparisons for $or collapsing, reuse parameters during the parameterization of queries&lt;/p&gt;

&lt;p&gt;This reintroduces reverted commit&lt;br/&gt;
b1453cb73fbdc3b849dd8b9761c6c1b255452e2e and also includes&lt;br/&gt;
the necessary fixes to the JS test tags.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5f6e1e8f75b0ad77c7c0b58f26df625563ce5660&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5f6e1e8f75b0ad77c7c0b58f26df625563ce5660&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5581264" author="xgen-internal-githook" created="Thu, 20 Jul 2023 20:31:21 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;David Storch&apos;, &apos;email&apos;: &apos;david.storch@mongodb.com&apos;, &apos;username&apos;: &apos;dstorch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78752&quot; title=&quot;An incorrect plan can be written to the SBE plan cache for certain $or queries, leads to incorrect query results&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78752&quot;&gt;&lt;del&gt;SERVER-78752&lt;/del&gt;&lt;/a&gt; Prevent sbe_plan_cache_duplicate_or_clauses.js from running against Classic Engine&lt;br/&gt;
Branch: v7.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5c49af1ff554ab43b21d2be37842535c73cc101b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5c49af1ff554ab43b21d2be37842535c73cc101b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5578350" author="xgen-internal-githook" created="Wed, 19 Jul 2023 22:21:37 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;David Storch&apos;, &apos;email&apos;: &apos;david.storch@mongodb.com&apos;, &apos;username&apos;: &apos;dstorch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78752&quot; title=&quot;An incorrect plan can be written to the SBE plan cache for certain $or queries, leads to incorrect query results&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78752&quot;&gt;&lt;del&gt;SERVER-78752&lt;/del&gt;&lt;/a&gt; Add missing JS test tags&lt;br/&gt;
Branch: v7.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/27da922959c12df48ae2ecf8aad0f37f42f71451&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/27da922959c12df48ae2ecf8aad0f37f42f71451&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5577985" author="xgen-buildbaron-user" created="Wed, 19 Jul 2023 19:46:02 +0000"  >&lt;p&gt;Ticket re-opened due to revert. &lt;a href=&quot;https://evergreen.mongodb.com/task/mongodb_mongo_master_linux_64_debug_required_replica_sets_terminate_primary_jscore_passthrough_b1453cb73fbdc3b849dd8b9761c6c1b255452e2e_23_07_19_13_21_37&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;replica_sets_terminate_primary_jscore_passthrough&lt;/a&gt; began a consistent failure of jstests/core/sbe_plan_cache_duplicate_or_clauses.js&lt;/p&gt;</comment>
                            <comment id="5577975" author="xgen-internal-githook" created="Wed, 19 Jul 2023 19:41:38 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;auto-revert-processor&apos;, &apos;email&apos;: &apos;dev-prod-dag@mongodb.com&apos;, &apos;username&apos;: &apos;&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78752&quot; title=&quot;An incorrect plan can be written to the SBE plan cache for certain $or queries, leads to incorrect query results&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78752&quot;&gt;&lt;del&gt;SERVER-78752&lt;/del&gt;&lt;/a&gt; Include IETs into IXScan comparisons for $or collapsing, reuse parameters during the parameterization of queries.&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit b1453cb73fbdc3b849dd8b9761c6c1b255452e2e.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0198a6cc01046e14239a7922a26fd64e7fbc99c4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0198a6cc01046e14239a7922a26fd64e7fbc99c4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5577393" author="xgen-internal-githook" created="Wed, 19 Jul 2023 16:27:25 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Peter Volk&apos;, &apos;email&apos;: &apos;peter.volk@mongodb.com&apos;, &apos;username&apos;: &apos;HCSPete&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78752&quot; title=&quot;An incorrect plan can be written to the SBE plan cache for certain $or queries, leads to incorrect query results&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78752&quot;&gt;&lt;del&gt;SERVER-78752&lt;/del&gt;&lt;/a&gt; Include IETs into IXScan comparisons for $or collapsing, reuse parameters during the parameterization of queries.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit b1453cb73fbdc3b849dd8b9761c6c1b255452e2e)&lt;br/&gt;
Branch: v7.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ae26047bfb71295aa7570c00d2d1dbe8230b79fd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ae26047bfb71295aa7570c00d2d1dbe8230b79fd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5576666" author="xgen-internal-githook" created="Wed, 19 Jul 2023 13:21:41 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Peter Volk&apos;, &apos;email&apos;: &apos;peter.volk@mongodb.com&apos;, &apos;username&apos;: &apos;HCSPete&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78752&quot; title=&quot;An incorrect plan can be written to the SBE plan cache for certain $or queries, leads to incorrect query results&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78752&quot;&gt;&lt;del&gt;SERVER-78752&lt;/del&gt;&lt;/a&gt; Include IETs into IXScan comparisons for $or collapsing, reuse parameters during the parameterization of queries.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b1453cb73fbdc3b849dd8b9761c6c1b255452e2e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b1453cb73fbdc3b849dd8b9761c6c1b255452e2e&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </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="2391482">SERVER-78962</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2395525">SERVER-79092</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="460692" name="old-and-new-query-plans.txt" size="10714" author="reginald.chounoune@mongodb.com" created="Thu, 6 Jul 2023 22:47:34 +0000"/>
                            <attachment id="463363" name="summary_oldMethod" size="31427" author="peter.volk@mongodb.com" created="Wed, 19 Jul 2023 08:40:23 +0000"/>
                            <attachment id="463364" name="summary_withNewMethod" size="29485" author="peter.volk@mongodb.com" created="Wed, 19 Jul 2023 08:40:23 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.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_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25125"><![CDATA[Query Execution]]></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_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5006R00001uMJ8UQAW]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 7 Jul 2023 13:26:44 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        28 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/TSEXP-2028'>TSEXP-2028</a></s>]]></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>
                            28 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>167.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>david.storch@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>reginald.chounoune@mongodb.com</customfieldvalue>
            <customfieldvalue>Xgen-BuildBaron-User</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2gttj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i1yzc8:</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_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="7241">QE 2023-07-24</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|i2gfyv:</customfieldvalue>

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