<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:12:07 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>[DOCS-15138] [Server] Investigate changes in SERVER-60926: Make enableSharding command optional</title>
                <link>https://jira.mongodb.org/browse/DOCS-15138</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>    &lt;div class=&quot;panel&quot; style=&quot;background-color: #c2d2c2;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;background-color: #239eb0;&quot;&gt;&lt;b&gt;Original Downstream Change Summary&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #c2d2c2;&quot;&gt;
&lt;p&gt;    Starting from FCV 6.0 all databases will be considered sharding-enabled by default, meaning that it won&apos;t be necessary to call `enableSharding` on  a database before to shard a collection (through `shardCollection`) in that database.&lt;/p&gt;

&lt;p&gt;Additionally starting from FCV 6.0 `shardCollection` will automatically create the database if doesn&apos;t exists, this means that starting from FCV 6.0 it won&apos;t never throw NamespacesNotFound.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;h2&gt;&lt;a name=&quot;DescriptionofLinkedTicket&quot;&gt;&lt;/a&gt;Description of Linked Ticket&lt;/h2&gt;
&lt;p&gt;    Before to create a sharded collection it is currently required to invoke the enableSharding command. This command doesn&apos;t really do much apart from setting a flag in config.databases, that is only consumed by the shardCollection command.&lt;/p&gt;

&lt;p&gt;This additional step is not very useful and not really required in order to create a sharded collection, additionally it contributes to make the sharding experience more complicated than than the replica set one without any real benefit.&lt;/p&gt;

&lt;p&gt;This ticket contain a proposal to make the enableSharding command optional and to deprecate it.&lt;/p&gt;

&lt;p&gt;Proposal:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;It won&apos;t be necessary anymore to call enableSharding&#160; before to shard a collection.&#160;&lt;/li&gt;
	&lt;li&gt;We will still keep support for enableSharding command&#160; because users are using it to select the database primaryShard before to create a collection. So enableSharding&#160; will really behave like a &quot;createDatabase&quot; that you can use if you want to create a database with specific options, otherwise default options will be chosen automatically on the implicit creation (like the primarShard).&#160;&lt;/li&gt;
	&lt;li&gt;&lt;del&gt;Additionally the name &quot;enableSharding&quot; will become misleading since it won&apos;t really &quot;enable sharding&quot; anymore, so we will introduce a new&#160; createDatabase command as an alias of the old enableSharding. In this sense the new&#160; createDatabase&#160; command will be very similar to createCollection , it will be optional but you can use it to specify particular options for database creation.&lt;/del&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
                <environment></environment>
        <key id="1991372">DOCS-15138</key>
            <summary>[Server] Investigate changes in SERVER-60926: Make enableSharding command optional</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="kenneth.dyer@mongodb.com">Kenneth Dyer</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Feb 2022 16:41:04 +0000</created>
                <updated>Mon, 13 Nov 2023 17:44:14 +0000</updated>
                            <resolved>Tue, 17 May 2022 00:34:38 +0000</resolved>
                                                    <fixVersion>6.0.0-rc0</fixVersion>
                    <fixVersion>Server_Docs_20231030</fixVersion>
                    <fixVersion>Server_Docs_20231106</fixVersion>
                    <fixVersion>Server_Docs_20231105</fixVersion>
                    <fixVersion>Server_Docs_20231113</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="4550300" author="xgen-internal-githook" created="Mon, 16 May 2022 16:21:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kenneth P. J. Dyer&apos;, &apos;email&apos;: &apos;93145796+kennethdyer@users.noreply.github.com&apos;, &apos;username&apos;: &apos;kennethdyer&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; enableSharding (#1040)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Adds versionchanged notice to reference page&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;(&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15177&quot; title=&quot;Investigate changes in SERVER-63850: Add the count command to API version 1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15177&quot;&gt;&lt;del&gt;DOCS-15177&lt;/del&gt;&lt;/a&gt;): Add count to stable API v1 (#1015)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;(DOCSP-21679): stage stable api updates for count&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;add 6.0 release notes&lt;/p&gt;

&lt;p&gt;add stable api changelog&lt;/p&gt;

&lt;p&gt;remove extra text&lt;/p&gt;

&lt;p&gt;updates per review feedback&lt;/p&gt;

&lt;p&gt;re-stage&lt;/p&gt;

&lt;p&gt;re-stage&lt;/p&gt;

&lt;p&gt;add footnotes to table&lt;/p&gt;

&lt;p&gt;adjust table widths&lt;/p&gt;

&lt;p&gt;table widths&lt;/p&gt;

&lt;p&gt;tweak header copy&lt;/p&gt;

&lt;p&gt;adding command specific section to changelog&lt;/p&gt;

&lt;p&gt;formatting&lt;/p&gt;

&lt;p&gt;formatting&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;remove count migration example&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove list of supported commands&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;tweak&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add link to stable api changelog from release notes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;clarify actor&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add stable API ref&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;apply copy review suggestion&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;wording&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15267&quot; title=&quot;Finalize changelog, release notes for 5.0.8&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15267&quot;&gt;&lt;del&gt;DOCS-15267&lt;/del&gt;&lt;/a&gt; Add release date for v5.0.8 (#1018)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15267&quot; title=&quot;Finalize changelog, release notes for 5.0.8&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15267&quot;&gt;&lt;del&gt;DOCS-15267&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update 5.0.txt&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;DOCSP-22186-namespace-content-addition (#1017)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;DOCSP-22186-namespace-content-addition&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;DOCSP-22186-namespace-content-addition&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;DOCSP-22186-namespace-content-addition&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;DOCSP-22186-namespace-content-addition&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;DOCSP-22186-namespace-content-addition&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Refactors enableSharding definition&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Refactor enablesharding definition&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Refactor enablesharding definition&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Refactor enablesharding definition&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Refactor enablesharding definition&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Sharding procedure update&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Updates steps&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Removes enableSharding step&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Removes enableSharding step&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Removes enableSharding step&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Fixes broken links&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Fixes per Joe&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Fixes per Joe&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15138&quot; title=&quot;[Server] Investigate changes in SERVER-60926: Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15138&quot;&gt;&lt;del&gt;DOCS-15138&lt;/del&gt;&lt;/a&gt; Fixes per Tomasso Tocci&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jeff-allen-mongo &amp;lt;jeffrey.allen@10gen.com&amp;gt;&lt;br/&gt;
Co-authored-by: ianf-mongodb &amp;lt;85948430+ianf-mongodb@users.noreply.github.com&amp;gt;&lt;br/&gt;
Co-authored-by: jason-price-mongodb &amp;lt;69260375+jason-price-mongodb@users.noreply.github.com&amp;gt;&lt;br/&gt;
Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/3e13f8614b44e31030c13e623e53f5819c907585&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/3e13f8614b44e31030c13e623e53f5819c907585&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4535278" author="JIRAUSER1263037" created="Mon, 9 May 2022 14:50:02 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=tommaso.tocci%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;tommaso.tocci@mongodb.com&quot;&gt;tommaso.tocci@mongodb.com&lt;/a&gt;&#160; We have docs ready for your review and sign-off here: &lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/pull/1040&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;PR&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="4439589" author="JIRAUSER1257477" created="Mon, 28 Mar 2022 19:00:58 +0000"  >&lt;p&gt;&lt;em&gt;Fix Version updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60926&quot; title=&quot;Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60926&quot;&gt;&lt;del&gt;SERVER-60926&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
6.0.0-rc0&lt;/p&gt;</comment>
                            <comment id="4439446" author="JIRAUSER1257477" created="Mon, 28 Mar 2022 18:14:20 +0000"  >&lt;p&gt;&lt;em&gt;Fix Version updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60926&quot; title=&quot;Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60926&quot;&gt;&lt;del&gt;SERVER-60926&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
6.0.0, 6.0.0-rc0&lt;/p&gt;</comment>
                            <comment id="4380807" author="JIRAUSER1257477" created="Mon, 28 Feb 2022 16:41:10 +0000"  >&lt;p&gt;&lt;em&gt;Fix Version updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60926&quot; title=&quot;Make enableSharding command optional&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60926&quot;&gt;&lt;del&gt;SERVER-60926&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
6.0.0&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                        <issuelink>
            <issuekey id="1906518">SERVER-60926</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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 28 Feb 2022 16:41:10 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 38 weeks, 2 days 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-19446</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_14873" key="com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker">
                        <customfieldname>External Reviewer</customfieldname>
                        <customfieldvalues>
                                    <customfieldvalue><![CDATA[tommaso.tocci@mongodb.com]]></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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 38 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-pm</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jess.mokrzecki@mongodb.com</customfieldvalue>
            <customfieldvalue>kenneth.dyer@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0lj8f:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i04l6c:</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_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0l5dr:</customfieldvalue>

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