<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:05: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-4122] Validate database and collection names on the server before creating them</title>
                <link>https://jira.mongodb.org/browse/SERVER-4122</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;This is a call to prevent the creation of databases or collections with illegal names.&lt;/p&gt;

&lt;p&gt;During a recent training, some of the trainees ran into a problem when we were doing backups using mongodump.  mongodump stopped, giving an error message because it couldn&apos;t dump a database named &quot;&amp;#42;&quot;.  &quot;show dbs&quot; in the shell confirmed that there was indeed a database named &quot;&amp;#42;&quot;.  (But attempting to use it failed because that led to a &quot;...&quot; continuation prompt.) But only a few people were affected, so this doesn&apos;t appear to be systemic.  It seems likely that this was created accidentally as a result of some earlier mistyped command, possibly an attempt to use a wild card incorrectly.&lt;/p&gt;

&lt;p&gt;In some contexts, this name worked, and in others it didn&apos;t, leading me to believe we&apos;re not validating these on the server, but are instead relying on client parsers to keep them out, but apparently not always successfully.&lt;/p&gt;</description>
                <environment></environment>
        <key id="23937">SERVER-4122</key>
            <summary>Validate database and collection names on the server before creating them</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="3">Duplicate</resolution>
                                        <assignee username="randolph@mongodb.com">Randolph Tan</assignee>
                                    <reporter username="cwestin">Chris Westin</reporter>
                        <labels>
                    </labels>
                <created>Fri, 21 Oct 2011 22:29:52 +0000</created>
                <updated>Wed, 15 Aug 2012 14:04:13 +0000</updated>
                            <resolved>Tue, 21 Feb 2012 23:25:27 +0000</resolved>
                                                                    <component>Storage</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="90644" author="renctan" created="Tue, 21 Feb 2012 23:24:55 +0000"  >&lt;p&gt;The fix on &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4584&quot; title=&quot;mongod crashes when trying to create a collection in a database *&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4584&quot;&gt;&lt;del&gt;SERVER-4584&lt;/del&gt;&lt;/a&gt; makes it impossible to create a database name with * (and other characters illegal in Windows filesystem). The server will fail to start if there is an existing db that has a &quot;*&quot; database name (by design?). However, mongodump can still dump the files with the dbpath specified and -d &amp;#42; (needs to be escaped in bash shell since the shell will pass all files in the cwd as arguments to the mongodump program).&lt;/p&gt;

&lt;p&gt;A related ticket (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5002&quot; title=&quot;Change prohibited character sets in database names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5002&quot;&gt;&lt;del&gt;SERVER-5002&lt;/del&gt;&lt;/a&gt;) was also created a few days ago which is currently in the planning bucket.&lt;/p&gt;</comment>
                            <comment id="82750" author="benjamin.becker" created="Fri, 27 Jan 2012 08:55:20 +0000"  >&lt;p&gt;I&apos;m able to reproduce this from master on OSX by running &apos;mongodump -d *&apos;.  It seems to create a database named after the first file (or folder) in my cwd (in this case, the &apos;dump&apos; folder):&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;fire:test ben$ ls&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;dump&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;fire:test ben$ ../mongo/mongodump --port 27017 -d *&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;connected to: 127.0.0.1:27017&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;Fri Jan 27 00:44:49 DATABASE: dump	 to 	dump/dump&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;fire:test ben$ ls -al dump/&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;total 0&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;drwxr-xr-x  2 ben  staff   68 Jan 27 00:43 *&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;drwxr-xr-x  4 ben  staff  136 Jan 27 00:43 .&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;drwxr-xr-x  3 ben  staff  102 Jan 27 00:43 ..&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;drwxr-xr-x  2 ben  staff   68 Jan 27 00:43 dump&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;fire:test ben$ ../mongo/mongo --port 27017 &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;MongoDB shell version: 2.1.0-pre-&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;connecting to: 127.0.0.1:27017/test&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;sh1:PRIMARY&amp;gt; show dbs&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;dump	(empty)&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;...&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;mongodump is doing something with the -d argument that creates a db named after the first file in cwd, and when I run the command again without the -d argument, it creates a folder named &apos;&amp;#42;&apos; and &apos;dump&apos;.  When we saw this on Windows (primarily with cygwin), mongodump would fail while trying to create the directory named &apos;&amp;#42;&apos;.  Will dig deeper as time permits.&lt;/p&gt;</comment>
                            <comment id="80873" author="cwestin" created="Thu, 19 Jan 2012 01:38:40 +0000"  >&lt;p&gt;I&apos;m now seeing this again on 2.0.2.  But it looks more like &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4229&quot; title=&quot;mongodump creates a database named * (asterisk) that cannot subsequently be deleted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4229&quot;&gt;&lt;del&gt;SERVER-4229&lt;/del&gt;&lt;/a&gt;, where we can&apos;t make the &quot;&amp;#42;&quot; database go away.  This is interfering with mongodump.  When I originally reported this in this ticket, we were able to make the &quot;&amp;#42;&quot; database go away using db.getSiblingDB(&quot;&amp;#42;&quot;).dropDatabase().  However, that workaround is no longer working, so I don&apos;t think 4229 is actually a duplicate of this.  Again, originally [1.8-2.0), only some trainees got this, and we were able to get rid of it.  Now, in 2.0.2, everyone gets it, and we can&apos;t get rid of &quot;&amp;#42;&quot;, so it looks like a different problem &amp;#8211; something has changed.&lt;/p&gt;</comment>
                            <comment id="69652" author="donohoe" created="Tue, 29 Nov 2011 21:54:08 +0000"  >&lt;p&gt;Can somebody take a look at &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4229&quot; title=&quot;mongodump creates a database named * (asterisk) that cannot subsequently be deleted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4229&quot;&gt;&lt;del&gt;SERVER-4229&lt;/del&gt;&lt;/a&gt;?  Thanks!&lt;/p&gt;</comment>
                            <comment id="64615" author="tonyh" created="Fri, 4 Nov 2011 00:22:27 +0000"  >&lt;p&gt;I chose to keep allowing special chars such as &amp;#42; in db name for backwards compatibility. So I fixed mongodump and the shell to work with them.&lt;/p&gt;</comment>
                            <comment id="64613" author="auto" created="Fri, 4 Nov 2011 00:18:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;TonyGen&apos;, u&apos;name&apos;: u&apos;Tony Hannan&apos;, u&apos;email&apos;: u&apos;tony@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4122&quot; title=&quot;Validate database and collection names on the server before creating them&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4122&quot;&gt;&lt;del&gt;SERVER-4122&lt;/del&gt;&lt;/a&gt;: &quot;&lt;b&gt;&quot; is a valid dbname. make mongodump use &quot;&quot; instead of &quot;&lt;/b&gt;&quot; to represent all dbs &amp;#8211; &quot;&quot; is not a valid dbname. Also make shell &quot;use&quot; command accept &quot;*&quot; or any other special char as dbname&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/98314e257e38a1621120bb96e284cf9c8c760ecc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/98314e257e38a1621120bb96e284cf9c8c760ecc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="64520" author="cwestin" created="Thu, 3 Nov 2011 17:38:28 +0000"  >&lt;p&gt;If you want to go about it that way, it&apos;s not just the shell.  The original problem was spotted because mongodump died when it got to a db named &quot;*&quot;.&lt;/p&gt;

&lt;p&gt;It seems odd to disallow the chars above instead of simply requiring the db (and collection) names to be the usual programming language variable form:  &lt;span class=&quot;error&quot;&gt;&amp;#91;a-zA-Z_&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;a-zA-Z0-9_&amp;#93;&lt;/span&gt;*  That&apos;s pretty safe for anything.  In C/C++, that&apos;s pretty easy to detect by using macros from ctype.h, usually isalpha() and isalnum().&lt;/p&gt;</comment>
                            <comment id="64485" author="tonyh" created="Thu, 3 Nov 2011 15:57:47 +0000"  >&lt;p&gt;Currently, &lt;tt&gt;&apos;/&apos;, &apos;\&apos;, &apos;.&apos;, &apos; &apos;, and &apos;&quot;&apos;&lt;/tt&gt; are disallowed in db names (see Database::validDBName). Do we want to add &lt;tt&gt;&apos;&amp;#42;&apos;&lt;/tt&gt; to that list, or do we want to make the shell work when the user types &lt;tt&gt;use *&lt;/tt&gt;. Currently &lt;tt&gt;db.getSiblingDB(&quot;&amp;#42;&quot;).foo.find()&lt;/tt&gt; works in the shell.&lt;/p&gt;</comment>
                            <comment id="64444" author="cwestin" created="Thu, 3 Nov 2011 12:47:06 +0000"  >&lt;p&gt;Jira is making everything bold between two asterisks up there.  The db name wasn&apos;t empty, it was an asterisk.&lt;/p&gt;</comment>
                            <comment id="64443" author="cwestin" created="Thu, 3 Nov 2011 12:46:17 +0000"  >&lt;p&gt;I don&apos;t know.  But I got one named &quot;*&quot; (a single asterisk).  It looks like jira markup might be turning that into something else.&lt;/p&gt;</comment>
                            <comment id="64380" author="tonyh" created="Thu, 3 Nov 2011 00:24:20 +0000"  >&lt;p&gt;Do you know how a db with empty name was created? I get error 13075 &quot;db name can&apos;t be empty&quot; when I try to insert into a db named &quot;&quot;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="24645">SERVER-4229</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="27436">SERVER-4584</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="32508">SERVER-5248</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="25033">SERVER-4302</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30912">SERVER-5002</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>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 3 Nov 2011 00:24:20 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 1 day 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/SERVER-4229'>SERVER-4229</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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 1 day 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_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>auto</customfieldvalue>
            <customfieldvalue>benjamin.becker</customfieldvalue>
            <customfieldvalue>cwestin</customfieldvalue>
            <customfieldvalue>donohoe</customfieldvalue>
            <customfieldvalue>randolph@mongodb.com</customfieldvalue>
            <customfieldvalue>tonyh</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hronjr:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>22984</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht0ab3:</customfieldvalue>

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