<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:11:29 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-14906] Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members</title>
                <link>https://jira.mongodb.org/browse/DOCS-14906</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;    New fields in replSetGetStatus: &quot;lastAppliedWallTime&quot; and &quot;lastDurableWallTime&quot; now included for each member in the config.&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;    Beginning in 4.2, MongoDB records the wall clock time at which the primary processes each operation with millisecond granularity and records the value in the oplog. Secondary nodes report these values back to the primary node when the issue replSetUpdatePosition, and the information is duly recorded in the TopologyCoordinator&apos;s data structure of member data.&lt;/p&gt;

&lt;p&gt;If we went a step further and reported these values in the output of replSetGetStatus, it would be possible to calculate and report the primary&apos;s estimate of each secondary&apos;s replication lag in milliseconds. Presently, the optime is used to approximate this calculation, but it only has whole-second granularity, and due to monotonicity requirements can be incorrect for a long time after a clock adjustment on the primary node.&lt;/p&gt;

&lt;p&gt;So, we should add, to each element of the &lt;tt&gt;members&lt;/tt&gt; field returned in &lt;tt&gt;replSetGetStatus&lt;/tt&gt;&apos;s response, that member&apos;s most recently reported last durable and last applied operation wall clock timestamps.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="1912495">DOCS-14906</key>
            <summary>Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members</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>Thu, 28 Oct 2021 18:09:38 +0000</created>
                <updated>Mon, 13 Nov 2023 17:47:31 +0000</updated>
                            <resolved>Thu, 20 Jan 2022 14:47:17 +0000</resolved>
                                                    <fixVersion>5.2.0</fixVersion>
                    <fixVersion>4.4.11</fixVersion>
                    <fixVersion>5.0.5</fixVersion>
                    <fixVersion>5.1.1</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, 21 Jan 2022 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="4301948" author="xgen-internal-githook" created="Thu, 20 Jan 2022 00:38:52 +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-14906&quot; title=&quot;Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14906&quot;&gt;&lt;del&gt;DOCS-14906&lt;/del&gt;&lt;/a&gt; new replSetGetStatus output fields (#199)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14906&quot; title=&quot;Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14906&quot;&gt;&lt;del&gt;DOCS-14906&lt;/del&gt;&lt;/a&gt; new replSetGetStatus ouput fields&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;clarifies lastAppliedWallTime&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rewording&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;tech review updates&lt;br/&gt;
Branch: v5.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/ec403b3bca6987e8343614866a8f902725cdec53&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/ec403b3bca6987e8343614866a8f902725cdec53&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4301606" author="xgen-internal-githook" created="Wed, 19 Jan 2022 22:10:40 +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;span class=&quot;error&quot;&gt;&amp;#91;BACKPORT&amp;#93;&lt;/span&gt; new replSetGetStatus output fields v4.4 (#356)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14906&quot; title=&quot;Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14906&quot;&gt;&lt;del&gt;DOCS-14906&lt;/del&gt;&lt;/a&gt; new replSetGetStatus output fields (#199)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14906&quot; title=&quot;Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14906&quot;&gt;&lt;del&gt;DOCS-14906&lt;/del&gt;&lt;/a&gt; new replSetGetStatus ouput fields&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;clarifies lastAppliedWallTime&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rewording&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;tech review updates&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;documents minor version in which these fields were added&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/546c60fa173147c0947b22a9c71133feefa733d6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/546c60fa173147c0947b22a9c71133feefa733d6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4301605" author="xgen-internal-githook" created="Wed, 19 Jan 2022 22:10:34 +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;span class=&quot;error&quot;&gt;&amp;#91;BACKPORT&amp;#93;&lt;/span&gt; new replSetGetStatus output fields v5.0 (#355)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14906&quot; title=&quot;Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14906&quot;&gt;&lt;del&gt;DOCS-14906&lt;/del&gt;&lt;/a&gt; new replSetGetStatus output fields (#199)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14906&quot; title=&quot;Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14906&quot;&gt;&lt;del&gt;DOCS-14906&lt;/del&gt;&lt;/a&gt; new replSetGetStatus ouput fields&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;clarifies lastAppliedWallTime&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rewording&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;tech review updates&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;documents minor version in which these new fields were added&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/0be6d4617ff7cd612b7151b2bc6e8383e5e7685b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/0be6d4617ff7cd612b7151b2bc6e8383e5e7685b&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4301604" author="xgen-internal-githook" created="Wed, 19 Jan 2022 22:10:29 +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;span class=&quot;error&quot;&gt;&amp;#91;BACKPORT&amp;#93;&lt;/span&gt; new replSetGetStatus output fields (#353)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14906&quot; title=&quot;Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14906&quot;&gt;&lt;del&gt;DOCS-14906&lt;/del&gt;&lt;/a&gt; new replSetGetStatus output fields (#199)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14906&quot; title=&quot;Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14906&quot;&gt;&lt;del&gt;DOCS-14906&lt;/del&gt;&lt;/a&gt; new replSetGetStatus ouput fields&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;clarifies lastAppliedWallTime&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rewording&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;tech review updates&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;documents minor version in which these new fields were added&lt;br/&gt;
Branch: v5.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/f7ed788ffd4c97b4671be58f0568cdb03d173d00&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/f7ed788ffd4c97b4671be58f0568cdb03d173d00&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4301045" author="xgen-internal-githook" created="Wed, 19 Jan 2022 19:07:21 +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-14906&quot; title=&quot;Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14906&quot;&gt;&lt;del&gt;DOCS-14906&lt;/del&gt;&lt;/a&gt; new replSetGetStatus output fields (#199)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14906&quot; title=&quot;Investigate changes in SERVER-54909: In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14906&quot;&gt;&lt;del&gt;DOCS-14906&lt;/del&gt;&lt;/a&gt; new replSetGetStatus ouput fields&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;clarifies lastAppliedWallTime&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rewording&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;tech review updates&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/ec403b3bca6987e8343614866a8f902725cdec53&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/ec403b3bca6987e8343614866a8f902725cdec53&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4155287" author="dbeng-pm-bot" created="Thu, 28 Oct 2021 18:09:41 +0000"  >&lt;p&gt;&lt;em&gt;Downstream changes updated for upstream &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-54909&quot; title=&quot;In replSetGetStatus, report last durable and last applied operation wall times for all members&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-54909&quot;&gt;&lt;del&gt;SERVER-54909&lt;/del&gt;&lt;/a&gt;:&lt;/em&gt; &lt;br/&gt;
New fields in replSetGetStatus: &quot;lastAppliedWallTime&quot; and &quot;lastDurableWallTime&quot; now included for each member in the config.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                        <issuelink>
            <issuekey id="1929668">DOCS-14943</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1929706">DOCS-14945</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="backports">
                                        <issuelink>
            <issuekey id="1929675">DOCS-14944</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                        <issuelink>
            <issuekey id="1638109">SERVER-54909</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1929668">DOCS-14943</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1929675">DOCS-14944</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1929706">DOCS-14945</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 28 Oct 2021 18:09:41 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 3 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_14876" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Docs Reviewer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>jason.price@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-17171</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_14873" key="com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker">
                        <customfieldname>External Reviewer</customfieldname>
                        <customfieldvalues>
                                    <customfieldvalue><![CDATA[schwerin@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>
                            2 years, 3 weeks 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>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|i0857b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzroc7:</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="5640">ServerDocs2022: Jan11 - Jan18</customfieldvalue>

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

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