<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:02:59 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-3409] WriteResult should indicate number of docs modified (no-ops excluded)</title>
                <link>https://jira.mongodb.org/browse/SERVER-3409</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Report both the number of documents (&quot;n&quot;) which were matched and have the expected updated values, and the number of docs which were actually changed with a write to the database (&quot;nDocsModified&quot;).&lt;/p&gt;

&lt;p&gt;Expected:&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.rb.save({_id:3, a:[1,2]})&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;Updated 1 existing record(s) in 6ms&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;Update WriteResult({ &quot;ok&quot; : 1, &quot;nDocsModified&quot; : 1, &quot;n&quot; : 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;&amp;nbsp;&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;// No-op doesn&apos;t require modifying the document&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.rb.save({_id:3, a:[1,2]})&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;Updated 1 existing record(s) in 2ms&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;Update WriteResult({ &quot;ok&quot; : 1, &quot;nDocsModified&quot; : 0, &quot;n&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;Note: These changes only apply to the new write commands, not the old wire protocol updates. This means you must be using a new driver/client to see this field in the WriteResults.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Old Description&lt;/b&gt;&lt;br/&gt;
db.foo.save( &lt;/p&gt;
{a: 1, n: [ &apos;foo&apos; ] }
&lt;p&gt; )&lt;br/&gt;
db.foo.update( &lt;/p&gt;
{a: 1}
&lt;p&gt;, {$addToSet: &lt;/p&gt;
{ n: &apos;foo&apos; }
&lt;p&gt; } )&lt;/p&gt;

&lt;p&gt;db.getPrevError();&lt;/p&gt;
{ &quot;err&quot; : null, &quot;updatedExisting&quot; : true, &quot;n&quot; : 1, &quot;nPrev&quot; : 1, &quot;ok&quot; : 1 }

&lt;p&gt;updatedExisting should be false in this case, since the document was not, in fact, updated.&lt;/p&gt;</description>
                <environment></environment>
        <key id="19377">SERVER-3409</key>
            <summary>WriteResult should indicate number of docs modified (no-ops excluded)</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="scotthernandez">Scott Hernandez</assignee>
                                    <reporter username="kbanker">Kyle Banker</reporter>
                        <labels>
                            <label>gle</label>
                            <label>update</label>
                            <label>updated</label>
                    </labels>
                <created>Mon, 11 Jul 2011 20:03:21 +0000</created>
                <updated>Wed, 28 Oct 2015 04:26:18 +0000</updated>
                            <resolved>Fri, 13 Dec 2013 21:21:46 +0000</resolved>
                                    <version>1.8.2</version>
                                    <fixVersion>2.5.5</fixVersion>
                                    <component>Write Ops</component>
                                        <votes>17</votes>
                                    <watches>15</watches>
                                                                                                                <comments>
                            <comment id="470728" author="xgen-internal-githook" created="Fri, 13 Dec 2013 21:19:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;scotthernandez&apos;, u&apos;name&apos;: u&apos;Scott Hernandez&apos;, u&apos;email&apos;: u&apos;scotthernandez@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3409&quot; title=&quot;WriteResult should indicate number of docs modified (no-ops excluded)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3409&quot;&gt;&lt;del&gt;SERVER-3409&lt;/del&gt;&lt;/a&gt;: Expose number of docs modified (excl. no-ops)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fe185a30da0616ec9cff3f4fc6a90c025724b64b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fe185a30da0616ec9cff3f4fc6a90c025724b64b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="460774" author="jseibert" created="Sat, 23 Nov 2013 08:10:56 +0000"  >&lt;p&gt;Just give up and migrate off Mongo like the rest of us. It&apos;s been over 2 years. They don&apos;t care and they aren&apos;t going to fix this issue. Sorry.&lt;/p&gt;</comment>
                            <comment id="460732" author="jhaile" created="Sat, 23 Nov 2013 00:27:34 +0000"  >&lt;p&gt;This is a big problem for me. I currently use redis when adding to sets so that I can know if the element was added or not (and then execute some other behavior)&lt;/p&gt;

&lt;p&gt;I&apos;d prefer to migrate this code to mongo, but there&apos;s no way to know if an element was added when calling $addToSet.&lt;/p&gt;</comment>
                            <comment id="406952" author="mits" created="Tue, 20 Aug 2013 01:01:39 +0000"  >&lt;p&gt;It&apos;s a big problem for me, too &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;br/&gt;
Within one query, I&apos;d like to update (actually, insert) a unique value into embedded and get result whether updated or not.&lt;br/&gt;
I know Redis set can solve it, but DRAM is not so cheap.&lt;br/&gt;
I hope this problem will be fixed soon.&lt;/p&gt;</comment>
                            <comment id="181745" author="meson10" created="Fri, 2 Nov 2012 04:47:05 +0000"  >&lt;p&gt;+1 Infact there are a bunch of Bugs filed around this behaviour.&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2769&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-2769&lt;/a&gt; &amp;amp; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1501&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-1501&lt;/a&gt; seem very much the Same.&lt;/p&gt;</comment>
                            <comment id="154454" author="adamjreilly" created="Fri, 17 Aug 2012 17:43:18 +0000"  >&lt;p&gt;This would be a pretty crucial feature for us&lt;/p&gt;</comment>
                            <comment id="152138" author="barbct5" created="Thu, 9 Aug 2012 22:42:19 +0000"  >&lt;p&gt;+1 agree with Tim. I&apos;m having to use Redis for the parts of my application that use set operations because I need to know whether something was actually added to the set or not.&lt;/p&gt;</comment>
                            <comment id="118935" author="timoxley" created="Sun, 13 May 2012 18:06:35 +0000"  >&lt;p&gt;+1 this is a really frustrating issue. $addToSet isn&apos;t remotely as useful if you can&apos;t actually tell if an item was  added to the set or not.&lt;/p&gt;</comment>
                            <comment id="71845" author="jseibert" created="Thu, 8 Dec 2011 23:06:24 +0000"  >&lt;p&gt;Any chance of bumping the priority on this? It would make the atomic operators radically more useful. &lt;/p&gt;

&lt;p&gt;Here is an example use case: Restaurants and Patrons. Let&apos;s say I want to track which restaurants each patron has been to, and how many unique patrons have been to each restaurant, in O(1) time.&lt;/p&gt;

&lt;p&gt;Patron:&lt;br/&gt;
_id&lt;br/&gt;
restaurants = []&lt;/p&gt;

&lt;p&gt;Restaurant:&lt;br/&gt;
_id&lt;br/&gt;
unique_patrons = 0&lt;/p&gt;

&lt;p&gt;On each visit to a restaurant:&lt;br/&gt;
db.patrons.update({_id: &amp;lt;id&amp;gt;}, {$addToSet: { restaurants: &amp;lt;restaurant_id&amp;gt; }})&lt;/p&gt;

&lt;p&gt;IF SUCCESSFUL:&lt;br/&gt;
db.restaurants.update({_id: &amp;lt;restaurant_id&amp;gt;}, { $inc: &lt;/p&gt;
{ unique_patrons: 1 }
&lt;p&gt; })&lt;/p&gt;

&lt;p&gt;Without this functionality, the only safe way to do it is query the entire patrons table for people who have been to that restaurant - recomputing the count every time. Yes, the restaurants field can be indexed, but that is still slower than simply knowing to increment it, and feels like a waste.&lt;/p&gt;

&lt;p&gt;Am I correct in that there is currently no other way to do this?&lt;/p&gt;</comment>
                            <comment id="41879" author="scotthernandez" created="Tue, 12 Jul 2011 13:46:03 +0000"  >&lt;p&gt;It would be great if we could explicitly list the changes. Maybe something like:&lt;/p&gt;

{ $addToSet : ###, $push: ###, $set : ### .... } </comment>
                            <comment id="41804" author="eliot" created="Tue, 12 Jul 2011 04:15:47 +0000"  >&lt;p&gt;I don&apos;t want to overload updatedExisting.&lt;br/&gt;
We can add a new field like &quot;anyChanges&quot;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="206180">SERVER-18639</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="63913">SERVER-8422</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="15132">SERVER-2769</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="69163">SERVER-9038</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="12576">SERVER-1501</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </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_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 12 Jul 2011 04:15:47 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 9 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>adamjreilly</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jseibert</customfieldvalue>
            <customfieldvalue>jhaile</customfieldvalue>
            <customfieldvalue>mits</customfieldvalue>
            <customfieldvalue>kbanker</customfieldvalue>
            <customfieldvalue>meson10</customfieldvalue>
            <customfieldvalue>scotthernandez</customfieldvalue>
            <customfieldvalue>timoxley</customfieldvalue>
            <customfieldvalue>barbct5</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrovxb:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>20482</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_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10154"><![CDATA[Complete]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

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

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