<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:24:56 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-30769] Mongo shell throws &apos;exception during autocomplete&apos;</title>
                <link>https://jira.mongodb.org/browse/SERVER-30769</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;$ git describe&lt;br/&gt;
r3.5.12-4-gdfc7ec9adb&lt;/p&gt;

&lt;p&gt;When I tab to autocomplete my collection named &quot;collection&quot; in my database, the shell throws the following exception:&lt;br/&gt;
exception during autocomplete: &quot;invalid &apos;in&apos; operand o._&lt;em&gt;proto&lt;/em&gt;_&quot;&lt;/p&gt;

&lt;p&gt;Following is a copy and paste of my mongo shell session (note I press TAB after typing in &quot;col&quot; to have it autocomplete to &quot;collection&quot;)&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;gulsef@localhost mongo&amp;#93;&lt;/span&gt;$ ./mongo&lt;br/&gt;
MongoDB shell version v3.5.12-4-gdfc7ec9adb&lt;br/&gt;
connecting to: mongodb://127.0.0.1:27017&lt;br/&gt;
MongoDB server version: 3.5.12-4-gdfc7ec9adb&lt;br/&gt;
Mongo-Hacker 0.0.14&lt;br/&gt;
Server has startup warnings:&lt;br/&gt;
2017-08-22T11:10:22.201+0100 I STORAGE  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;&lt;br/&gt;
2017-08-22T11:10:22.202+0100 I STORAGE  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine&lt;br/&gt;
2017-08-22T11:10:22.202+0100 I STORAGE  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **          See &lt;a href=&quot;http://dochub.mongodb.org/core/prodnotes-filesystem&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://dochub.mongodb.org/core/prodnotes-filesystem&lt;/a&gt;&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** NOTE: This is a development version (3.5.12-4-gdfc7ec9adb) of MongoDB.&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **       Not recommended for production.&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** WARNING: Access control is not enabled for the database.&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **          Read and write access to data and configuration is unrestricted.&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** WARNING: This server is bound to localhost.&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **          Remote systems will be unable to connect to this server.&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **          Start the server with --bind_ip &amp;lt;address&amp;gt; to specify which IP&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **          addresses it should serve responses from, or with --bind_ip_all to&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **          bind to all interfaces. If this behavior is desired, start the&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **          server with --bind_ip 127.0.0.1 to disable this warning.&lt;br/&gt;
2017-08-22T11:10:22.251+0100 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;&lt;br/&gt;
2017-08-22T11:20:44.294+0100 E QUERY    &lt;span class=&quot;error&quot;&gt;&amp;#91;thread1&amp;#93;&lt;/span&gt; uncaught exception: don&apos;t know how to show &lt;span class=&quot;error&quot;&gt;&amp;#91;automationNotices&amp;#93;&lt;/span&gt;&lt;br/&gt;
localhost(mongod-3.5.12-4-gdfc7ec9adb) test&amp;gt; use decimal&lt;br/&gt;
switched to db decimal&lt;br/&gt;
localhost(mongod-3.5.12-4-gdfc7ec9adb) decimal&amp;gt; db.colexception during autocomplete: &quot;invalid &apos;in&apos; operand o._&lt;em&gt;proto&lt;/em&gt;_&quot;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Also note the &quot;&lt;span class=&quot;error&quot;&gt;&amp;#91;thread1&amp;#93;&lt;/span&gt; uncaught exception: don&apos;t know how to show &lt;span class=&quot;error&quot;&gt;&amp;#91;automationNotices&amp;#93;&lt;/span&gt;&quot; in the logs. Possibly related?&lt;/p&gt;
</description>
                <environment></environment>
        <key id="418716">SERVER-30769</key>
            <summary>Mongo shell throws &apos;exception during autocomplete&apos;</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="13201">Fixed</resolution>
                                        <assignee username="mark.benvenuto@mongodb.com">Mark Benvenuto</assignee>
                                    <reporter username="josef.ahmad@mongodb.com">Josef Ahmad</reporter>
                        <labels>
                    </labels>
                <created>Tue, 22 Aug 2017 10:23:06 +0000</created>
                <updated>Mon, 30 Oct 2023 23:14:08 +0000</updated>
                            <resolved>Wed, 20 Sep 2017 15:52:21 +0000</resolved>
                                    <version>3.5.12</version>
                                    <fixVersion>3.4.10</fixVersion>
                    <fixVersion>3.6.0-rc0</fixVersion>
                                    <component>Shell</component>
                                        <votes>0</votes>
                                    <watches>13</watches>
                                                                                                                <comments>
                            <comment id="1691077" author="stennie" created="Fri, 6 Oct 2017 02:48:08 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=guillaume.meister&quot; class=&quot;user-hover&quot; rel=&quot;guillaume.meister&quot;&gt;guillaume.meister&lt;/a&gt; The fixVersion for this Jira issue is 3.5.14, so the 3.5.12 and 3.5.13 dev releases will still throw exceptions for autocomplete. Until 3.5.14 is released, a workaround would be using the 3.5.11 or older &lt;tt&gt;mongo&lt;/tt&gt; shells where this bug was not present.&lt;/p&gt;

&lt;p&gt;FYI, if you want to test without executing &lt;tt&gt;.mongorc.js&lt;/tt&gt; on startup you can run &lt;tt&gt;mongo --norc&lt;/tt&gt; instead of deleting the rc file. This autocomplete bug is unrelated to shell extensions, though.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Stennie&lt;/p&gt;</comment>
                            <comment id="1690321" author="guillaume.meister" created="Thu, 5 Oct 2017 15:29:47 +0000"  >&lt;p&gt;same issue with 3.5.13, even after I deleted .mongorc.js&lt;br/&gt;
reverting to 3.4.9 solves the problem.&lt;/p&gt;

&lt;p&gt;Mongo-hacker is installed but I&apos;m not using its .mongorc.js&lt;/p&gt;
</comment>
                            <comment id="1686826" author="xgen-internal-githook" created="Mon, 2 Oct 2017 18:09:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;mark.benvenuto@mongodb.com&apos;, &apos;name&apos;: &apos;Mark Benvenuto&apos;, &apos;username&apos;: &apos;markbenvenuto&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30769&quot; title=&quot;Mongo shell throws &amp;#39;exception during autocomplete&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30769&quot;&gt;&lt;del&gt;SERVER-30769&lt;/del&gt;&lt;/a&gt; Mongo shell throws &apos;exception during autocomplete&apos;&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 2b44ac6faf81d217a7418f0a55cc6b7f463e9dbe)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/454f3b84c5a30533d9d0fa22d9dc43988e5b88d9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/454f3b84c5a30533d9d0fa22d9dc43988e5b88d9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1677703" author="xgen-internal-githook" created="Wed, 20 Sep 2017 15:50:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;mark.benvenuto@mongodb.com&apos;, &apos;name&apos;: &apos;Mark Benvenuto&apos;, &apos;username&apos;: &apos;markbenvenuto&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30769&quot; title=&quot;Mongo shell throws &amp;#39;exception during autocomplete&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30769&quot;&gt;&lt;del&gt;SERVER-30769&lt;/del&gt;&lt;/a&gt; Mongo shell throws &apos;exception during autocomplete&apos;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2b44ac6faf81d217a7418f0a55cc6b7f463e9dbe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2b44ac6faf81d217a7418f0a55cc6b7f463e9dbe&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1654050" author="mark.benvenuto" created="Tue, 22 Aug 2017 17:06:40 +0000"  >&lt;p&gt;This is a regression from &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30362&quot; title=&quot;JavaScript DBCollection.toString() stops working&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30362&quot;&gt;&lt;del&gt;SERVER-30362&lt;/del&gt;&lt;/a&gt;. The &quot;&amp;#95;&amp;#95;proto&amp;#95;&amp;#95;&quot; member is now returning null which is breaking autocomplete. This was not caught in any automated tests.&lt;/p&gt;</comment>
                            <comment id="1653677" author="stennie" created="Tue, 22 Aug 2017 12:28:39 +0000"  >&lt;blockquote&gt;&lt;p&gt;Mongo-Hacker 0.0.14&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Hi Josef,&lt;/p&gt;

&lt;p&gt;I notice you are using Mongo-Hacker, which is a third party extension that overrides some of the default &lt;tt&gt;mongo&lt;/tt&gt; shell behaviour. In particular, I expect this is the source of the &quot;don&apos;t know how to show [automationNotices]&quot; in your startup transcript. Upgrading to a newer version of Mongo-Hacker from GitHub will likely fix this error, but if not you should report in the &lt;a href=&quot;https://github.com/TylerBrock/mongo-hacker/issues&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Mongo-Hacker issue queue&lt;/a&gt; on GitHub.&lt;/p&gt;

&lt;p&gt;You can test without any startup scripts using &lt;tt&gt;mongo --norc&lt;/tt&gt;.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;exception during autocomplete: &quot;invalid &apos;in&apos; operand o._&lt;em&gt;proto&lt;/em&gt;_&quot;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I can reproduce this error using the 3.5.12 shell without any startup scripts, so this seems to be a bug unrelated to Mongo-Hacker. Autocomplete works as expected in the 3.5.11 shell.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Stennie&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="426211">SERVER-31036</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="408924">SERVER-30362</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>6.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_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="14340"><![CDATA[v3.4]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[500A000000Y5hE0IAJ]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 22 Aug 2017 12:28:39 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 18 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 18 weeks, 6 days 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>guillaume.meister@mongodb.com</customfieldvalue>
            <customfieldvalue>josef.ahmad@mongodb.com</customfieldvalue>
            <customfieldvalue>mark.benvenuto@mongodb.com</customfieldvalue>
            <customfieldvalue>stephen.steneker@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htddin:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|ht6jm7:</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="1900">Platforms 2017-10-02</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|htczlj:</customfieldvalue>

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