<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:22:00 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-50183] Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe</title>
                <link>https://jira.mongodb.org/browse/SERVER-50183</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/ccdc110fda7a7ba4bcd19eb731264448555e00d7/jstests/replsets/libs/rollback_test.js#L432-L459&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;awaitPrimaryAppliedSurpassesRollbackApplied&lt;/a&gt; was added to RollbackTest as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48518&quot; title=&quot;Rollback via refetch (EMRC = false) can make readers to see the rolled back data even after the rollback node catches up to primary.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48518&quot;&gt;&lt;del&gt;SERVER-48518&lt;/del&gt;&lt;/a&gt;. This helper is needed for rollbacktests that run RVR pass. We should copy these to RollbackTestDeluxe so that that tests like &lt;a href=&quot;https://github.com/mongodb/mongo/blob/ccdc110fda7a7ba4bcd19eb731264448555e00d7/jstests/replsets/rollback_all_op_types.js#L345&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;rollback_all_ops_types.js&lt;/a&gt; and &lt;a href=&quot;https://github.com/mongodb/mongo/blob/ccdc110fda7a7ba4bcd19eb731264448555e00d7/jstests/replsets/rollback_collmods.js#L88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;rollback_collmods.js&lt;/a&gt; pass in the EMRC=false variant.&lt;/p&gt;

&lt;p&gt;Alternatively we can blacklist these tests from the EMRC=false variant but I&apos;m not sure we want to lose that test coverage.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1435179">SERVER-50183</key>
            <summary>Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe</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="jason.chan@mongodb.com">Jason Chan</assignee>
                                    <reporter username="jason.chan@mongodb.com">Jason Chan</reporter>
                        <labels>
                    </labels>
                <created>Fri, 7 Aug 2020 16:35:37 +0000</created>
                <updated>Sun, 29 Oct 2023 22:04:41 +0000</updated>
                            <resolved>Mon, 24 Aug 2020 15:25:42 +0000</resolved>
                                                    <fixVersion>4.4.1</fixVersion>
                    <fixVersion>4.7.0</fixVersion>
                    <fixVersion>4.2.10</fixVersion>
                    <fixVersion>4.0.21</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="3433036" author="xgen-internal-githook" created="Wed, 7 Oct 2020 20:06:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;A. Jesse Jiryu Davis&apos;, &apos;email&apos;: &apos;jesse@mongodb.com&apos;, &apos;username&apos;: &apos;ajdavis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48518&quot; title=&quot;Rollback via refetch (EMRC = false) can make readers to see the rolled back data even after the rollback node catches up to primary.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48518&quot;&gt;&lt;del&gt;SERVER-48518&lt;/del&gt;&lt;/a&gt; Fix rollback via refetch anomaly, try 2&lt;/p&gt;

&lt;p&gt;Includes the following partial backports:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47844&quot; title=&quot;Update _setStableTimestampForStorage to set the stable timestamp without using the stable optime candidates set when EMRC=true&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47844&quot;&gt;&lt;del&gt;SERVER-47844&lt;/del&gt;&lt;/a&gt; Add the ability to get the initialDataTimestamp from the storage engine interface&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 1408e1b8a5392a9001ee598b5cec66afc4e1cf77)&lt;br/&gt;
(cherry picked from commit 329d8c517d8b3c3fb4bcb63eecf6064ac9a007cf)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48518&quot; title=&quot;Rollback via refetch (EMRC = false) can make readers to see the rolled back data even after the rollback node catches up to primary.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48518&quot;&gt;&lt;del&gt;SERVER-48518&lt;/del&gt;&lt;/a&gt; Fix rollback via refetch anomaly&lt;/p&gt;

&lt;p&gt;(cherry picked from commit eee49c64cdeb8fa95704b9a316b779eb5eb9800c)&lt;br/&gt;
(cherry picked from commit 88c0265e057f0e5581306f294d1ca2bda19760e4)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50183&quot; title=&quot;Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50183&quot;&gt;&lt;del&gt;SERVER-50183&lt;/del&gt;&lt;/a&gt; Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 252251d38915b9e6722186b9742cc914a045d589)&lt;br/&gt;
(cherry picked from commit d4b960b5f3f4a7a2b18b48d7fb14251704a8bda8)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ece51101e58dfaf7e455c8c96df6ade42b99515c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ece51101e58dfaf7e455c8c96df6ade42b99515c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3380193" author="xgen-internal-githook" created="Tue, 8 Sep 2020 16:34:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;William Schultz&apos;, &apos;email&apos;: &apos;william.schultz@mongodb.com&apos;, &apos;username&apos;: &apos;will62794&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48518&quot; title=&quot;Rollback via refetch (EMRC = false) can make readers to see the rolled back data even after the rollback node catches up to primary.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48518&quot;&gt;&lt;del&gt;SERVER-48518&lt;/del&gt;&lt;/a&gt; Fix rollback via refetch anomaly&lt;/p&gt;

&lt;p&gt;Includes the following partial backports:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47844&quot; title=&quot;Update _setStableTimestampForStorage to set the stable timestamp without using the stable optime candidates set when EMRC=true&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47844&quot;&gt;&lt;del&gt;SERVER-47844&lt;/del&gt;&lt;/a&gt; Add the ability to get the initialDataTimestamp from the storage engine interface&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 1408e1b8a5392a9001ee598b5cec66afc4e1cf77)&lt;br/&gt;
(cherry picked from commit 329d8c517d8b3c3fb4bcb63eecf6064ac9a007cf)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48518&quot; title=&quot;Rollback via refetch (EMRC = false) can make readers to see the rolled back data even after the rollback node catches up to primary.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48518&quot;&gt;&lt;del&gt;SERVER-48518&lt;/del&gt;&lt;/a&gt; Fix rollback via refetch anomaly&lt;/p&gt;

&lt;p&gt;(cherry picked from commit eee49c64cdeb8fa95704b9a316b779eb5eb9800c)&lt;br/&gt;
(cherry picked from commit 88c0265e057f0e5581306f294d1ca2bda19760e4)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50183&quot; title=&quot;Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50183&quot;&gt;&lt;del&gt;SERVER-50183&lt;/del&gt;&lt;/a&gt; Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 252251d38915b9e6722186b9742cc914a045d589)&lt;br/&gt;
(cherry picked from commit d4b960b5f3f4a7a2b18b48d7fb14251704a8bda8)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b07f80de5850c665e75dc259def6b8999d1077dd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b07f80de5850c665e75dc259def6b8999d1077dd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3356874" author="xgen-internal-githook" created="Tue, 25 Aug 2020 02:47:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;A. Jesse Jiryu Davis&apos;, &apos;email&apos;: &apos;jesse@mongodb.com&apos;, &apos;username&apos;: &apos;ajdavis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48518&quot; title=&quot;Rollback via refetch (EMRC = false) can make readers to see the rolled back data even after the rollback node catches up to primary.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48518&quot;&gt;&lt;del&gt;SERVER-48518&lt;/del&gt;&lt;/a&gt; Fix rollback via refetch anomaly&lt;/p&gt;

&lt;p&gt;(cherry picked from commit eee49c64cdeb8fa95704b9a316b779eb5eb9800c)&lt;br/&gt;
(cherry picked from commit 88c0265e057f0e5581306f294d1ca2bda19760e4)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50183&quot; title=&quot;Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50183&quot;&gt;&lt;del&gt;SERVER-50183&lt;/del&gt;&lt;/a&gt; Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 252251d38915b9e6722186b9742cc914a045d589)&lt;br/&gt;
(cherry picked from commit d4b960b5f3f4a7a2b18b48d7fb14251704a8bda8)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e41d7e8da4527f2ee1f227593d874140055e68ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e41d7e8da4527f2ee1f227593d874140055e68ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3355443" author="xgen-internal-githook" created="Mon, 24 Aug 2020 16:08:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jason Chan&apos;, &apos;email&apos;: &apos;jason.chan@mongodb.com&apos;, &apos;username&apos;: &apos;jasonjhchan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50183&quot; title=&quot;Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50183&quot;&gt;&lt;del&gt;SERVER-50183&lt;/del&gt;&lt;/a&gt; Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 252251d38915b9e6722186b9742cc914a045d589)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d4b960b5f3f4a7a2b18b48d7fb14251704a8bda8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d4b960b5f3f4a7a2b18b48d7fb14251704a8bda8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3355189" author="xgen-internal-githook" created="Mon, 24 Aug 2020 14:40:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jason Chan&apos;, &apos;email&apos;: &apos;jason.chan@mongodb.com&apos;, &apos;username&apos;: &apos;jasonjhchan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50183&quot; title=&quot;Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50183&quot;&gt;&lt;del&gt;SERVER-50183&lt;/del&gt;&lt;/a&gt; Copy _awaitPrimaryAppliedSurpassesRollbackApplied function from RollbackTest to RollbackTestDeluxe&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/252251d38915b9e6722186b9742cc914a045d589&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/252251d38915b9e6722186b9742cc914a045d589&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="10520">
                    <name>Problem/Incident</name>
                                                                <inwardlinks description="is caused by">
                                        <issuelink>
            <issuekey id="1368137">SERVER-48518</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1437384">SERVER-50229</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>5.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="18953"><![CDATA[v4.4]]></customfieldvalue>
    <customfieldvalue key="16775"><![CDATA[v4.2]]></customfieldvalue>
    <customfieldvalue key="15640"><![CDATA[v4.0]]></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, 24 Aug 2020 14:40:54 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 18 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_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>
                            3 years, 18 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>43.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>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jason.chan@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hxz7hr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxly87:</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="4140">Repl 2020-08-24</customfieldvalue>
    <customfieldvalue id="4141">Repl 2020-09-07</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|hxytr3:</customfieldvalue>

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