<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:17:05 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-48428] createIndexes should wait for user provided write concern even when returning failure</title>
                <link>https://jira.mongodb.org/browse/SERVER-48428</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When an index build fails (for example, because the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/93ce466207eb2a38d47120901848c62c7bf85d58/jstests/core/geo_s2disjoint_holes.js#L55-L59&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;index is a &quot;2dsphere&quot; index and the collection contains invalid geometry&lt;/a&gt;), it can return the failure before the&#160;startIndexBuilds oplog entry is majority committed.&lt;/p&gt;

&lt;p&gt;A stepdown at just the right moment can make it appear that the index is still being built (according to the listIndexes command), even though the client has already observed the failure code.&lt;/p&gt;

&lt;p&gt;Waiting for majority commit in the failure case should stop this from happening.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1363062">SERVER-48428</key>
            <summary>createIndexes should wait for user provided write concern even when returning failure</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="milkie@mongodb.com">Eric Milkie</assignee>
                                    <reporter username="justin.seyster@mongodb.com">Justin Seyster</reporter>
                        <labels>
                    </labels>
                <created>Wed, 27 May 2020 01:07:55 +0000</created>
                <updated>Sun, 29 Oct 2023 22:07:45 +0000</updated>
                            <resolved>Thu, 23 Jul 2020 18:25:48 +0000</resolved>
                                                    <fixVersion>4.7.0</fixVersion>
                                    <component>Index Maintenance</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="3396679" author="benety.goh" created="Wed, 16 Sep 2020 14:13:52 +0000"  >&lt;p&gt;This change is not safe to back port to 4.4 without further modification because it relies on &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48878&quot; title=&quot;Remove admin X-lock promotion&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48878&quot;&gt;&lt;del&gt;SERVER-48878&lt;/del&gt;&lt;/a&gt;, which is in 4.7+.&lt;/p&gt;</comment>
                            <comment id="3396374" author="xgen-internal-githook" created="Wed, 16 Sep 2020 12:15:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48428&quot; title=&quot;createIndexes should wait for user provided write concern even when returning failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48428&quot;&gt;&lt;del&gt;SERVER-48428&lt;/del&gt;&lt;/a&gt; do not acquire IX locks in createIndexes if not doing any writes; this will avoid it being killed by stepDown&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 81d5259fb84897191e01114f623050c29b760523.&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8a70f5128af22e6f9da80e47a9484ea50332d064&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8a70f5128af22e6f9da80e47a9484ea50332d064&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3384049" author="xgen-internal-githook" created="Wed, 9 Sep 2020 20:40:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Eric Milkie&apos;, &apos;email&apos;: &apos;milkie@10gen.com&apos;, &apos;username&apos;: &apos;milkie&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48428&quot; title=&quot;createIndexes should wait for user provided write concern even when returning failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48428&quot;&gt;&lt;del&gt;SERVER-48428&lt;/del&gt;&lt;/a&gt; do not acquire IX locks in createIndexes if not doing any writes; this will avoid it being killed by stepDown&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 475fcc6ebd04767fbbbe3231c516e70b9be7d90e)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/81d5259fb84897191e01114f623050c29b760523&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/81d5259fb84897191e01114f623050c29b760523&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3299369" author="xgen-internal-githook" created="Thu, 23 Jul 2020 18:16:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Eric Milkie&apos;, &apos;email&apos;: &apos;milkie@10gen.com&apos;, &apos;username&apos;: &apos;milkie&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48428&quot; title=&quot;createIndexes should wait for user provided write concern even when returning failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48428&quot;&gt;&lt;del&gt;SERVER-48428&lt;/del&gt;&lt;/a&gt; do not acquire IX locks in createIndexes if not doing any writes; this will avoid it being killed by stepDown&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/475fcc6ebd04767fbbbe3231c516e70b9be7d90e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/475fcc6ebd04767fbbbe3231c516e70b9be7d90e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3288200" author="milkie" created="Thu, 16 Jul 2020 15:44:04 +0000"  >&lt;p&gt;In the BF, it appears that waiting for write concern got interrupted by the stepdown itself and thus didn&apos;t wait long enough:&lt;/p&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;   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;[ReplicaSetFixture:job0:node1] | 2020-05-12T07:07:50.916+00:00 I  INDEX    20449   [conn268] &quot;Index build failed&quot;,&quot;attr&quot;:{&quot;buildUUID&quot;:{&quot;uuid&quot;:{&quot;$uuid&quot;:&quot;4cda93b9-8890-4fe7-9b69-8f5c96047729&quot;}},&quot;ex&quot;:{&quot;code&quot;:16755,&quot;codeName&quot;:&quot;Location16755&quot;,&quot;errmsg&quot;:&quot;Can&apos;t extract geo keys: { _id: ObjectId(&apos;5eba4b4645d00c1f8be556ee&apos;), p: { type: \&quot;Polygon\&quot;, coordinates: [ [ [ 9.0, 9.0 ], [ 9.0, 11.0 ], [ 11.0, 11.0 ], [ 11.0, 9.0 ], [ 9.0, 9.0 ] ], [ [ 0.0, 0.0 ], [ 0.0, 1.0 ], [ 1.0, 1.0 ], [ 1.0, 0.0 ], [ 0.0, 0.0 ] ] ] } }  Secondary loops not contained by first exterior loop - secondary loops must be holes: [ [ 0.0, 0.0 ], [ 0.0, 1.0 ], [ 1.0, 1.0 ], [ 1.0, 0.0 ], [ 0.0, 0.0 ] ] first loop: [ [ 9.0, 9.0 ], [ 9.0, 11.0 ], [ 11.0, 11.0 ], [ 11.0, 9.0 ], [ 9.0, 9.0 ] ]&quot;}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;[ReplicaSetFixture:job0:node1] | 2020-05-12T07:07:50.942+00:00 I  REPL     21339   [conn268] &quot;Replication failed for write concern&quot;,&quot;attr&quot;:{&quot;writeConcern&quot;:{&quot;w&quot;:&quot;majority&quot;,&quot;j&quot;:true,&quot;wtimeout&quot;:300321,&quot;provenance&quot;:&quot;clientSupplied&quot;},&quot;opTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267270,&quot;i&quot;:14}},&quot;t&quot;:5},&quot;opID&quot;:4337,&quot;allDurable&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267270,&quot;i&quot;:14}},&quot;progress&quot;:{&quot;lastCommittedOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267270,&quot;i&quot;:11}},&quot;t&quot;:5},&quot;currentCommittedSnapshotOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267270,&quot;i&quot;:11}},&quot;t&quot;:5},&quot;replicationProgress&quot;:[{&quot;host&quot;:&quot;localhost:20000&quot;,&quot;optime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267270,&quot;i&quot;:10}},&quot;t&quot;:5},&quot;lastAppliedOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267270,&quot;i&quot;:10}},&quot;t&quot;:5},&quot;heartbeatAppliedOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267269,&quot;i&quot;:11}},&quot;t&quot;:5},&quot;heartbeatDurableOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267269,&quot;i&quot;:11}},&quot;t&quot;:5},&quot;memberId&quot;:0},{&quot;host&quot;:&quot;localhost:20001&quot;,&quot;optime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267270,&quot;i&quot;:14}},&quot;t&quot;:5},&quot;lastAppliedOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267270,&quot;i&quot;:14}},&quot;t&quot;:5},&quot;heartbeatAppliedOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:0,&quot;i&quot;:0}},&quot;t&quot;:-1},&quot;heartbeatDurableOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:0,&quot;i&quot;:0}},&quot;t&quot;:-1},&quot;memberId&quot;:1},{&quot;host&quot;:&quot;localhost:20002&quot;,&quot;optime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267270,&quot;i&quot;:11}},&quot;t&quot;:5},&quot;lastAppliedOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267270,&quot;i&quot;:11}},&quot;t&quot;:5},&quot;heartbeatAppliedOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267269,&quot;i&quot;:11}},&quot;t&quot;:5},&quot;heartbeatDurableOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1589267269,&quot;i&quot;:11}},&quot;t&quot;:5},&quot;memberId&quot;:2}]}}&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;I&apos;m not sure if there will be a way to avoid having the write concern wait be interrupted by stepdown.&lt;/p&gt;</comment>
                            <comment id="3139563" author="milkie" created="Thu, 28 May 2020 21:26:19 +0000"  >&lt;p&gt;After further investigation, we do need to do this work to solve the build failure.&lt;/p&gt;</comment>
                            <comment id="3129576" author="justin.seyster" created="Wed, 27 May 2020 18:43:40 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=daniel.gottlieb&quot; class=&quot;user-hover&quot; rel=&quot;daniel.gottlieb&quot;&gt;daniel.gottlieb&lt;/a&gt; Good question! I checked the logs, and unfortunately, I can&apos;t find any entries that include the operationTime for the startIndexBuild oplog entry. I can&apos;t reproduce this failure scenario, unfortunately, so I don&apos;t have any other way to get that data.&lt;/p&gt;

&lt;p&gt;I think the next step is to build a test case that uses fail points to force the interleaving I described, so we can verify it&apos;s actually possible and have a way to test any potential fixes.&lt;/p&gt;</comment>
                            <comment id="3127428" author="daniel.gottlieb@10gen.com" created="Wed, 27 May 2020 17:53:17 +0000"  >&lt;p&gt;Curious, in this failure case, what&apos;s the relationship to the index build failure response&apos;s &lt;tt&gt;operationTime&lt;/tt&gt; with the &lt;tt&gt;startIndexBuild&lt;/tt&gt; oplog entry? Do they match? Does the failure response have an earlier value?&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>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="1928683">SERVER-61601</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1380823">SERVER-48878</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>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.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>
    
                        </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>Wed, 27 May 2020 17:53:17 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 21 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, 21 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10.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>benety.goh@mongodb.com</customfieldvalue>
            <customfieldvalue>daniel.gottlieb@mongodb.com</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>justin.seyster@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hxn4cv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr54h3:</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="3937">Execution Team 2020-06-15</customfieldvalue>
    <customfieldvalue id="3938">Execution Team 2020-06-29</customfieldvalue>
    <customfieldvalue id="3939">Execution Team 2020-07-13</customfieldvalue>
    <customfieldvalue id="3940">Execution Team 2020-07-27</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|hxmqm7:</customfieldvalue>

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