<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:39:52 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-35455] QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer</title>
                <link>https://jira.mongodb.org/browse/SERVER-35455</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/5904d906c4b8121fb22db38272a62c7dee992089/src/mongo/db/query/planner_access.cpp&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;planner_access.cpp&lt;/a&gt; has quite a few uses of owned raw pointers which need to be cleaned up. This code is not exception safe, and our testing infrastructure has proven that it can leak memory in obscure error cases. Furthermore, implementation errors in the planner that would lead to query-fatal exceptions have the additional adverse consequence of leaking memory. Finally, fixing this will make it easier to move towards having the planner propagate errors by exception instead of &lt;tt&gt;Status&lt;/tt&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="555202">SERVER-35455</key>
            <summary>QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="david.storch@mongodb.com">David Storch</assignee>
                                    <reporter username="david.storch@mongodb.com">David Storch</reporter>
                        <labels>
                    </labels>
                <created>Wed, 6 Jun 2018 20:25:21 +0000</created>
                <updated>Sun, 29 Oct 2023 22:31:00 +0000</updated>
                            <resolved>Tue, 12 Jun 2018 15:55:28 +0000</resolved>
                                                    <fixVersion>3.4.19</fixVersion>
                    <fixVersion>3.6.10</fixVersion>
                    <fixVersion>4.0.6</fixVersion>
                    <fixVersion>4.1.1</fixVersion>
                                    <component>Querying</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="2097879" author="xgen-internal-githook" created="Thu, 20 Dec 2018 23:03:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;cswanson310&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38601&quot; title=&quot;Add regression test for memory leak during planning&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38601&quot;&gt;&lt;del&gt;SERVER-38601&lt;/del&gt;&lt;/a&gt; Add regression test for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35455&quot; title=&quot;QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35455&quot;&gt;&lt;del&gt;SERVER-35455&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5b736830826eca2cc36f4c6e2ebbcaf524e9c5e0)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/84d5a90f500bdf851bcdaa43a21435411c78975b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/84d5a90f500bdf851bcdaa43a21435411c78975b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2097878" author="xgen-internal-githook" created="Thu, 20 Dec 2018 23:03:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;dstorch&apos;, &apos;email&apos;: &apos;david.storch@10gen.com&apos;, &apos;name&apos;: &apos;David Storch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35455&quot; title=&quot;QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35455&quot;&gt;&lt;del&gt;SERVER-35455&lt;/del&gt;&lt;/a&gt; Eliminate owned raw pointers from QueryPlannerAccess.&lt;/p&gt;

&lt;p&gt;This fixes a previous version of this commit by adding&lt;br/&gt;
std::move() where copy elision is not guaranteed.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 1d89d2c88bcb39045701b87612b866ae2eb49378)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/12f9baf53a52e11a861386db5e39d884394d4b37&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/12f9baf53a52e11a861386db5e39d884394d4b37&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2097859" author="xgen-internal-githook" created="Thu, 20 Dec 2018 22:43:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;cswanson310&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;}
&lt;p&gt;Message: Targeted fix for reproduction script for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38601&quot; title=&quot;Add regression test for memory leak during planning&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38601&quot;&gt;&lt;del&gt;SERVER-38601&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The patch for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35455&quot; title=&quot;QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35455&quot;&gt;&lt;del&gt;SERVER-35455&lt;/del&gt;&lt;/a&gt; did not apply cleanly to this branch so&lt;br/&gt;
instead we pursued this more targeted fix for the leak described in&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38601&quot; title=&quot;Add regression test for memory leak during planning&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38601&quot;&gt;&lt;del&gt;SERVER-38601&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/63a529c95e65197227c158667b520ee9777024c5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/63a529c95e65197227c158667b520ee9777024c5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2097857" author="xgen-internal-githook" created="Thu, 20 Dec 2018 22:43:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;cswanson310&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38601&quot; title=&quot;Add regression test for memory leak during planning&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38601&quot;&gt;&lt;del&gt;SERVER-38601&lt;/del&gt;&lt;/a&gt; Add regression test for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35455&quot; title=&quot;QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35455&quot;&gt;&lt;del&gt;SERVER-35455&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5b736830826eca2cc36f4c6e2ebbcaf524e9c5e0)&lt;br/&gt;
(cherry picked from commit 8b4693170a7e5f640057a8532a9f92753ff3fb99)&lt;br/&gt;
(cherry picked from commit e4a68bba3602f5e295d6e2949cc4db749e752d27)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ef51ce0672dde933164fba1fc4f7ecf53c77b378&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ef51ce0672dde933164fba1fc4f7ecf53c77b378&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2095213" author="xgen-internal-githook" created="Tue, 18 Dec 2018 23:00:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;cswanson310&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38601&quot; title=&quot;Add regression test for memory leak during planning&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38601&quot;&gt;&lt;del&gt;SERVER-38601&lt;/del&gt;&lt;/a&gt; Add regression test for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35455&quot; title=&quot;QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35455&quot;&gt;&lt;del&gt;SERVER-35455&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5b736830826eca2cc36f4c6e2ebbcaf524e9c5e0)&lt;br/&gt;
(cherry picked from commit 8b4693170a7e5f640057a8532a9f92753ff3fb99)&lt;br/&gt;
(cherry picked from commit e4a68bba3602f5e295d6e2949cc4db749e752d27)&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/67dab95118ab0d92908ff413d8667277298b1ba2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/67dab95118ab0d92908ff413d8667277298b1ba2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2095212" author="xgen-internal-githook" created="Tue, 18 Dec 2018 23:00:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;dstorch&apos;, &apos;email&apos;: &apos;david.storch@10gen.com&apos;, &apos;name&apos;: &apos;David Storch&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35455&quot; title=&quot;QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35455&quot;&gt;&lt;del&gt;SERVER-35455&lt;/del&gt;&lt;/a&gt; Eliminate owned raw pointers from QueryPlannerAccess.&lt;/p&gt;

&lt;p&gt;This fixes a previous version of this commit by adding&lt;br/&gt;
std::move() where copy elision is not guaranteed.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 1d89d2c88bcb39045701b87612b866ae2eb49378)&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1920ca38d0b302730c8220d44fd9f5fbf1f85432&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1920ca38d0b302730c8220d44fd9f5fbf1f85432&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2090822" author="xgen-internal-githook" created="Fri, 14 Dec 2018 13:17:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;cswanson310&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38601&quot; title=&quot;Add regression test for memory leak during planning&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38601&quot;&gt;&lt;del&gt;SERVER-38601&lt;/del&gt;&lt;/a&gt; Add regression test for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35455&quot; title=&quot;QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35455&quot;&gt;&lt;del&gt;SERVER-35455&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3c20ed9fae8695f105c1068524997b92638ab58a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3c20ed9fae8695f105c1068524997b92638ab58a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1918473" author="xgen-internal-githook" created="Tue, 12 Jun 2018 15:55:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;dstorch&apos;, &apos;name&apos;: &apos;David Storch&apos;, &apos;email&apos;: &apos;david.storch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35455&quot; title=&quot;QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35455&quot;&gt;&lt;del&gt;SERVER-35455&lt;/del&gt;&lt;/a&gt; Eliminate owned raw pointers from QueryPlannerAccess.&lt;/p&gt;

&lt;p&gt;This fixes a previous version of this commit by adding&lt;br/&gt;
std::move() where copy elision is not guaranteed.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1d89d2c88bcb39045701b87612b866ae2eb49378&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1d89d2c88bcb39045701b87612b866ae2eb49378&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1918387" author="xgen-internal-githook" created="Tue, 12 Jun 2018 15:09:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;dstorch&apos;, &apos;name&apos;: &apos;David Storch&apos;, &apos;email&apos;: &apos;david.storch@10gen.com&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35455&quot; title=&quot;QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35455&quot;&gt;&lt;del&gt;SERVER-35455&lt;/del&gt;&lt;/a&gt; Eliminate owned raw pointers from QueryPlannerAccess.&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit dd1a525f1d1b9e3cf8f902d6c04a17607d565dea.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3215980c2500010c47da2dad0410c291e7854fa8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3215980c2500010c47da2dad0410c291e7854fa8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1917783" author="xgen-internal-githook" created="Mon, 11 Jun 2018 22:37:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;dstorch&apos;, &apos;name&apos;: &apos;David Storch&apos;, &apos;email&apos;: &apos;david.storch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35455&quot; title=&quot;QueryPlannerAccess should hold owned pointers by unique_ptr rather than raw pointer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35455&quot;&gt;&lt;del&gt;SERVER-35455&lt;/del&gt;&lt;/a&gt; Eliminate owned raw pointers from QueryPlannerAccess.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/dd1a525f1d1b9e3cf8f902d6c04a17607d565dea&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/dd1a525f1d1b9e3cf8f902d6c04a17607d565dea&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>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="556299">SERVER-35512</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="556578">SERVER-35515</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="653003">SERVER-38601</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>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="15640"><![CDATA[v4.0]]></customfieldvalue>
    <customfieldvalue key="15141"><![CDATA[v3.6]]></customfieldvalue>
    <customfieldvalue key="14340"><![CDATA[v3.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[[5002K00000cuQnXQAU]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 11 Jun 2018 22:37:43 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 7 weeks, 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_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>
                            5 years, 7 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_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>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htzxqf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htquuf:</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="2365">Query 2018-06-18</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|htzjzr:</customfieldvalue>

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