<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:51:23 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-61032] Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent</title>
                <link>https://jira.mongodb.org/browse/SERVER-61032</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The mongodbtoolchain offers an unversioned path to GDB under &lt;tt&gt;/opt/mongodbtoolchain/gdb&lt;/tt&gt; which refers specifically to the &lt;tt&gt;v3&lt;/tt&gt; GDB.&lt;/p&gt;

&lt;p&gt;Unfortunately, this breaks the encapsulation of the toolchain versioning mechanism. When we want to upgrade master from using &lt;tt&gt;v3&lt;/tt&gt; to &lt;tt&gt;v4&lt;/tt&gt;, we can&apos;t repoint &lt;tt&gt;/opt/mongodbtoolchain/gdb&lt;/tt&gt; to &lt;tt&gt;v4&lt;/tt&gt; because this would also upgrade GDB for older branches, which we don&apos;t really want to do.&lt;/p&gt;

&lt;p&gt;We should remove all references to &lt;tt&gt;/opt/mongodbtoolchain/gdb&lt;/tt&gt; in the server codebase and replace them with &lt;tt&gt;/opt/mongodbtoolchain/v3/gdb&lt;/tt&gt;, backport this change through all stable branches, and then update the toolchain builder to no longer produce &lt;tt&gt;/opt/mongodbtoolchain/gdb&lt;/tt&gt;.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="1911176">SERVER-61032</key>
            <summary>Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent</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="ryan.egesdahl@mongodb.com">Ryan Egesdahl</assignee>
                                    <reporter username="andrew.morrow@mongodb.com">Andrew Morrow</reporter>
                        <labels>
                    </labels>
                <created>Wed, 27 Oct 2021 15:35:30 +0000</created>
                <updated>Sun, 29 Oct 2023 21:46:51 +0000</updated>
                            <resolved>Fri, 11 Mar 2022 03:37:50 +0000</resolved>
                                                    <fixVersion>5.0.8</fixVersion>
                    <fixVersion>5.3.0-rc4</fixVersion>
                    <fixVersion>4.2.24</fixVersion>
                    <fixVersion>4.4.19</fixVersion>
                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="5081062" author="xgen-internal-githook" created="Thu, 29 Dec 2022 03:36:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Remove `PATH` variables when executing GDB&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 736a3ebe7241a0fbec8734d66b75e74697ce42a5)&lt;br/&gt;
(cherry picked from commit beb51a7c2e7dc26f31f870e59bd5b9e839392fa1)&lt;br/&gt;
(cherry picked from commit 4651d9d0b407f15cb5e03934168f9e2efb82c85b)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1690fbc37427539f1929db30932898e8431b9a34&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1690fbc37427539f1929db30932898e8431b9a34&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5081061" author="xgen-internal-githook" created="Thu, 29 Dec 2022 03:36:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Fix hang_hanalyzer $PATH&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 682f784e93b1602f0dcd74115e2105e1433857f5)&lt;br/&gt;
(cherry picked from commit 6da1c8ecb87cbf421054a1b426c14d36481df27f)&lt;br/&gt;
(cherry picked from commit c04db1e0b2c619ff74eec7219e392e6253ba05fa)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/12e823ea48b3dd3efee67ffcddd926071df01aa4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/12e823ea48b3dd3efee67ffcddd926071df01aa4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5081060" author="xgen-internal-githook" created="Thu, 29 Dec 2022 03:36:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Ensure all current references to GDB are for v3 toolchain&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 65cf760916f7fe0e3d06f5e06a53e0a96b24d947)&lt;br/&gt;
(cherry picked from commit f7cb4b6b001045eb51465bfdd232d1c6852df8ab)&lt;br/&gt;
(cherry picked from commit 0ad1c7a979d8e412ad96c7af42b1ededc8dee810)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/05b8fa9a923779f29845933d27b1bed1f5514215&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/05b8fa9a923779f29845933d27b1bed1f5514215&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5080827" author="xgen-internal-githook" created="Wed, 28 Dec 2022 22:26:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Remove `PATH` variables when executing GDB&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 736a3ebe7241a0fbec8734d66b75e74697ce42a5)&lt;br/&gt;
(cherry picked from commit beb51a7c2e7dc26f31f870e59bd5b9e839392fa1)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4651d9d0b407f15cb5e03934168f9e2efb82c85b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4651d9d0b407f15cb5e03934168f9e2efb82c85b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5080826" author="xgen-internal-githook" created="Wed, 28 Dec 2022 22:26:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Fix hang_hanalyzer $PATH&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 682f784e93b1602f0dcd74115e2105e1433857f5)&lt;br/&gt;
(cherry picked from commit 6da1c8ecb87cbf421054a1b426c14d36481df27f)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/c04db1e0b2c619ff74eec7219e392e6253ba05fa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/c04db1e0b2c619ff74eec7219e392e6253ba05fa&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5080825" author="xgen-internal-githook" created="Wed, 28 Dec 2022 22:26:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Ensure all current references to GDB are for v3 toolchain&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 65cf760916f7fe0e3d06f5e06a53e0a96b24d947)&lt;br/&gt;
(cherry picked from commit f7cb4b6b001045eb51465bfdd232d1c6852df8ab)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0ad1c7a979d8e412ad96c7af42b1ededc8dee810&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0ad1c7a979d8e412ad96c7af42b1ededc8dee810&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4439519" author="xgen-internal-githook" created="Mon, 28 Mar 2022 18:38:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Remove `PATH` variables when executing GDB&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 736a3ebe7241a0fbec8734d66b75e74697ce42a5)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/beb51a7c2e7dc26f31f870e59bd5b9e839392fa1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/beb51a7c2e7dc26f31f870e59bd5b9e839392fa1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4439518" author="xgen-internal-githook" created="Mon, 28 Mar 2022 18:38:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Fix hang_hanalyzer $PATH&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 682f784e93b1602f0dcd74115e2105e1433857f5)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6da1c8ecb87cbf421054a1b426c14d36481df27f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6da1c8ecb87cbf421054a1b426c14d36481df27f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4439516" author="xgen-internal-githook" created="Mon, 28 Mar 2022 18:38:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Ensure all current references to GDB are for v3 toolchain&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 65cf760916f7fe0e3d06f5e06a53e0a96b24d947)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f7cb4b6b001045eb51465bfdd232d1c6852df8ab&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f7cb4b6b001045eb51465bfdd232d1c6852df8ab&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4405655" author="xgen-internal-githook" created="Fri, 11 Mar 2022 01:30:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Remove `PATH` variables when executing GDB&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/736a3ebe7241a0fbec8734d66b75e74697ce42a5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/736a3ebe7241a0fbec8734d66b75e74697ce42a5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4398805" author="xgen-internal-githook" created="Tue, 8 Mar 2022 18:57:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Fix hang_hanalyzer $PATH&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/682f784e93b1602f0dcd74115e2105e1433857f5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/682f784e93b1602f0dcd74115e2105e1433857f5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4389489" author="xgen-internal-githook" created="Thu, 3 Mar 2022 16:02:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61032&quot; title=&quot;Convert all references to /opt/mongodbtoolchain/gdb to a versioned equivalent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61032&quot;&gt;&lt;del&gt;SERVER-61032&lt;/del&gt;&lt;/a&gt; Ensure all current references to GDB are for v3 toolchain&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/65cf760916f7fe0e3d06f5e06a53e0a96b24d947&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/65cf760916f7fe0e3d06f5e06a53e0a96b24d947&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1993488">WT-8903</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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>2.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>
    <customfieldvalue key="16775"><![CDATA[v4.2]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 1 Mar 2022 21:00:59 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 6 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-2392</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>
                            1 year, 6 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ryan.egesdahl@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i07x27:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i05h3n:y</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="5724">Dev Platform 2022-03-07</customfieldvalue>
    <customfieldvalue id="5725">Dev Platform 2022-03-21</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|i07j7j:</customfieldvalue>

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