<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:46:36 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-18111] mongod allows user inserts into system.profile collection</title>
                <link>https://jira.mongodb.org/browse/SERVER-18111</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;mongod allows user inserts into system.profile collection.  This is a regression introduced in version 2.5.5 by &lt;a href=&quot;https://github.com/mongodb/mongo/commit/be828115141bb24373fcf395a8140e289a8e9b89&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;be828115&lt;/a&gt; (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-11611&quot; title=&quot;remove DataFileMgr::insert*&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-11611&quot;&gt;&lt;del&gt;SERVER-11611&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;To illustrate, see the following shell session with mongod version 2.5.5:&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;&amp;gt; db.system.profile.insert({x:1})&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;   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;&amp;gt; db.system.profile.find({x:1})&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;{ &quot;_id&quot; : ObjectId(&quot;55319438a236ac0c4bd8f010&quot;), &quot;x&quot; : 1 }&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;And, the expected behavior with mongod version 2.5.4:&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;&amp;gt; db.system.profile.insert({x:1})&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;attempt to insert in system namespace &apos;test.system.profile&apos;&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;User operations that insert, modify, or remove documents (including the &quot;renameCollection&quot; command) should be forbidden on &quot;system.profile&quot;.&lt;/p&gt;

&lt;p&gt;Create and drop operations should remain allowed on &quot;system.profile&quot;, and convertToCapped should remain allowed as well.&lt;/p&gt;</description>
                <environment></environment>
        <key id="198680">SERVER-18111</key>
            <summary>mongod allows user inserts into system.profile collection</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="rassi">J Rassi</assignee>
                                    <reporter username="rassi">J Rassi</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Apr 2015 23:18:51 +0000</created>
                <updated>Wed, 28 Oct 2015 03:56:56 +0000</updated>
                            <resolved>Tue, 28 Apr 2015 21:03:25 +0000</resolved>
                                    <version>3.0.0</version>
                                    <fixVersion>2.6.10</fixVersion>
                    <fixVersion>3.0.3</fixVersion>
                    <fixVersion>3.1.3</fixVersion>
                                    <component>Storage</component>
                    <component>Write Ops</component>
                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="900263" author="xgen-internal-githook" created="Tue, 28 Apr 2015 21:07:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;Jason Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18111&quot; title=&quot;mongod allows user inserts into system.profile collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18111&quot;&gt;&lt;del&gt;SERVER-18111&lt;/del&gt;&lt;/a&gt; Check userAllowedWriteNS() in cloneCollection cmd parsing&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 301f6a927294d542f5466e4704d37f8e930d5317)&lt;br/&gt;
Branch: v2.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/abc4c40d6859d3594a41135ee20a87982d111fc7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/abc4c40d6859d3594a41135ee20a87982d111fc7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="900262" author="xgen-internal-githook" created="Tue, 28 Apr 2015 21:07:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;Jason Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18111&quot; title=&quot;mongod allows user inserts into system.profile collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18111&quot;&gt;&lt;del&gt;SERVER-18111&lt;/del&gt;&lt;/a&gt; Check userAllowedWriteNS() in findAndModify cmd parsing&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 4ea827d383156d36e666d05eb6dad8bbc2a75801)&lt;br/&gt;
Branch: v2.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7a2b2614d8a786de848ada2c42e74276d887df13&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7a2b2614d8a786de848ada2c42e74276d887df13&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="900261" author="xgen-internal-githook" created="Tue, 28 Apr 2015 21:07:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;Jason Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18111&quot; title=&quot;mongod allows user inserts into system.profile collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18111&quot;&gt;&lt;del&gt;SERVER-18111&lt;/del&gt;&lt;/a&gt; Forbid most user operations against &quot;system.profile&quot;&lt;/p&gt;

&lt;p&gt;Forbids user writes to &quot;system.profile&quot;.  Notably, this also prevents&lt;br/&gt;
&quot;system.profile&quot; from being used as a source or target from&lt;br/&gt;
renameCollection.&lt;/p&gt;

&lt;p&gt;Creation, drop, and capped conversion of &quot;system.profile&quot; remain&lt;br/&gt;
allowed.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 659d6c26e12d3396aafff70ca11d74a4187b4084)&lt;br/&gt;
Branch: v2.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e5ee7906615bae2824a838bd23f226b6cbdb9ff2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e5ee7906615bae2824a838bd23f226b6cbdb9ff2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="900259" author="xgen-internal-githook" created="Tue, 28 Apr 2015 20:59:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;Jason Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18111&quot; title=&quot;mongod allows user inserts into system.profile collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18111&quot;&gt;&lt;del&gt;SERVER-18111&lt;/del&gt;&lt;/a&gt; Check userAllowedWriteNS() in cloneCollection cmd parsing&lt;/p&gt;

&lt;p&gt;(cherry picked from commit fdfd8e79061f9ea12840875290d159dfafdcbc96)&lt;br/&gt;
Branch: v3.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/301f6a927294d542f5466e4704d37f8e930d5317&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/301f6a927294d542f5466e4704d37f8e930d5317&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="900258" author="xgen-internal-githook" created="Tue, 28 Apr 2015 20:59:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;Jason Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18111&quot; title=&quot;mongod allows user inserts into system.profile collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18111&quot;&gt;&lt;del&gt;SERVER-18111&lt;/del&gt;&lt;/a&gt; Check userAllowedWriteNS() in findAndModify cmd parsing&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 040879f6885395ab49754bd76449af71d0903dd7)&lt;br/&gt;
Branch: v3.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4ea827d383156d36e666d05eb6dad8bbc2a75801&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4ea827d383156d36e666d05eb6dad8bbc2a75801&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="900257" author="xgen-internal-githook" created="Tue, 28 Apr 2015 20:59:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;Jason Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18111&quot; title=&quot;mongod allows user inserts into system.profile collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18111&quot;&gt;&lt;del&gt;SERVER-18111&lt;/del&gt;&lt;/a&gt; Forbid most user operations against &quot;system.profile&quot;&lt;/p&gt;

&lt;p&gt;Forbids user writes to &quot;system.profile&quot;.  Notably, this also prevents&lt;br/&gt;
&quot;system.profile&quot; from being used as a source or target from&lt;br/&gt;
renameCollection.&lt;/p&gt;

&lt;p&gt;Creation, drop, and capped conversion of &quot;system.profile&quot; remain&lt;br/&gt;
allowed.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5b80159eeb2332a5e8e79e30de27c2dd72c30a18)&lt;br/&gt;
Branch: v3.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/659d6c26e12d3396aafff70ca11d74a4187b4084&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/659d6c26e12d3396aafff70ca11d74a4187b4084&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="900226" author="xgen-internal-githook" created="Tue, 28 Apr 2015 20:38:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;Jason Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18111&quot; title=&quot;mongod allows user inserts into system.profile collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18111&quot;&gt;&lt;del&gt;SERVER-18111&lt;/del&gt;&lt;/a&gt; Check userAllowedWriteNS() in cloneCollection cmd parsing&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fdfd8e79061f9ea12840875290d159dfafdcbc96&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fdfd8e79061f9ea12840875290d159dfafdcbc96&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="900225" author="xgen-internal-githook" created="Tue, 28 Apr 2015 20:38:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;Jason Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18111&quot; title=&quot;mongod allows user inserts into system.profile collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18111&quot;&gt;&lt;del&gt;SERVER-18111&lt;/del&gt;&lt;/a&gt; Check userAllowedWriteNS() in findAndModify cmd parsing&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/040879f6885395ab49754bd76449af71d0903dd7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/040879f6885395ab49754bd76449af71d0903dd7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="900224" author="xgen-internal-githook" created="Tue, 28 Apr 2015 20:38:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;Jason Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18111&quot; title=&quot;mongod allows user inserts into system.profile collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18111&quot;&gt;&lt;del&gt;SERVER-18111&lt;/del&gt;&lt;/a&gt; Forbid most user operations against &quot;system.profile&quot;&lt;/p&gt;

&lt;p&gt;Forbids user writes to &quot;system.profile&quot;.  Notably, this also prevents&lt;br/&gt;
&quot;system.profile&quot; from being used as a source or target from&lt;br/&gt;
renameCollection.&lt;/p&gt;

&lt;p&gt;Creation, drop, and capped conversion of &quot;system.profile&quot; remain&lt;br/&gt;
allowed.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5b80159eeb2332a5e8e79e30de27c2dd72c30a18&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5b80159eeb2332a5e8e79e30de27c2dd72c30a18&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="198654">SERVER-18107</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="198681">SERVER-18112</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="97488">SERVER-11611</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>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12451" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
                        <customfieldname>Backport Completed</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="15183">2.6.10</customfieldvalue>
    <customfieldvalue id="15290">3.0.3</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10011"><![CDATA[Minor Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 28 Apr 2015 20:38:44 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 42 weeks, 1 day 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>dan@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 42 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>rassi</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrl7wv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs8ihb:</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="490">Quint Iteration 3</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_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11856"><![CDATA[Not Needed]]></customfieldvalue>

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

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