<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:58:53 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-63865] Handle missing index idents during standalone startup recovery after unclean shutdown</title>
                <link>https://jira.mongodb.org/browse/SERVER-63865</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We may fail to start up in standalone mode after an unclean shutdown with unfinished index builds. This scenario specifically:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Replica set node crashes during an index build&lt;/li&gt;
	&lt;li&gt;During startup recovery as a replica set node, we drop the index table to rebuild the index, but the node crashes again. This may leave a state with an index in the catalog but a missing index table.&lt;/li&gt;
	&lt;li&gt;When starting the node in standalone mode, the following error occurs:&lt;/li&gt;
&lt;/ul&gt;


&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{&quot;t&quot;:{&quot;$date&quot;:&quot;2022-01-19T14:30:53.262+00:00&quot;},&quot;s&quot;:&quot;F&quot;,  &quot;c&quot;:&quot;-&quot;,        &quot;id&quot;:23095,   &quot;ctx&quot;:&quot;initandlisten&quot;,&quot;msg&quot;:&quot;Fatal assertion&quot;,&quot;attr&quot;:{&quot;msgid&quot;:28579,&quot;error&quot;:&quot;UnsupportedFormat: Unable to find metadata for table:index-0-5696206731032773165 Index: ... - version either too old or too new for this mongod.&quot;,&quot;file&quot;:&quot;src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp&quot;,&quot;line&quot;:526}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Currently, the only known remediation is &quot;oplog surgery&quot;.&lt;/p&gt;

&lt;p&gt;We need to ensure that unfinished indexes in standalone mode do not attempt to open the underlying table, and additionally ensure they can be dropped by the user in standalone mode.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1987141">SERVER-63865</key>
            <summary>Handle missing index idents during standalone startup recovery after unclean shutdown</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="gregory.noma@mongodb.com">Gregory Noma</assignee>
                                    <reporter username="louis.williams@mongodb.com">Louis Williams</reporter>
                        <labels>
                            <label>bkp</label>
                    </labels>
                <created>Mon, 21 Feb 2022 14:28:35 +0000</created>
                <updated>Tue, 21 Nov 2023 23:29:56 +0000</updated>
                            <resolved>Tue, 31 May 2022 14:44:38 +0000</resolved>
                                                    <fixVersion>6.1.0-rc0</fixVersion>
                    <fixVersion>5.0.18</fixVersion>
                    <fixVersion>6.0.7</fixVersion>
                    <fixVersion>4.4.27</fixVersion>
                                                        <votes>0</votes>
                                    <watches>14</watches>
                                                                                                                <comments>
                            <comment id="5897193" author="xgen-internal-githook" created="Tue, 21 Nov 2023 23:29:56 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-63865&quot; title=&quot;Handle missing index idents during standalone startup recovery after unclean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-63865&quot;&gt;&lt;del&gt;SERVER-63865&lt;/del&gt;&lt;/a&gt; Handle missing index idents during standalone startup recovery&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0b5f72d6e251cb402aa3d8bb102cbba6b5734e8d)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 9ea3bde687924531047c52d5041e5d3c7073ace1&lt;br/&gt;
Branch: v4.4-copybaratest&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/bfd77239305aaff1e6aa571de932151c69cab767&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/bfd77239305aaff1e6aa571de932151c69cab767&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5895697" author="xgen-internal-githook" created="Tue, 21 Nov 2023 15:45:29 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-63865&quot; title=&quot;Handle missing index idents during standalone startup recovery after unclean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-63865&quot;&gt;&lt;del&gt;SERVER-63865&lt;/del&gt;&lt;/a&gt; Handle missing index idents during standalone startup recovery&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0b5f72d6e251cb402aa3d8bb102cbba6b5734e8d)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 9ea3bde687924531047c52d5041e5d3c7073ace1&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0fd0cc32ce37fc2bc3937ffa390c719e84a4ab2b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0fd0cc32ce37fc2bc3937ffa390c719e84a4ab2b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5894081" author="xgen-internal-githook" created="Tue, 21 Nov 2023 00:27:56 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-63865&quot; title=&quot;Handle missing index idents during standalone startup recovery after unclean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-63865&quot;&gt;&lt;del&gt;SERVER-63865&lt;/del&gt;&lt;/a&gt; Handle missing index idents during standalone startup recovery&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0b5f72d6e251cb402aa3d8bb102cbba6b5734e8d)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 9ea3bde687924531047c52d5041e5d3c7073ace1&lt;br/&gt;
Branch: v4.4-test&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/45cb15ef20312a766e3a7e87bbe0b1de3846ce58&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/45cb15ef20312a766e3a7e87bbe0b1de3846ce58&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5889725" author="xgen-internal-githook" created="Sat, 18 Nov 2023 01:40:01 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-63865&quot; title=&quot;Handle missing index idents during standalone startup recovery after unclean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-63865&quot;&gt;&lt;del&gt;SERVER-63865&lt;/del&gt;&lt;/a&gt; Handle missing index idents during standalone startup recovery&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0b5f72d6e251cb402aa3d8bb102cbba6b5734e8d)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 9ea3bde687924531047c52d5041e5d3c7073ace1&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3f71e45682284ef638afe11a8a1e2986ec3e83d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3f71e45682284ef638afe11a8a1e2986ec3e83d1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5889661" author="xgen-internal-githook" created="Fri, 17 Nov 2023 23:32:47 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-63865&quot; title=&quot;Handle missing index idents during standalone startup recovery after unclean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-63865&quot;&gt;&lt;del&gt;SERVER-63865&lt;/del&gt;&lt;/a&gt; Handle missing index idents during standalone startup recovery&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0b5f72d6e251cb402aa3d8bb102cbba6b5734e8d)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 9ea3bde687924531047c52d5041e5d3c7073ace1&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1d34366abc29c87163ad86bcef3a4ebfb5343706&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1d34366abc29c87163ad86bcef3a4ebfb5343706&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5408050" author="xgen-internal-githook" created="Mon, 8 May 2023 13:41:22 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-63865&quot; title=&quot;Handle missing index idents during standalone startup recovery after unclean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-63865&quot;&gt;&lt;del&gt;SERVER-63865&lt;/del&gt;&lt;/a&gt; Handle missing index idents during standalone startup recovery&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0b5f72d6e251cb402aa3d8bb102cbba6b5734e8d)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/67373f00d5cbfc2d674529611a61461a5815b694&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/67373f00d5cbfc2d674529611a61461a5815b694&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5397516" author="xgen-internal-githook" created="Wed, 3 May 2023 14:36:09 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-63865&quot; title=&quot;Handle missing index idents during standalone startup recovery after unclean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-63865&quot;&gt;&lt;del&gt;SERVER-63865&lt;/del&gt;&lt;/a&gt; Handle missing index idents during standalone startup recovery&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0b5f72d6e251cb402aa3d8bb102cbba6b5734e8d)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b8a03580dee76fb55fa679e4c7c40dd3877d9140&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b8a03580dee76fb55fa679e4c7c40dd3877d9140&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4583123" author="xgen-internal-githook" created="Tue, 31 May 2022 14:41:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-63865&quot; title=&quot;Handle missing index idents during standalone startup recovery after unclean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-63865&quot;&gt;&lt;del&gt;SERVER-63865&lt;/del&gt;&lt;/a&gt; Handle missing index idents during standalone startup recovery&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0b5f72d6e251cb402aa3d8bb102cbba6b5734e8d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0b5f72d6e251cb402aa3d8bb102cbba6b5734e8d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4583122" author="xgen-internal-githook" created="Tue, 31 May 2022 14:41:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-63865&quot; title=&quot;Handle missing index idents during standalone startup recovery after unclean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-63865&quot;&gt;&lt;del&gt;SERVER-63865&lt;/del&gt;&lt;/a&gt; Handle missing index idents during standalone startup recovery&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/7a3d5a02f59a38b8307932dee74930cd110520a8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/7a3d5a02f59a38b8307932dee74930cd110520a8&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">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2062836">SERVER-67038</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1968659">SERVER-62873</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>9.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="23470"><![CDATA[v6.0]]></customfieldvalue>
    <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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 21 Feb 2022 23:40:30 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 weeks, 1 day 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-2841</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>xgen-internal-githook</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 weeks, 1 day ago
                        </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>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>gregory.noma@mongodb.com</customfieldvalue>
            <customfieldvalue>louis.williams@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0ktmf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr25no:4</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="5981">Execution Team 2022-05-30</customfieldvalue>
    <customfieldvalue id="6029">Execution Team 2022-06-13</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|i0kfrr:</customfieldvalue>

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