<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:16: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>[SERVER-8188] Configurable idle cursor timeout</title>
                <link>https://jira.mongodb.org/browse/SERVER-8188</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;div class=&quot;panel&quot; style=&quot;background-color: #EEEEEE;border-color: #ccc;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;border-bottom-color: #ccc;background-color: #6CB33F;&quot;&gt;&lt;b&gt;Issue Status as of Mar 17, 2015&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #EEEEEE;&quot;&gt;
&lt;p&gt;&lt;b&gt;ISSUE SUMMARY&lt;/b&gt;&lt;br/&gt;
Client cursors that are no longer used may not be closed by the server. These cursors continue to consume resources inside &lt;tt&gt;mongod&lt;/tt&gt;. By default, inactive cursors expire after 10 minutes, this option makes it possible to configure this timeout.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;RESOLUTION DETAILS&lt;/b&gt;&lt;br/&gt;
By specifing the &lt;tt&gt;cursorTimeoutMillis&lt;/tt&gt; option, administrators can configure &lt;tt&gt;mongod&lt;/tt&gt; or &lt;tt&gt;mongos&lt;/tt&gt; to automatically remove idle client cursors after a specified interval. The timeout applies to all cursors maintained on a &lt;tt&gt;mongod&lt;/tt&gt; or &lt;tt&gt;mongos&lt;/tt&gt;, may be specified when starting the &lt;tt&gt;mongod&lt;/tt&gt; or &lt;tt&gt;mongos&lt;/tt&gt; and may be modified at any time using the &lt;tt&gt;setParameter&lt;/tt&gt; command. Consider the following examples.&lt;/p&gt;

&lt;p&gt;On startup:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;mongod --setParameter cursorTimeoutMillis=&amp;lt;num&amp;gt;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;or:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;mongos --setParameter cursorTimeoutMillis=&amp;lt;num&amp;gt;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;During operation, using the &lt;tt&gt;mongo&lt;/tt&gt; shell:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;use admin&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.runCommand({setParameter:1, cursorTimeoutMillis: &amp;lt;num&amp;gt;})&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;h6&gt;&lt;a name=&quot;Originaldescription&quot;&gt;&lt;/a&gt;Original description&lt;/h6&gt;

&lt;p&gt;The only options for timeout are 10 minutes or disabled. It would be very nice to be able to set this to other lengths of time.&lt;/p&gt;</description>
                <environment></environment>
        <key id="61929">SERVER-8188</key>
            <summary>Configurable idle cursor timeout</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="9">Done</resolution>
                                        <assignee username="eliot">Eliot Horowitz</assignee>
                                    <reporter username="chengas123">Ben McCann</reporter>
                        <labels>
                            <label>cursor</label>
                            <label>cursors</label>
                    </labels>
                <created>Mon, 14 Jan 2013 20:44:38 +0000</created>
                <updated>Fri, 7 Jun 2019 16:10:18 +0000</updated>
                            <resolved>Fri, 13 Mar 2015 21:37:48 +0000</resolved>
                                                    <fixVersion>2.6.9</fixVersion>
                    <fixVersion>3.0.2</fixVersion>
                    <fixVersion>3.1.0</fixVersion>
                                    <component>Querying</component>
                                        <votes>10</votes>
                                    <watches>19</watches>
                                                                                                                <comments>
                            <comment id="864382" author="xgen-internal-githook" created="Wed, 25 Mar 2015 22:33:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-8188&quot; title=&quot;Configurable idle cursor timeout&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-8188&quot;&gt;&lt;del&gt;SERVER-8188&lt;/del&gt;&lt;/a&gt;: make cursor timeout configurable on server&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 4d7b131c5454bf56fd494b1a3537eeb5e221a027)&lt;br/&gt;
Branch: v3.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d9a3c65f642ce90b1cf6f725786654998676cd20&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d9a3c65f642ce90b1cf6f725786654998676cd20&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="852009" author="xgen-internal-githook" created="Fri, 13 Mar 2015 22:03:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-8188&quot; title=&quot;Configurable idle cursor timeout&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-8188&quot;&gt;&lt;del&gt;SERVER-8188&lt;/del&gt;&lt;/a&gt;: make cursor timeout configurable on server&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 4d7b131c5454bf56fd494b1a3537eeb5e221a027)&lt;br/&gt;
Branch: v2.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e3a769273df9e1217a9c85d067db058e4293952f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e3a769273df9e1217a9c85d067db058e4293952f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="851873" author="xgen-internal-githook" created="Fri, 13 Mar 2015 19:40:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-8188&quot; title=&quot;Configurable idle cursor timeout&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-8188&quot;&gt;&lt;del&gt;SERVER-8188&lt;/del&gt;&lt;/a&gt;: make cursor timeout configurable on server&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4d7b131c5454bf56fd494b1a3537eeb5e221a027&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4d7b131c5454bf56fd494b1a3537eeb5e221a027&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="625572" author="dan@10gen.com" created="Wed, 18 Jun 2014 03:44:00 +0000"  >&lt;p&gt;Thanks Ben.  I updated the ticket slightly to better reflect the request.&lt;/p&gt;</comment>
                            <comment id="625567" author="chengas123" created="Wed, 18 Jun 2014 03:36:04 +0000"  >&lt;p&gt;We have some jobs that do heavy data processing. We grab a bunch of records from MongoDB, do some processing, grab more records. If that processing takes too long then sometimes the cursor times out. We can set it to never, but that doesn&apos;t seem like a great idea. If our client crashes before exhausting the cursor then it&apos;ll just live on the server forever.&lt;/p&gt;</comment>
                            <comment id="625564" author="dan@10gen.com" created="Wed, 18 Jun 2014 03:30:14 +0000"  >&lt;p&gt;Idle cursors is a server side concept.  By default, idle cursors are reaped on the server after 10 minutes (to prevent excess memory use).  The client can only control it by setting the cursor to &lt;a href=&quot;http://docs.mongodb.org/manual/reference/method/cursor.addOption/#DBQuery.Option.noTimeout&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;never timeout&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What&apos;s your use case for configuring the idle cursor timeout on the client side?&lt;/p&gt;</comment>
                            <comment id="625478" author="chengas123" created="Wed, 18 Jun 2014 01:45:13 +0000"  >&lt;p&gt;Hi, it seems I may have been conflating two issues not realizing they&apos;re separate issues. I do still care about the timeout for idle cursors as well. Is idle cursors only a client concept?&lt;/p&gt;</comment>
                            <comment id="622118" author="dan@10gen.com" created="Sun, 15 Jun 2014 18:57:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=chengas123&quot; class=&quot;user-hover&quot; rel=&quot;chengas123&quot;&gt;chengas123&lt;/a&gt;, looking for some clarification on this ticket.  The 10 minute timeout you mentioned is for &lt;b&gt;idle&lt;/b&gt; cursors, but from the context of the description, it looks like you were really interested in server side operation timeouts, as implemented in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2212&quot; title=&quot;Server automatically abort queries/commands after user-specified time limit&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2212&quot;&gt;&lt;del&gt;SERVER-2212&lt;/del&gt;&lt;/a&gt; in v2.6 by &lt;a href=&quot;http://docs.mongodb.org/manual/tutorial/terminate-running-operations/#maxtimems&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;$maxTimeMS&lt;/a&gt;.  If it&apos;s the latter, I&apos;ll resolve as a duplicate of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2212&quot; title=&quot;Server automatically abort queries/commands after user-specified time limit&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2212&quot;&gt;&lt;del&gt;SERVER-2212&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="475790" author="jeff.yemin" created="Mon, 30 Dec 2013 19:16:29 +0000"  >&lt;p&gt;This looks to be a duplicate of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2212&quot; title=&quot;Server automatically abort queries/commands after user-specified time limit&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2212&quot;&gt;&lt;del&gt;SERVER-2212&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="240933" author="jeff.yemin" created="Tue, 15 Jan 2013 23:43:29 +0000"  >&lt;p&gt;Moved it over.&lt;/p&gt;</comment>
                            <comment id="240821" author="chengas123" created="Tue, 15 Jan 2013 21:43:27 +0000"  >&lt;p&gt;Ok, sounds like this should be filed under the core server component instead then.&lt;/p&gt;</comment>
                            <comment id="239698" author="jeff.yemin" created="Mon, 14 Jan 2013 21:10:25 +0000"  >&lt;p&gt;This is not configurable on the server, so it would only be client-side, and it seems you can already do it by setting the socketTimeout property, e.g. &lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/blob/master/src/main/com/mongodb/MongoClientOptions.java#L143&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/blob/master/src/main/com/mongodb/MongoClientOptions.java#L143&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is currently no way to configure a different timeout for different server operations.  The socketTimeout applies to queries and all commands.&lt;/p&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="154831">SERVER-15042</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="189928">DOCS-5027</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="163010">DOCS-4164</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="40702">SERVER-6036</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>12.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12451" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
                        <customfieldname>Backport Completed</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="14828">2.6.9</customfieldvalue>
    <customfieldvalue id="15180">3.0.2</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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 14 Jan 2013 21:10:25 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 47 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/WRITING-1250'>WRITING-1250</a></s>]]></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>david.golden@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 47 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>chengas123</customfieldvalue>
            <customfieldvalue>dan@mongodb.com</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jeff.yemin@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrnbiv:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6324</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_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_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11858"><![CDATA[Completed]]></customfieldvalue>

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

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