<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:59:12 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-41968] IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled</title>
                <link>https://jira.mongodb.org/browse/SERVER-41968</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When the primary is building the index with the IndexBuildsCoordinator, there could be two &lt;a href=&quot;https://docs.mongodb.com/manual/reference/method/db.currentOp/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;db.currentOp()&lt;/a&gt; entries for the index build: one for the command invocation on the client connection and another for the task in the thread pool managed by the IndexBuildsCoordinator. The operation performing the actual work should be the one with a non-empty &apos;locks&apos; field and should be preferred over the client connection operation.&lt;/p&gt;

&lt;p&gt;This affects mostly JS tests that attempt to locate and modify the state of an active index build when the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/9d47f555c746de9ccdf1ee88c51307a29c29e8d2/src/mongo/db/commands/enable_coordinator_for_create_indexes_command.idl#L34&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;enableIndexBuildsCoordinatorForCreateIndexesCommand&lt;/a&gt; server parameter is enabled.&lt;/p&gt;</description>
                <environment></environment>
        <key id="821496">SERVER-41968</key>
            <summary>IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled</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="benety.goh@mongodb.com">Benety Goh</assignee>
                                    <reporter username="benety.goh@mongodb.com">Benety Goh</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Jun 2019 18:05:11 +0000</created>
                <updated>Sun, 29 Oct 2023 22:19:30 +0000</updated>
                            <resolved>Sun, 7 Jul 2019 23:29:37 +0000</resolved>
                                                    <fixVersion>4.3.1</fixVersion>
                    <fixVersion>4.2.4</fixVersion>
                                    <component>Storage</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="2884340" author="xgen-internal-githook" created="Wed, 19 Feb 2020 13:32:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; remove locks from IndexBuildTest.waitForIndexBuildToScanCollection() filter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0fd75d9f6abdd3423882ec03b3b3f851f7207c4a)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4e974c48b158e4644d7f0c27354e67c4409db460&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4e974c48b158e4644d7f0c27354e67c4409db460&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2884211" author="xgen-internal-githook" created="Wed, 19 Feb 2020 11:57:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; wait for collection scan phase to start in hybrid index tests&lt;/p&gt;

&lt;p&gt;This ensures that we are getting sufficient coverage over the side table logic.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 1aeaff5c35321a3ffb7e0dbc08c59f633e1dedbf)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2e6f3475043e7f15f452fb1e3a4bb5dd0ff5b012&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2e6f3475043e7f15f452fb1e3a4bb5dd0ff5b012&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2884197" author="xgen-internal-githook" created="Wed, 19 Feb 2020 11:37:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; fix db.currentOp() query in index build tests to work with IndexBuildsCoordinator&lt;/p&gt;

&lt;p&gt;(cherry picked from commit fc04ae1ec734645c1f8e2828c0a367192d5bc0ec)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/199f6e535e40054a6a1997ebbea7c34fdb5b3897&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/199f6e535e40054a6a1997ebbea7c34fdb5b3897&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2883714" author="xgen-internal-githook" created="Wed, 19 Feb 2020 04:11:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; fix db.currentOp() query in index build killop tests&lt;/p&gt;

&lt;p&gt;This affects mostly index builds that use the IndexBuildsCoordinator because there&lt;br/&gt;
could be multiple db.currentOp() entries that match the createIndexes command.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 82177ac1ee32044a733be742b8244eff9389a9fc)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6e81decdf230de5a6e9fc1dd9b2e5a54e78d6d7c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6e81decdf230de5a6e9fc1dd9b2e5a54e78d6d7c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2883648" author="xgen-internal-githook" created="Wed, 19 Feb 2020 02:46:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; add IndexBuildTest.waitForIndexBuildToScanCollection()&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 75bf2309c8eda5496c5b4a022bd5168950eda7eb)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/83cbfee50017dd30b50f0d767e8b8f5d5aea0561&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/83cbfee50017dd30b50f0d767e8b8f5d5aea0561&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2883619" author="xgen-internal-githook" created="Wed, 19 Feb 2020 01:59:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; IndexBuildTest.getIndexBuildOpId() accepts optional db.currentOp() filter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 335a4e981228156ebc92e87065b817244e5084d6)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2b80ad915ef25d9d5f4044fac0156f261d7f97a4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2b80ad915ef25d9d5f4044fac0156f261d7f97a4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2314529" author="xgen-internal-githook" created="Sun, 7 Jul 2019 23:28:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; remove locks from IndexBuildTest.waitForIndexBuildToScanCollection() filter&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0fd75d9f6abdd3423882ec03b3b3f851f7207c4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0fd75d9f6abdd3423882ec03b3b3f851f7207c4a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2314449" author="xgen-internal-githook" created="Sun, 7 Jul 2019 16:40:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; wait for collection scan phase to start in hybrid index tests&lt;/p&gt;

&lt;p&gt;This ensures that we are getting sufficient coverage over the side table logic.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1aeaff5c35321a3ffb7e0dbc08c59f633e1dedbf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1aeaff5c35321a3ffb7e0dbc08c59f633e1dedbf&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2314241" author="xgen-internal-githook" created="Sat, 6 Jul 2019 15:31:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; fix db.currentOp() query in index build tests to work with IndexBuildsCoordinator&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fc04ae1ec734645c1f8e2828c0a367192d5bc0ec&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fc04ae1ec734645c1f8e2828c0a367192d5bc0ec&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2314214" author="xgen-internal-githook" created="Sat, 6 Jul 2019 11:49:36 +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: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; fix db.currentOp() query in index build killop tests&lt;/p&gt;

&lt;p&gt;This affects mostly index builds that use the IndexBuildsCoordinator because there&lt;br/&gt;
could be multiple db.currentOp() entries that match the createIndexes command.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/82177ac1ee32044a733be742b8244eff9389a9fc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/82177ac1ee32044a733be742b8244eff9389a9fc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2313961" author="xgen-internal-githook" created="Fri, 5 Jul 2019 22:52:52 +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: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; add IndexBuildTest.waitForIndexBuildToScanCollection()&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/75bf2309c8eda5496c5b4a022bd5168950eda7eb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/75bf2309c8eda5496c5b4a022bd5168950eda7eb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2313920" author="xgen-internal-githook" created="Fri, 5 Jul 2019 21:20:46 +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: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41968&quot; title=&quot;IndexBuildTest.getIndexBuildOpId() not selective enough when IndexBuildsCoordinator is enabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41968&quot;&gt;&lt;del&gt;SERVER-41968&lt;/del&gt;&lt;/a&gt; IndexBuildTest.getIndexBuildOpId() accepts optional db.currentOp() filter&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/335a4e981228156ebc92e87065b817244e5084d6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/335a4e981228156ebc92e87065b817244e5084d6&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">
                                        <issuelink>
            <issuekey id="685982">SERVER-39454</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="823517">SERVER-41978</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="751202">SERVER-40917</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="751199">SERVER-40916</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>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="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>Fri, 5 Jul 2019 21:20:46 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr74hr:</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="3034">Execution Team 2019-07-01</customfieldvalue>
    <customfieldvalue id="3035">Execution Team 2019-07-15</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|hv7ygv:</customfieldvalue>

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