<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:50:01 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-38779] Build a mechanism to periodically cleanup old WT sessions from session cache</title>
                <link>https://jira.mongodb.org/browse/SERVER-38779</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The way session cache is maintained, idle sessions keep accumulating in the session cache.  If the workload doesn&apos;t use all the idle sessions, the oldest sessions stay open forever. In some cases these sessions might hold some resources inside WiredTiger, which can cause problems. eg: dhandles that never close in WiredTiger.&lt;/p&gt;

&lt;p&gt;This ticket is to build a mechanism around the session cache, to cleanup old sessions that have been idle for too long.&lt;/p&gt;

&lt;p&gt;More details in the linked tickets.&lt;/p&gt;</description>
                <environment></environment>
        <key id="661712">SERVER-38779</key>
            <summary>Build a mechanism to periodically cleanup old WT sessions from session cache</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="sulabh.mahajan@mongodb.com">Sulabh Mahajan</assignee>
                                    <reporter username="sulabh.mahajan@mongodb.com">Sulabh Mahajan</reporter>
                        <labels>
                            <label>RF</label>
                    </labels>
                <created>Thu, 27 Dec 2018 03:06:14 +0000</created>
                <updated>Sun, 29 Oct 2023 22:25:27 +0000</updated>
                            <resolved>Wed, 16 Jan 2019 00:26:15 +0000</resolved>
                                                    <fixVersion>3.6.11</fixVersion>
                    <fixVersion>4.0.6</fixVersion>
                    <fixVersion>4.1.7</fixVersion>
                                    <component>Storage</component>
                                        <votes>4</votes>
                                    <watches>16</watches>
                                                                                                                <comments>
                            <comment id="2202835" author="sulabh.mahajan" created="Fri, 5 Apr 2019 00:10:40 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bruce.lucas&quot; class=&quot;user-hover&quot; rel=&quot;bruce.lucas&quot;&gt;bruce.lucas&lt;/a&gt;, WT session cache is NOT related to the WT cursor cache. I looked at 3.4 and we do have a WT session cache in there. The change here introduces a mechanism to close WT sessions when they have been idle for some time, mainly to encourage closing of active dhandles.&lt;/p&gt;</comment>
                            <comment id="2202292" author="bruce.lucas@10gen.com" created="Thu, 4 Apr 2019 18:08:14 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=sulabh.mahajan&quot; class=&quot;user-hover&quot; rel=&quot;sulabh.mahajan&quot;&gt;sulabh.mahajan&lt;/a&gt;, can you clarify - is the wt session cache mentioned here related to the wt cursor caching mechanism that was introduced into 4.0 (and then backported to 3.6), or is this something different? In particular, could the session cache issue described here affect 3.4?&lt;/p&gt;</comment>
                            <comment id="2168555" author="sulabh.mahajan" created="Sun, 3 Mar 2019 23:35:54 +0000"  >&lt;p&gt;Note:&lt;br/&gt;
As the per&#160;final change the default for the parameter &lt;tt&gt;wiredTigerSessionCloseIdleTimeSecs&lt;/tt&gt;&#160;is 5 mins.&lt;/p&gt;</comment>
                            <comment id="2134263" author="sulabh.mahajan" created="Thu, 31 Jan 2019 23:54:39 +0000"  >&lt;p&gt;Update on backports:&lt;/p&gt;

&lt;p&gt;Backport to 4.0: Completed&lt;br/&gt;
Backport to 3.6: Completed&lt;/p&gt;</comment>
                            <comment id="2134253" author="xgen-internal-githook" created="Thu, 31 Jan 2019 23:47:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sulabh Mahajan&apos;, &apos;email&apos;: &apos;sulabh.mahajan@mongodb.com&apos;, &apos;username&apos;: &apos;sulabhM&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38779&quot; title=&quot;Build a mechanism to periodically cleanup old WT sessions from session cache&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38779&quot;&gt;&lt;del&gt;SERVER-38779&lt;/del&gt;&lt;/a&gt; Have a session sweep job to close old idle WT sessions&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 97de2142f89ab280a4d0b2ddf168248c79f741d0)&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/49cbe21f9a7cd0175aa6db3cd82035c44c7b97cd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/49cbe21f9a7cd0175aa6db3cd82035c44c7b97cd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2134246" author="xgen-internal-githook" created="Thu, 31 Jan 2019 23:46:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sulabh Mahajan&apos;, &apos;email&apos;: &apos;sulabh.mahajan@mongodb.com&apos;, &apos;username&apos;: &apos;sulabhM&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38779&quot; title=&quot;Build a mechanism to periodically cleanup old WT sessions from session cache&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38779&quot;&gt;&lt;del&gt;SERVER-38779&lt;/del&gt;&lt;/a&gt; Add clocksource to the encryptdb unit test&lt;/p&gt;

&lt;p&gt;(cherry picked from commit fb7a077a7a7d70aba2ca28564af0b0ccbee1f7fb)&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/5254eb29755a5d976ba2de8b96597ec99e749a5b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/5254eb29755a5d976ba2de8b96597ec99e749a5b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2123749" author="xgen-internal-githook" created="Wed, 23 Jan 2019 03:26:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;sulabh.mahajan@mongodb.com&apos;, &apos;name&apos;: &apos;Sulabh Mahajan&apos;, &apos;username&apos;: &apos;sulabhM&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38779&quot; title=&quot;Build a mechanism to periodically cleanup old WT sessions from session cache&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38779&quot;&gt;&lt;del&gt;SERVER-38779&lt;/del&gt;&lt;/a&gt; Have a session sweep job to close old idle WT sessions&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 97de2142f89ab280a4d0b2ddf168248c79f741d0)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b87f723dceb3f2b1bbfe12ebf23b6cae21144e9e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b87f723dceb3f2b1bbfe12ebf23b6cae21144e9e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2123748" author="xgen-internal-githook" created="Wed, 23 Jan 2019 03:25:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;sulabhM&apos;, &apos;email&apos;: &apos;sulabh.mahajan@mongodb.com&apos;, &apos;name&apos;: &apos;Sulabh Mahajan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38779&quot; title=&quot;Build a mechanism to periodically cleanup old WT sessions from session cache&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38779&quot;&gt;&lt;del&gt;SERVER-38779&lt;/del&gt;&lt;/a&gt; Add clocksource to the encryptdb unit test&lt;/p&gt;

&lt;p&gt;(cherry picked from commit fb7a077a7a7d70aba2ca28564af0b0ccbee1f7fb)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/d517409e38a30b07564743eb879142dbc38109d5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/d517409e38a30b07564743eb879142dbc38109d5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2121604" author="sulabh.mahajan" created="Mon, 21 Jan 2019 03:25:12 +0000"  >&lt;p&gt;Updates on backports:&lt;/p&gt;

&lt;p&gt;Backport to 4.0: Approved - cherry picking and testing the backport now.&lt;br/&gt;
Backport to 3.6: Hold till we get results from backporting to 4.0&lt;/p&gt;</comment>
                            <comment id="2116633" author="chujacky1128" created="Wed, 16 Jan 2019 08:25:41 +0000"  >&lt;p&gt;Excellent! Thank you! &lt;/p&gt;</comment>
                            <comment id="2116534" author="sulabh.mahajan" created="Wed, 16 Jan 2019 01:52:41 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=chujacky1128&quot; class=&quot;user-hover&quot; rel=&quot;chujacky1128&quot;&gt;chujacky1128&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;I have initiated the backport process to 4.0 and 3.6, the team will go over the change and if there are no concerns in backporting, we will get it done.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Also, would killing the session manually (&lt;a href=&quot;https://docs.mongodb.com/manual/release-notes/3.6/#server-sessions&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/release-notes/3.6/#server-sessions&lt;/a&gt;) release the dhandles/memory?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Killing the server sessions will not help here. This change handles cleanup of internal storage engine sessions that aren&apos;t exposed to the MongoDB user.&lt;/p&gt;</comment>
                            <comment id="2116499" author="xgen-internal-githook" created="Wed, 16 Jan 2019 00:23:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;sulabhM&apos;, &apos;email&apos;: &apos;sulabh.mahajan@mongodb.com&apos;, &apos;name&apos;: &apos;Sulabh Mahajan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38779&quot; title=&quot;Build a mechanism to periodically cleanup old WT sessions from session cache&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38779&quot;&gt;&lt;del&gt;SERVER-38779&lt;/del&gt;&lt;/a&gt; Have a session sweep job to close old idle WT sessions&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/97de2142f89ab280a4d0b2ddf168248c79f741d0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/97de2142f89ab280a4d0b2ddf168248c79f741d0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2116468" author="xgen-internal-githook" created="Tue, 15 Jan 2019 23:43:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;sulabhM&apos;, &apos;email&apos;: &apos;sulabh.mahajan@mongodb.com&apos;, &apos;name&apos;: &apos;Sulabh Mahajan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38779&quot; title=&quot;Build a mechanism to periodically cleanup old WT sessions from session cache&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38779&quot;&gt;&lt;del&gt;SERVER-38779&lt;/del&gt;&lt;/a&gt; Add clocksource to the encryptdb unit test&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/fb7a077a7a7d70aba2ca28564af0b0ccbee1f7fb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/fb7a077a7a7d70aba2ca28564af0b0ccbee1f7fb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2105934" author="chujacky1128" created="Fri, 4 Jan 2019 19:21:00 +0000"  >&lt;ol&gt;
	&lt;li&gt;My team&apos;s project has been impacted by this issue (dhandles leak after table drops), and we have been periodically restarting the mongodb as temporary solution. We are running in version 3.4 (and planning to move to 3.6). I am wondering if there&apos;s plan to also add this mechanism/fix to version 3?&#160;&lt;/li&gt;
	&lt;li&gt;Also, would killing the session manually (&lt;a href=&quot;https://docs.mongodb.com/manual/release-notes/3.6/#server-sessions&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/release-notes/3.6/#server-sessions&lt;/a&gt;) release the dhandles/memory?&lt;/li&gt;
&lt;/ol&gt;
</comment>
                            <comment id="2100714" author="sulabh.mahajan" created="Thu, 27 Dec 2018 07:13:38 +0000"  >&lt;p&gt;Proposal:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Have a session sweeper background job that would periodically run (say every 10 secs) and close WT sessions that are older than idle timeout value (say default of &lt;del&gt;100000 secs = 27.78 hours&lt;/del&gt;  300 secs = 5 mins).&lt;/li&gt;
	&lt;li&gt;Timeout will be configurable using &lt;tt&gt;--setParameter wiredTigerSessionCloseIdleTimeSecs=&amp;lt;value&amp;gt;&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;A value of 0 disables clearing of sessions and restores the current behavior as it is.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="682317">SERVER-39355</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="609947">WT-4336</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="661710">WT-4513</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>15.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="15640"><![CDATA[v4.0]]></customfieldvalue>
    <customfieldvalue key="15141"><![CDATA[v3.6]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[500A000000ZepS6IAJ, 5002K00000f1GxQQAU, 5002K00000qg8MkQAI, 5006R00001pjevYQAQ]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 4 Jan 2019 19:21:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 44 weeks, 6 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_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 44 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>bruce.lucas@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>chujacky1128</customfieldvalue>
            <customfieldvalue>sulabh.mahajan@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|huhkjb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hu7lin:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="2740">Storage Engines 2018-12-31</customfieldvalue>
    <customfieldvalue id="2741">Storage Engines 2019-01-14</customfieldvalue>
    <customfieldvalue id="2755">Storage Engines 2019-01-28</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.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_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|huh6sn:</customfieldvalue>

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