<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:04:47 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-12253] Add a comment in &quot;Modify Replica Set Protocol Version&quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.</title>
                <link>https://jira.mongodb.org/browse/DOCS-12253</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h2&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/h2&gt;

&lt;p&gt;For mongod version &amp;lt; 4.0, if we have&#160;below upgrade/downgrade sequence.&lt;/p&gt;

&lt;p&gt;1) Start a replica set in pv1.&lt;/p&gt;

&lt;p&gt;2) Downgrade to pv0.&lt;/p&gt;

&lt;p&gt;3) Before the&#160;secondaries downgrade to pv0, the user upgrades to pv1 again.&#160;&lt;/p&gt;

&lt;p&gt;Then it can lead to failures&#160;described in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38505&quot; title=&quot;For pv1, to determine if the oplog  entries are applied  out of order, we should compare both  the term and timestamp of firstOpTimeInBatch and lastAppliedOpTimeAtStartOfBatch &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38505&quot;&gt;&lt;del&gt;SERVER-38505&lt;/del&gt;&lt;/a&gt;,&#160;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38366&quot; title=&quot;Replica set nodes update the term without verifying the config version can lead to unnecessary stepdown.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38366&quot;&gt;&lt;del&gt;SERVER-38366&lt;/del&gt;&lt;/a&gt;&#160;and&#160;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38504&quot; title=&quot;On Primary, to verify that our lastAppliedOpTime is lagged behind the TopologyCoordinator::_lastCommittedOpTime, we should compare both its term and timestamp for pv1. &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38504&quot;&gt;&lt;del&gt;SERVER-38504&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;In order to prevent those failures from occurring, we should add a comment in&#160;&lt;a href=&quot;https://docs.mongodb.com/manual/reference/replica-set-protocol-versions/#modify-replica-set-protocol-version&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;modify-replica-set-protocol-version&lt;/a&gt; stating that &quot;Before user upgrades or downgrades the replica set protocol version, the user should make sure that at least one oplog entry generated from the current protocol version has replicated and applied to all secondaries. And, we can get the node&apos;s last applied oplog entry optime information from&#160; either &lt;a href=&quot;https://docs.mongodb.com/manual/reference/command/replSetGetStatus/#replSetGetStatus.optimes.appliedOpTime&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;replSetGetStatus.optimes.appliedOpTime&lt;/a&gt;&#160;or&#160;&lt;a href=&quot;https://docs.mongodb.com/manual/reference/command/getLastError/#getLastError.lastOp&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;getLastError.lastOp&lt;/a&gt;. If the current protocol version is pv0, then replSetGetStatus.optimes.appliedOpTime &amp;amp; getLastError.lastOp will have an optime with term field (&quot;t&quot;) as -1. If it is pv1, then the term field will have a value greater than -1&quot;.&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;Scope&quot;&gt;&lt;/a&gt;Scope&lt;/h2&gt;

&lt;p&gt;Update &lt;a href=&quot;https://docs.mongodb.com/v3.6/reference/replica-set-protocol-versions/#modify-replica-set-protocol-version&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Modify Replica Set Protocol Version&lt;/a&gt; to call out that users must wait until the protocol version change has replicated and applied to all members of the replica set. Provide logic for testing as above.&lt;/p&gt;

&lt;p&gt;Possibly generally dissuade users from rapidly changing pv values.&lt;/p&gt;

&lt;p&gt;Note: 3.6 deprecates pv0. Apply to 3.6 and backport to 3.2 (when pv1 was introduced)&lt;/p&gt;</description>
                <environment></environment>
        <key id="649305">DOCS-12253</key>
            <summary>Add a comment in &quot;Modify Replica Set Protocol Version&quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.</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="kay.kim@mongodb.com">Kay Kim</assignee>
                                    <reporter username="suganthi.mani@mongodb.com">Suganthi Mani</reporter>
                        <labels>
                    </labels>
                <created>Mon, 10 Dec 2018 23:19:23 +0000</created>
                <updated>Mon, 30 Oct 2023 20:49:50 +0000</updated>
                            <resolved>Wed, 16 Jan 2019 20:15:46 +0000</resolved>
                                    <version>3.6.6</version>
                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2117459" author="xgen-internal-githook" created="Wed, 16 Jan 2019 19:55:31 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: before pv change, check lastCommittedOpTime.t&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/df06cc9d853735d0ba14ba97b89d3b5d6f1d4f5b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/df06cc9d853735d0ba14ba97b89d3b5d6f1d4f5b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2117454" author="xgen-internal-githook" created="Wed, 16 Jan 2019 19:51:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: before pv change, check lastCommittedOpTime.t&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/58e6b79c60a429690455a06c1e4fef0e276002eb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/58e6b79c60a429690455a06c1e4fef0e276002eb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2117447" author="xgen-internal-githook" created="Wed, 16 Jan 2019 19:49:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: before pv change, check lastCommittedOpTime.t&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/46bc437f44dfa24ee646a8c0e83d3eabc9f34e35&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/46bc437f44dfa24ee646a8c0e83d3eabc9f34e35&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2117441" author="xgen-internal-githook" created="Wed, 16 Jan 2019 19:45:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: before pv change, check lastCommittedOpTime.t&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/4d07b169765619a1111fea7149d06472db8715e2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/4d07b169765619a1111fea7149d06472db8715e2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2117439" author="xgen-internal-githook" created="Wed, 16 Jan 2019 19:44:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: before pv change, check lastCommittedOpTime.t&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/13e556722623d12196f6f05c399fe15362cc95c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/13e556722623d12196f6f05c399fe15362cc95c7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2117208" author="suganthi.mani" created="Wed, 16 Jan 2019 17:58:47 +0000"  >&lt;p&gt;Since for pv0, rs.status().optimes.appliedOpTime returns only the timestamp of the operation, we won&apos;t be able to use rs.status().optimes.appliedOpTime.t to determine the term for that operation( see HELP-8664). So, we need to update &lt;a href=&quot;https://docs.mongodb.com/v3.6/reference/replica-set-protocol-versions/#modify-replica-set-protocol-version&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Modify Replica Set Protocol Version&lt;/a&gt; doc section to instruct users to check &lt;b&gt;rs.status().optimes.lastCommittedOpTime.t&lt;/b&gt; for mongoDB versions &amp;lt; 4.0.&#160;&lt;/p&gt;

&lt;p&gt;P.S: Sorry for the confusion.&lt;/p&gt;</comment>
                            <comment id="2094683" author="xgen-internal-githook" created="Tue, 18 Dec 2018 17:59:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: tweaks for backporting pv changes to 3.2&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/b83724d34c5afec9789855dcae2b4b6e75e2ac45&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/b83724d34c5afec9789855dcae2b4b6e75e2ac45&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2094641" author="xgen-internal-githook" created="Tue, 18 Dec 2018 17:33:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: tweaks for backporting pv changes to 3.4 and earlier&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/6b415c2286ee50ac4ea4f7df54631f56681fd48b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/6b415c2286ee50ac4ea4f7df54631f56681fd48b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2094624" author="xgen-internal-githook" created="Tue, 18 Dec 2018 17:22:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: tweaks for backporting pv changes to 3.6 and earlier&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/05e62f0ad3e155f102d8756cc8508988f535581a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/05e62f0ad3e155f102d8756cc8508988f535581a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2094503" author="xgen-internal-githook" created="Tue, 18 Dec 2018 16:26:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: prereq for pv changes for 3.6 and earlier&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/7779de0f7a7836608e4c3a2996023ccc8962b69b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/7779de0f7a7836608e4c3a2996023ccc8962b69b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2094501" author="xgen-internal-githook" created="Tue, 18 Dec 2018 16:26:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: prereq for pv changes for 3.6 and earlier&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/229d5095124e1790297b01c04a5876ebc41f0987&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/229d5095124e1790297b01c04a5876ebc41f0987&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2094500" author="xgen-internal-githook" created="Tue, 18 Dec 2018 16:26:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: prereq for pv changes for 3.6 and earlier&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/a70cca6f16c2892fee4e556b61e687e61fa535eb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/a70cca6f16c2892fee4e556b61e687e61fa535eb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2094499" author="xgen-internal-githook" created="Tue, 18 Dec 2018 16:25:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@mongodb.com&apos;, &apos;name&apos;: &apos;Kay Kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-12253&quot; title=&quot;Add a comment in &amp;quot;Modify Replica Set Protocol Version&amp;quot; to prevent users from doing faster replica set protocol version upgrade or downgrade.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-12253&quot;&gt;&lt;del&gt;DOCS-12253&lt;/del&gt;&lt;/a&gt;: prereq for pv changes for 3.6 and earlier&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/2eabe8242f31842b0d9fab535cb958733cd071ed&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/2eabe8242f31842b0d9fab535cb958733cd071ed&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="642035">SERVER-38366</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="648914">SERVER-38504</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="648967">SERVER-38505</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="673460">DOCS-12368</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>Tue, 18 Dec 2018 16:25:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 4 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-1769</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>
                            5 years, 4 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>kay.kim@mongodb.com</customfieldvalue>
            <customfieldvalue>suganthi.mani@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hufhm7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hu5ljb:</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_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.5</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|huf3vj:</customfieldvalue>

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