<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:11:56 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-15069] Investigate changes in SERVER-58506: Command to expose settability for Server Parameters</title>
                <link>https://jira.mongodb.org/browse/DOCS-15069</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;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;--&amp;gt; The existing syntax for getParameter is almost entirely unchanged. The one exception is if someone passed a document as the value for the &apos;getParameter&apos; key, i.e. sent the command as: &lt;br/&gt;
 db.adminCommand(&#160;{getParameter: &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;lt;any doc here&amp;gt;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, ...} })&lt;br/&gt;
 This format was undocumented (the docs said the value here should be numeric), but the server would still have returned results/not error&apos;d, interpreting the above case as (getParameter: 1).&lt;/p&gt;

&lt;p&gt;--&amp;gt; An additional syntax is added for getParameter, where the value of the &apos;getParameter&apos; key in the command can be a document that requests more options.&lt;/p&gt;

&lt;p&gt;For example, with the old syntax, you can do:&lt;/p&gt;

&lt;p&gt;db.adminCommand(&#160;{getParameter: 1, exampleParameter: 1}&lt;/p&gt;

&lt;p&gt;...(returns)&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {exampleParameter}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;this syntax still works. Now, you can additionally do&lt;/p&gt;

&lt;p&gt;db.adminCommand(&#160;&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {getParameter}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, exampleParameter: 1}&lt;br/&gt;
 which returns:&lt;/p&gt;

&lt;p&gt;{exampleParameter: {value: 500, settableAtRuntime: true, settableAtStartup: false}}&lt;br/&gt;
 You can get the detailed information for all parameters simply by doing:&lt;/p&gt;

&lt;p&gt;db.adminCommand({getParameter: {showDetails: true, allParameters: true}}&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;Currently there&apos;s no way from outside of a running mongo process to tell whether a given server parameter controlled via get/setParameter is settable at runtime (vs. just at startup). Providing a mechanism to access that information (either by altering getParameter, or with a new command) would make it easier to write tools like the automation agent by making the requirements around altering a setParameter much more discoverable.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Acceptance Criteria&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The goal here would be command that could be invoked to:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Return a list of all available setParameters (a la getParameter: &quot;*&quot;)&lt;/li&gt;
	&lt;li&gt;For each parameter, return if the value was settable at startup, runtime or both&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="1971483">DOCS-15069</key>
            <summary>Investigate changes in SERVER-58506: Command to expose settability for Server Parameters</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="joseph.dougherty@mongodb.com">Joseph Dougherty</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                    </labels>
                <created>Wed, 26 Jan 2022 17:10:02 +0000</created>
                <updated>Mon, 13 Nov 2023 17:44:58 +0000</updated>
                            <resolved>Wed, 9 Feb 2022 16:31:42 +0000</resolved>
                                                    <fixVersion>5.3.0</fixVersion>
                    <fixVersion>5.0.8</fixVersion>
                    <fixVersion>4.4.15</fixVersion>
                    <fixVersion>4.2.21</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>Fri, 11 Feb 2022 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="4525785" author="edu.bot" created="Wed, 4 May 2022 14:49:01 +0000"  >&lt;p&gt;&lt;em&gt;Fix Version updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58506&quot; title=&quot;Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58506&quot;&gt;&lt;del&gt;SERVER-58506&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
5.0.8, 5.3.0, 4.4.15, 4.2.21&lt;/p&gt;</comment>
                            <comment id="4525661" author="edu.bot" created="Wed, 4 May 2022 14:21:30 +0000"  >&lt;p&gt;&lt;em&gt;Fix Version updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58506&quot; title=&quot;Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58506&quot;&gt;&lt;del&gt;SERVER-58506&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
5.0.8, 5.3.0, 4.2.20, 4.4.15&lt;/p&gt;</comment>
                            <comment id="4525641" author="edu.bot" created="Wed, 4 May 2022 14:17:36 +0000"  >&lt;p&gt;&lt;em&gt;Fix Version updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58506&quot; title=&quot;Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58506&quot;&gt;&lt;del&gt;SERVER-58506&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
4.4.14, 5.0.8, 5.3.0, 4.2.20, 4.4.15&lt;/p&gt;</comment>
                            <comment id="4525612" author="edu.bot" created="Wed, 4 May 2022 14:09:09 +0000"  >&lt;p&gt;&lt;em&gt;Fix Version updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58506&quot; title=&quot;Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58506&quot;&gt;&lt;del&gt;SERVER-58506&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
5.0.8, 5.3.0, 4.2.20, 4.4.15&lt;/p&gt;</comment>
                            <comment id="4510228" author="xgen-internal-githook" created="Wed, 27 Apr 2022 15:55:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jmd-mongo&apos;, &apos;email&apos;: &apos;73852296+jmd-mongo@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jmd-mongo&apos;}
&lt;p&gt;Message: Parameter settability backport 4.2 (#1027)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15069&quot; title=&quot;Investigate changes in SERVER-58506: Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15069&quot;&gt;&lt;del&gt;DOCS-15069&lt;/del&gt;&lt;/a&gt; getParameter exposes settability for server params (#553)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;command to expose settability for server params&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;review feedback&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;updates description of &quot;*&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;addresses duplicate target name getParameter-showdetails-all-params&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fixes merge conflict&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/61f9912c753fcfeb01161629142ebf242315330e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/61f9912c753fcfeb01161629142ebf242315330e&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4510226" author="xgen-internal-githook" created="Wed, 27 Apr 2022 15:55:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jmd-mongo&apos;, &apos;email&apos;: &apos;73852296+jmd-mongo@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jmd-mongo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15069&quot; title=&quot;Investigate changes in SERVER-58506: Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15069&quot;&gt;&lt;del&gt;DOCS-15069&lt;/del&gt;&lt;/a&gt; getParameter exposes settability for server params (#553) (#1026)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;command to expose settability for server params&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;review feedback&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;updates description of &quot;*&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;addresses duplicate target name getParameter-showdetails-all-params&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/43c8a97937bb9fb2dcf73caac80a6c0f9043f2e6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/43c8a97937bb9fb2dcf73caac80a6c0f9043f2e6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4510222" author="xgen-internal-githook" created="Wed, 27 Apr 2022 15:55:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jmd-mongo&apos;, &apos;email&apos;: &apos;73852296+jmd-mongo@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jmd-mongo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15069&quot; title=&quot;Investigate changes in SERVER-58506: Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15069&quot;&gt;&lt;del&gt;DOCS-15069&lt;/del&gt;&lt;/a&gt; getParameter exposes settability for server params (#553) (#1025)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;command to expose settability for server params&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;review feedback&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;updates description of &quot;*&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;addresses duplicate target name getParameter-showdetails-all-params&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/4160f979f70252bc8999d9fa1102565ff8f3f3b8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/4160f979f70252bc8999d9fa1102565ff8f3f3b8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4500972" author="JIRAUSER1257477" created="Fri, 22 Apr 2022 20:30:53 +0000"  >&lt;p&gt;&lt;em&gt;Fix Version updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58506&quot; title=&quot;Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58506&quot;&gt;&lt;del&gt;SERVER-58506&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
4.4.14, 5.0.8, 5.3.0, 4.2.20&lt;/p&gt;</comment>
                            <comment id="4500206" author="JIRAUSER1257477" created="Fri, 22 Apr 2022 15:52:32 +0000"  >&lt;p&gt;&lt;em&gt;Fix Version updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58506&quot; title=&quot;Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58506&quot;&gt;&lt;del&gt;SERVER-58506&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
4.4.14, 5.0.8, 5.3.0&lt;/p&gt;</comment>
                            <comment id="4497411" author="JIRAUSER1257477" created="Thu, 21 Apr 2022 15:49:55 +0000"  >&lt;p&gt;&lt;em&gt;Fix Version updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58506&quot; title=&quot;Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58506&quot;&gt;&lt;del&gt;SERVER-58506&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
5.0.8, 5.3.0&lt;/p&gt;</comment>
                            <comment id="4345411" author="xgen-internal-githook" created="Wed, 9 Feb 2022 16:31:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jmd-mongo&apos;, &apos;email&apos;: &apos;73852296+jmd-mongo@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jmd-mongo&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15069&quot; title=&quot;Investigate changes in SERVER-58506: Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15069&quot;&gt;&lt;del&gt;DOCS-15069&lt;/del&gt;&lt;/a&gt; getParameter exposes settability for server params (#553)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;command to expose settability for server params&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;review feedback&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;updates description of &quot;*&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;addresses duplicate target name getParameter-showdetails-all-params&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/d883adb5548ce2926861296449079682957eae1d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/d883adb5548ce2926861296449079682957eae1d&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4340916" author="JIRAUSER1257483" created="Mon, 7 Feb 2022 22:56:07 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/pull/553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/pull/553&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4315957" author="dbeng-pm-bot" created="Wed, 26 Jan 2022 17:10:09 +0000"  >&lt;p&gt;&lt;em&gt;Downstream changes updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58506&quot; title=&quot;Command to expose settability for Server Parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58506&quot;&gt;&lt;del&gt;SERVER-58506&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
--&amp;gt; The existing syntax for getParameter is almost entirely unchanged. The one exception is if someone passed a document as the value for the &apos;getParameter&apos; key, i.e. sent the command as: &lt;br/&gt;
db.adminCommand({getParameter: &lt;/p&gt;
{&amp;lt;any doc here}
&lt;p&gt;, ...})&lt;br/&gt;
This format was undocumented (the docs said the value here should be numeric), but the server would still have returned results/not error&apos;d, interpreting the above case as (getParameter: 1). &lt;/p&gt;

&lt;p&gt;--&amp;gt; An additional syntax is added for getParameter, where the value of the &apos;getParameter&apos; key in the command can be a document that requests more options.&lt;/p&gt;

&lt;p&gt;For example, with the old syntax, you can do: &lt;/p&gt;

&lt;p&gt;db.adminCommand(&lt;/p&gt;
{getParameter: 1, exampleParameter: 1}
&lt;p&gt; &lt;br/&gt;
...(returns)&lt;/p&gt;
{exampleParameter: 500} 

&lt;p&gt;this syntax still works. Now, you can additionally do &lt;/p&gt;

&lt;p&gt;db.adminCommand({getParameter: &lt;/p&gt;
{showDetails: true}
&lt;p&gt;, exampleParameter: 1} &lt;br/&gt;
which returns:&lt;/p&gt;

&lt;p&gt;{exampleParameter: &lt;/p&gt;
{value: 500, settableAtRuntime: true, settableAtStartup: true}
&lt;p&gt; }&lt;br/&gt;
You can get the detailed information for all parameters simply by doing: &lt;/p&gt;

&lt;p&gt;db.adminCommand({getParameter: {showDetails: true, allParameters: true}}&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                        <issuelink>
            <issuekey id="1817666">SERVER-58506</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>13.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 26 Jan 2022 17:10:09 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 40 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-19447</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_14873" key="com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker">
                        <customfieldname>External Reviewer</customfieldname>
                        <customfieldvalues>
                                    <customfieldvalue><![CDATA[george.wangensteen@mongodb.com]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>false</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, 40 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-pm</customfieldvalue>
            <customfieldvalue>edu.bot</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jess.mokrzecki@mongodb.com</customfieldvalue>
            <customfieldvalue>joseph.dougherty@mongodb.com</customfieldvalue>
            <customfieldvalue>dbeng-pm-bot</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0i5in:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i018yf:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5873">ServerDocs2022: Feb1 - Feb7</customfieldvalue>
    <customfieldvalue id="5947">ServerDocs2022: Feb8 - Feb15</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</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|i0hrnz:</customfieldvalue>

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