<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:33:02 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-33323] Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos</title>
                <link>https://jira.mongodb.org/browse/SERVER-33323</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;This can be done as follow-on work after &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-24978&quot; title=&quot;Second batches in aggregation framework are asked synchronously&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-24978&quot;&gt;&lt;del&gt;SERVER-24978&lt;/del&gt;&lt;/a&gt;, and will remove a layer of indirection between the pipeline executing on mongos and the AsyncResultsMerger. Today, the pipeline is attached via a DocumentSourceRouterAdapter which draws results from a RouterStageMerge which draws results from an AsyncResultsMerger. &lt;/p&gt;

&lt;p&gt;Once the $mergeCursors stage is using the AsyncResultsMerger, we can collapse that picture and eliminate the DocumentSourceRouterAdapter and RouterStageMerge.&lt;/p&gt;</description>
                <environment></environment>
        <key id="497821">SERVER-33323</key>
            <summary>Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="charlie.swanson@mongodb.com">Charlie Swanson</assignee>
                                    <reporter username="charlie.swanson@mongodb.com">Charlie Swanson</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Feb 2018 15:19:19 +0000</created>
                <updated>Sun, 29 Oct 2023 22:34:43 +0000</updated>
                            <resolved>Mon, 20 Aug 2018 19:08:02 +0000</resolved>
                                                    <fixVersion>4.1.3</fixVersion>
                                    <component>Aggregation Framework</component>
                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="1980521" author="xgen-internal-githook" created="Mon, 20 Aug 2018 19:06:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Charlie Swanson&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;username&apos;: &apos;cswanson310&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33323&quot; title=&quot;Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33323&quot;&gt;&lt;del&gt;SERVER-33323&lt;/del&gt;&lt;/a&gt; Refactor cluster_aggregate logic&lt;/p&gt;

&lt;p&gt;Attempts to make it more obvious how commands for the shards are&lt;br/&gt;
generated while also removing some methods from the Pipeline API.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0ef6e36f8c1d79801bca13b2adcf4a908a2bb720&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0ef6e36f8c1d79801bca13b2adcf4a908a2bb720&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1980520" author="xgen-internal-githook" created="Mon, 20 Aug 2018 19:06:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Charlie Swanson&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;username&apos;: &apos;cswanson310&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33323&quot; title=&quot;Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33323&quot;&gt;&lt;del&gt;SERVER-33323&lt;/del&gt;&lt;/a&gt; New cluster_aggregate library&lt;/p&gt;

&lt;p&gt;This new library contains both cluster_aggregate.cpp and&lt;br/&gt;
cluster_aggregation_planner.cpp. Both of these files are moved to the&lt;br/&gt;
src/mongo/s/query directory where the new library lives.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/bb9f6662e1f98b633df4d22082b5810d786fb620&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/bb9f6662e1f98b633df4d22082b5810d786fb620&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1976971" author="xgen-internal-githook" created="Wed, 15 Aug 2018 22:57:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Siyuan Zhou&apos;, &apos;email&apos;: &apos;siyuan.zhou@mongodb.com&apos;, &apos;username&apos;: &apos;visualzhou&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33323&quot; title=&quot;Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33323&quot;&gt;&lt;del&gt;SERVER-33323&lt;/del&gt;&lt;/a&gt; Fix lint.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/398ad66cb2646a0ccdd793f2efb4c576749a208a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/398ad66cb2646a0ccdd793f2efb4c576749a208a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1976616" author="xgen-internal-githook" created="Wed, 15 Aug 2018 17:36:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;cswanson310&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33323&quot; title=&quot;Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33323&quot;&gt;&lt;del&gt;SERVER-33323&lt;/del&gt;&lt;/a&gt; Refactor agg cursor merging on mongos&lt;/p&gt;

&lt;p&gt;This commit makes it so that aggregations will always use a&lt;br/&gt;
$mergeCursors as a wrapper around a AsyncResultsMerger, which is new&lt;br/&gt;
behavior for mongos. As part of this refactor, we can delete the concept&lt;br/&gt;
of a &apos;merging presorted&apos; $sort stage (which is now handled by the&lt;br/&gt;
AsyncResultsMerger) and delete the DocumentSourceRouterAdapter stage&lt;br/&gt;
which talked to a RouterStageMerge, instead directly using a&lt;br/&gt;
$mergeCursors stage.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ee06e6cbe5a75775f76836449558be2f6a98ddfd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ee06e6cbe5a75775f76836449558be2f6a98ddfd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1857185" author="charlie.swanson" created="Fri, 6 Apr 2018 01:33:53 +0000"  >&lt;p&gt;Recent commits should have fixed the failures that lead to the revert. Putting this back in Needs Triage.&lt;/p&gt;</comment>
                            <comment id="1857182" author="xgen-internal-githook" created="Fri, 6 Apr 2018 01:29:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;, &apos;username&apos;: &apos;cswanson310&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33323&quot; title=&quot;Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33323&quot;&gt;&lt;del&gt;SERVER-33323&lt;/del&gt;&lt;/a&gt; Fix pushBack, remove const from size_t, and fix s390x&lt;/p&gt;

&lt;p&gt;Check if the pipeline is empty before setting the new stage to point to&lt;br/&gt;
the last one in Pipeline::pushBack().&lt;/p&gt;

&lt;p&gt;Remove unnecessary const qualifier from std::size_t return types.&lt;/p&gt;

&lt;p&gt;Work around a compiler bug on s390x by allowing a CursorResponse to be&lt;br/&gt;
copied.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/74aa83de852e3f3740eccb065a7d43d7708e138a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/74aa83de852e3f3740eccb065a7d43d7708e138a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1857181" author="xgen-internal-githook" created="Fri, 6 Apr 2018 01:29:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;, &apos;username&apos;: &apos;cswanson310&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33323&quot; title=&quot;Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33323&quot;&gt;&lt;del&gt;SERVER-33323&lt;/del&gt;&lt;/a&gt; Use the IDL to serialize the ARM&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/41f13212be110fc2360804fc04982273e43910f4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/41f13212be110fc2360804fc04982273e43910f4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1856729" author="william.schultz" created="Thu, 5 Apr 2018 18:42:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;william.schultz@mongodb.com&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;username&apos;: &apos;will62794&apos;}

&lt;p&gt;Message: Fix merge conflict errors&lt;/p&gt;

&lt;p&gt;Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a5dacf7092f51055dd774a1911a48815bb9a1e0e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a5dacf7092f51055dd774a1911a48815bb9a1e0e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1856657" author="xgen-internal-githook" created="Thu, 5 Apr 2018 17:59:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;william.schultz@mongodb.com&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;username&apos;: &apos;will62794&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33323&quot; title=&quot;Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33323&quot;&gt;&lt;del&gt;SERVER-33323&lt;/del&gt;&lt;/a&gt; Use the IDL to serialize the ARM&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 7d09f278a2acf9791b36927d6af1d30347d60391.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e88c6d85036607ddf86105234917b4adfffbd612&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e88c6d85036607ddf86105234917b4adfffbd612&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1855707" author="charlie.swanson" created="Wed, 4 Apr 2018 21:54:36 +0000"  >&lt;p&gt;We&apos;ve committed part one of this refactor, which has the benefit of allowing us to delete some old code as soon as we stop supporting 3.6 mongos. The work outlined in this ticket is not done though. I&apos;m throwing this back into Needs Triage and shifting focus elsewhere for now.&lt;/p&gt;</comment>
                            <comment id="1855702" author="xgen-internal-githook" created="Wed, 4 Apr 2018 21:49:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;, &apos;username&apos;: &apos;cswanson310&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33323&quot; title=&quot;Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33323&quot;&gt;&lt;del&gt;SERVER-33323&lt;/del&gt;&lt;/a&gt; Use the IDL to serialize the ARM&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7d09f278a2acf9791b36927d6af1d30347d60391&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7d09f278a2acf9791b36927d6af1d30347d60391&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1855701" author="xgen-internal-githook" created="Wed, 4 Apr 2018 21:49:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;mark.benvenuto@mongodb.com&apos;, &apos;name&apos;: &apos;Mark Benvenuto&apos;, &apos;username&apos;: &apos;markbenvenuto&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33323&quot; title=&quot;Refactor $mergeCursors stage to allow it to be used to merge cursors on mongos&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-33323&quot;&gt;&lt;del&gt;SERVER-33323&lt;/del&gt;&lt;/a&gt; Add basic.h to CPP files generated by IDL&lt;/p&gt;

&lt;p&gt;Signed-off-by: Charlie Swanson &amp;lt;charlie.swanson@mongodb.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/09253ad8f4187f4e7e4c453cc157362d751e0918&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/09253ad8f4187f4e7e4c453cc157362d751e0918&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1824793" author="charlie.swanson" created="Tue, 6 Mar 2018 18:08:52 +0000"  >&lt;p&gt;Code review for refactor: &lt;a href=&quot;https://mongodbcr.appspot.com/193390001/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mongodbcr.appspot.com/193390001/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This patch just uses the IDL to serialize/deserialize the AsyncResultsMerger, and does not include all the changes described in this ticket. More to come later.&lt;/p&gt;</comment>
                            <comment id="1805558" author="charlie.swanson" created="Wed, 14 Feb 2018 15:21:10 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=david.storch&quot; class=&quot;user-hover&quot; rel=&quot;david.storch&quot;&gt;david.storch&lt;/a&gt; I tentatively assigned this to myself for next sprint. We can re-evaluate at the next sprint planning to see if that still makes sense, but hopefully it will. The alternative is leaving it on the backlog  user and in the epic until &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-24978&quot; title=&quot;Second batches in aggregation framework are asked synchronously&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-24978&quot;&gt;&lt;del&gt;SERVER-24978&lt;/del&gt;&lt;/a&gt; is done.&lt;/p&gt;

&lt;p&gt;Also, it&apos;s not technically required for the epic, so feel free to take it out if you&apos;d like.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="299978">SERVER-24978</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="558681">SERVER-35581</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="591463">SERVER-36781</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="514057">SERVER-34009</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.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>Wed, 4 Apr 2018 21:49:20 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 25 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/SERVER-24978'>SERVER-24978</a></s>]]></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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-1179</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>
                            5 years, 25 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>75.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>charlie.swanson@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>william.schultz@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htqdjr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr8oef:</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="2121">Query 2018-03-12</customfieldvalue>
    <customfieldvalue id="2122">Query 2018-03-26</customfieldvalue>
    <customfieldvalue id="2382">Query 2018-07-02</customfieldvalue>
    <customfieldvalue id="2404">Query 2018-07-16</customfieldvalue>
    <customfieldvalue id="2405">Query 2018-07-30</customfieldvalue>
    <customfieldvalue id="2440">Query 2018-08-13</customfieldvalue>
    <customfieldvalue id="2441">Query 2018-08-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|htpzp3:</customfieldvalue>

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