<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:51:46 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-61185] Use prefix_search for unique index lookup</title>
                <link>https://jira.mongodb.org/browse/SERVER-61185</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Re-implement &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56509&quot; title=&quot;Wrap unique index insertion _keyExists call in a WT cursor reconfigure.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56509&quot;&gt;&lt;del&gt;SERVER-56509&lt;/del&gt;&lt;/a&gt;. This improves the performance of inserts into uniques indexes.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1915961">SERVER-61185</key>
            <summary>Use prefix_search for unique index lookup</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="louis.williams@mongodb.com">Louis Williams</assignee>
                                    <reporter username="louis.williams@mongodb.com">Louis Williams</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 Nov 2021 14:13:01 +0000</created>
                <updated>Tue, 30 Jan 2024 19:34:53 +0000</updated>
                            <resolved>Tue, 18 Jan 2022 10:02:08 +0000</resolved>
                                                    <fixVersion>5.3.0</fixVersion>
                    <fixVersion>4.4.18</fixVersion>
                    <fixVersion>5.0.14</fixVersion>
                                                        <votes>0</votes>
                                    <watches>17</watches>
                                                                                                                <comments>
                            <comment id="4900397" author="louis.williams" created="Thu, 13 Oct 2022 10:53:48 +0000"  >&lt;p&gt;This change improves the performance of inserting documents into collections with unique indexes. The change was not backported uniformly to all branches.&lt;/p&gt;

&lt;p&gt;For 4.4:&lt;br/&gt;
We have disabled the optimized behavior by default, but it can be enabled with a setParameter &quot;wiredTigerPrefixSearchForUniqueIndexes&quot;. This was done in an attempt to prevent making significant behavioral changes on a more stable branch.&lt;/p&gt;

&lt;p&gt;For 5.0:&lt;br/&gt;
We have enabled the optimized behavior by default, but it can be disabled with a setParameter &quot;wiredTigerPrefixSearchForUniqueIndexes&quot;. This may be done for users who do not want to expose themselves to this behavior on a stable branch. &lt;/p&gt;

&lt;p&gt;For all newer versions, this behavior is enabled by default and cannot be disabled.&lt;/p&gt;</comment>
                            <comment id="4900362" author="xgen-internal-githook" created="Thu, 13 Oct 2022 10:40:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Louis Williams&apos;, &apos;email&apos;: &apos;louis.williams@mongodb.com&apos;, &apos;username&apos;: &apos;louiswilliams&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61185&quot; title=&quot;Use prefix_search for unique index lookup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61185&quot;&gt;&lt;del&gt;SERVER-61185&lt;/del&gt;&lt;/a&gt; Use WT prefix_search for unique index lookups when enabled by a server parameter&lt;/p&gt;

&lt;p&gt;(cherry picked from commits f18bb1e1c2d7bedeb3c08964e6a65bcc794e2a2a and 5923aa87d869a12d40ce605f3aee69d47314aabf)&lt;br/&gt;
(cherry picked from commit 61c9768820795fd164a8749c090e702eb632329b)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/17f21f74c517b8434ae72cf159918ef413eadf72&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/17f21f74c517b8434ae72cf159918ef413eadf72&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4862137" author="xgen-internal-githook" created="Wed, 28 Sep 2022 15:40:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Louis Williams&apos;, &apos;email&apos;: &apos;louis.williams@mongodb.com&apos;, &apos;username&apos;: &apos;louiswilliams&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61185&quot; title=&quot;Use prefix_search for unique index lookup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61185&quot;&gt;&lt;del&gt;SERVER-61185&lt;/del&gt;&lt;/a&gt; Use WT prefix_search for unique index lookups&lt;/p&gt;

&lt;p&gt;(cherry picked from commits f18bb1e1c2d7bedeb3c08964e6a65bcc794e2a2a and 5923aa87d869a12d40ce605f3aee69d47314aabf)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/61c9768820795fd164a8749c090e702eb632329b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/61c9768820795fd164a8749c090e702eb632329b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4290843" author="xgen-internal-githook" created="Thu, 13 Jan 2022 15:13:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Louis Williams&apos;, &apos;email&apos;: &apos;louis.williams@mongodb.com&apos;, &apos;username&apos;: &apos;louiswilliams&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61185&quot; title=&quot;Use prefix_search for unique index lookup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61185&quot;&gt;&lt;del&gt;SERVER-61185&lt;/del&gt;&lt;/a&gt; Use prefix_search instead of prefix_key for unique index lookups&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5923aa87d869a12d40ce605f3aee69d47314aabf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5923aa87d869a12d40ce605f3aee69d47314aabf&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4290315" author="louis.williams" created="Thu, 13 Jan 2022 10:28:22 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=etienne.petrel&quot; class=&quot;user-hover&quot; rel=&quot;etienne.petrel&quot;&gt;etienne.petrel&lt;/a&gt;, wow, thanks for identifying my mistake! I will add you to the next code review.&lt;/p&gt;</comment>
                            <comment id="4289867" author="JIRAUSER1258229" created="Thu, 13 Jan 2022 00:13:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=alex.podelko&quot; class=&quot;user-hover&quot; rel=&quot;alex.podelko&quot;&gt;alex.podelko&lt;/a&gt;, I agree with Monica, we don&apos;t expect any perf regression.&lt;/p&gt;

&lt;p&gt;I had a look at the &lt;a href=&quot;https://github.com/mongodb/mongo/commit/f18bb1e1c2d7bedeb3c08964e6a65bcc794e2a2a#diff-2a2a9edb62db2893dba74cb38034548828f058c27ca5d706753f91c98853e97cR1579&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;code changes&lt;/a&gt;&#160;that should re-enable the prefix search option. However we need to be careful as I think the changes are not correct (&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=louis.williams&quot; class=&quot;user-hover&quot; rel=&quot;louis.williams&quot;&gt;louis.williams&lt;/a&gt;), the option is called&#160;&lt;tt&gt;prefix_search&lt;/tt&gt; and not &lt;tt&gt;prefix_key&lt;/tt&gt;, see the definition &lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/blame/develop/dist/api_data.py#L1349&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;. Please make sure the option is enabled with the correct name, an example can be seen &lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/blob/develop/test/cppsuite/tests/search_near_03.cxx#L112&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;. Let us know if this helps.&lt;/p&gt;</comment>
                            <comment id="4289749" author="JIRAUSER1257325" created="Wed, 12 Jan 2022 23:07:31 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=monica.ng&quot; class=&quot;user-hover&quot; rel=&quot;monica.ng&quot;&gt;monica.ng&lt;/a&gt; I am not aware about a regression - but that fix was supposed to fix multiple regressions:  BF-22130 BF-23346  BF-22529. Doesn&apos;t look like it did. &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=chenhao.qu&quot; class=&quot;user-hover&quot; rel=&quot;chenhao.qu&quot;&gt;chenhao.qu&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=etienne.petrel&quot; class=&quot;user-hover&quot; rel=&quot;etienne.petrel&quot;&gt;etienne.petrel&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=luke.pearson&quot; class=&quot;user-hover&quot; rel=&quot;luke.pearson&quot;&gt;luke.pearson&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jim.oleary&quot; class=&quot;user-hover&quot; rel=&quot;jim.oleary&quot;&gt;jim.oleary&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4289736" author="JIRAUSER1257876" created="Wed, 12 Jan 2022 23:03:00 +0000"  >&lt;p&gt;I don&apos;t expect it to have a performance impact but I agree with Chenhao, if there is a regression we can have a closer look into it.&lt;/p&gt;</comment>
                            <comment id="4289573" author="chenhao.qu" created="Wed, 12 Jan 2022 21:55:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=monica.ng&quot; class=&quot;user-hover&quot; rel=&quot;monica.ng&quot;&gt;monica.ng&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=etienne.petrel&quot; class=&quot;user-hover&quot; rel=&quot;etienne.petrel&quot;&gt;etienne.petrel&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jie.chen&quot; class=&quot;user-hover&quot; rel=&quot;jie.chen&quot;&gt;jie.chen&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=luke.pearson&quot; class=&quot;user-hover&quot; rel=&quot;luke.pearson&quot;&gt;luke.pearson&lt;/a&gt; Do you guys expect &lt;a href=&quot;https://jira.mongodb.org/browse/WT-7912&quot; title=&quot;Fix prefix search near optimisation to handle scenarios where the key range is split across pages.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-7912&quot;&gt;&lt;del&gt;WT-7912&lt;/del&gt;&lt;/a&gt; to have a performance impact? &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=alex.podelko&quot; class=&quot;user-hover&quot; rel=&quot;alex.podelko&quot;&gt;alex.podelko&lt;/a&gt; If there is a regression, please create a wiredtiger ticket and we will look into it.&lt;/p&gt;</comment>
                            <comment id="4287582" author="chenhao.qu" created="Wed, 12 Jan 2022 08:51:30 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=louis.williams&quot; class=&quot;user-hover&quot; rel=&quot;louis.williams&quot;&gt;louis.williams&lt;/a&gt; I expect no change for the performance.&lt;/p&gt;</comment>
                            <comment id="4287575" author="louis.williams" created="Wed, 12 Jan 2022 08:47:13 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=alex.podelko&quot; class=&quot;user-hover&quot; rel=&quot;alex.podelko&quot;&gt;alex.podelko&lt;/a&gt;, the re-enabled prefix_key feature includes correctness fixes from &lt;a href=&quot;https://jira.mongodb.org/browse/WT-7912&quot; title=&quot;Fix prefix search near optimisation to handle scenarios where the key range is split across pages.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-7912&quot;&gt;&lt;del&gt;WT-7912&lt;/del&gt;&lt;/a&gt;. &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=monica.ng&quot; class=&quot;user-hover&quot; rel=&quot;monica.ng&quot;&gt;monica.ng&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=chenhao.qu&quot; class=&quot;user-hover&quot; rel=&quot;chenhao.qu&quot;&gt;chenhao.qu&lt;/a&gt;, would either of you expect &lt;a href=&quot;https://jira.mongodb.org/browse/WT-7912&quot; title=&quot;Fix prefix search near optimisation to handle scenarios where the key range is split across pages.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-7912&quot;&gt;&lt;del&gt;WT-7912&lt;/del&gt;&lt;/a&gt; have different performance characteristics as compared to the original implementation, &lt;a href=&quot;https://jira.mongodb.org/browse/WT-7264&quot; title=&quot;Creating a new configuration for search near that allows it to exit quickly when searching for prefixes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;WT-7264&quot;&gt;&lt;del&gt;WT-7264&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;</comment>
                            <comment id="4286301" author="xgen-internal-githook" created="Tue, 11 Jan 2022 17:49:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Louis Williams&apos;, &apos;email&apos;: &apos;louis.williams@mongodb.com&apos;, &apos;username&apos;: &apos;louiswilliams&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61185&quot; title=&quot;Use prefix_search for unique index lookup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61185&quot;&gt;&lt;del&gt;SERVER-61185&lt;/del&gt;&lt;/a&gt; Use WT prefix_key search for unique index lookups&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f18bb1e1c2d7bedeb3c08964e6a65bcc794e2a2a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f18bb1e1c2d7bedeb3c08964e6a65bcc794e2a2a&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">
                                        <issuelink>
            <issuekey id="1836342">WT-7912</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="1880224">WT-8150</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="1462046">SERVER-50749</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2011730">SERVER-65054</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1696512">SERVER-56509</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2071443">SERVER-67350</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2023847">SERVER-65527</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2549750">SERVER-85371</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>12.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="21777"><![CDATA[v5.0]]></customfieldvalue>
    <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_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K00000xjaMBQAY, 5006R00001ntewFQAQ, 5006R00001nrfBiQAI, 5006R00001pjlzGQAQ, 5006R00001qFjs7QAC]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 20 Dec 2021 22:28:27 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 16 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/WT-7912'>WT-7912</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_17052" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Downstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>This change improves the performance of inserting documents into collections with unique indexes. The change was not backported uniformly to all branches.&lt;br/&gt;
&lt;br/&gt;
For 4.4:&lt;br/&gt;
We have disabled the optimized behavior by default, but it can be enabled with a setParameter &amp;quot;wiredTigerPrefixSearchForUniqueIndexes&amp;quot;. This was done in an attempt to prevent making significant behavioral changes on a more stable branch.&lt;br/&gt;
&lt;br/&gt;
For 5.0:&lt;br/&gt;
We have enabled the optimized behavior by default, but it can be disabled with a setParameter &amp;quot;wiredTigerPrefixSearchForUniqueIndexes&amp;quot;. This may be done for users who do not want to expose themselves to this behavior on a stable branch. &lt;br/&gt;
&lt;br/&gt;
For all newer versions, this behavior is enabled by default and cannot be disabled.</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16942"><![CDATA[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>adam.harrison@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 16 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>15.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alex.podelko@mongodb.com</customfieldvalue>
            <customfieldvalue>chenhao.qu@mongodb.com</customfieldvalue>
            <customfieldvalue>etienne.petrel@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>louis.williams@mongodb.com</customfieldvalue>
            <customfieldvalue>monica.ng@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i08qk7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr25on:</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="5424">Execution Team 2021-12-27</customfieldvalue>
    <customfieldvalue id="5550">Execution Team 2022-01-10</customfieldvalue>
    <customfieldvalue id="5551">Execution Team 2022-01-24</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_17051" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Teams Impacted</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16946"><![CDATA[Triage and Release]]></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|i08cpj:</customfieldvalue>

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