<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:53:57 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-394] $rename updates</title>
                <link>https://jira.mongodb.org/browse/SERVER-394</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;db.rename.insert({_id:1, a:1})&lt;br/&gt;
db.rename.update({_id:1}, {$rename:{&apos;a&apos;:&apos;b&apos;}})&lt;br/&gt;
db.find({_id:1})&lt;br/&gt;
{_id:1, b:1}&lt;/p&gt;

&lt;p&gt;oplog needs to be rewritten as $unset/$set or a op in the middle could cause problems&lt;/p&gt;</description>
                <environment></environment>
        <key id="10813">SERVER-394</key>
            <summary>$rename updates</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</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="aaron">Aaron Staple</assignee>
                                    <reporter username="mathias@mongodb.com">Mathias Stearn</reporter>
                        <labels>
                    </labels>
                <created>Wed, 28 Oct 2009 17:44:10 +0000</created>
                <updated>Tue, 12 Jul 2016 00:28:20 +0000</updated>
                            <resolved>Thu, 30 Sep 2010 07:07:41 +0000</resolved>
                                                    <fixVersion>1.7.2</fixVersion>
                                    <component>Write Ops</component>
                                        <votes>28</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="18849" author="aaron" created="Mon, 4 Oct 2010 18:45:59 +0000"  >&lt;p&gt;added doc&lt;/p&gt;</comment>
                            <comment id="18670" author="auto" created="Wed, 29 Sep 2010 18:35:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;astaple&apos;, &apos;name&apos;: &apos;Aaron&apos;, &apos;email&apos;: &apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-394&quot; title=&quot;$rename updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-394&quot;&gt;&lt;del&gt;SERVER-394&lt;/del&gt;&lt;/a&gt; implement rename modifier&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/5e538ccb8ab0d99129c3b5c9316f2b25e877d3cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/5e538ccb8ab0d99129c3b5c9316f2b25e877d3cf&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="18669" author="auto" created="Wed, 29 Sep 2010 18:35:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;astaple&apos;, &apos;name&apos;: &apos;Aaron&apos;, &apos;email&apos;: &apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-394&quot; title=&quot;$rename updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-394&quot;&gt;&lt;del&gt;SERVER-394&lt;/del&gt;&lt;/a&gt; bsonobjbuilder allow returning newly appended element, in one case&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/2a4c95a3f44b12968f819e77799c8b0af9434625&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/2a4c95a3f44b12968f819e77799c8b0af9434625&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="18640" author="aaron" created="Tue, 28 Sep 2010 18:59:08 +0000"  >&lt;p&gt;It looks like for other operators we just uassert if we see a non conforming document, so I guess I&apos;ll do that too.  (And possibly subsequent valid documents will not get the mod but earlier ones will - haven&apos;t looked closely enough).&lt;/p&gt;</comment>
                            <comment id="18639" author="aaron" created="Tue, 28 Sep 2010 18:55:19 +0000"  >&lt;p&gt;Ok, but what if the update applies to multiple documents&lt;/p&gt;

&lt;p&gt;{a:{&apos;0&apos;:1}}&lt;/p&gt;
{a:[1]}
&lt;p&gt;{$rename:{&apos;a.0&apos;:&apos;a.1&apos;}}&lt;/p&gt;

&lt;p&gt;At what point would we uassert?&lt;/p&gt;</comment>
                            <comment id="18637" author="eliot" created="Tue, 28 Sep 2010 18:00:16 +0000"  >&lt;p&gt;We should uassert it if its an array&lt;/p&gt;</comment>
                            <comment id="18635" author="aaron" created="Tue, 28 Sep 2010 17:35:45 +0000"  >&lt;p&gt;&amp;gt;&amp;gt; Also, I know we&apos;re not supposed to reach into arrays - but what if someone wants to rename one array index to another: &lt;br/&gt;
&amp;gt;&amp;gt; &lt;/p&gt;
{a:[1,2,3]}
&lt;p&gt; &lt;br/&gt;
&amp;gt;&amp;gt; {$rename:{&apos;a.1&apos;:&apos;a.0&apos;}} &lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt;that should not be allowed (uassert) &lt;/p&gt;

&lt;p&gt;I believe we&apos;re allowed to have objects with field names consisting entirely of digits.  If we uassert in this case, won&apos;t it prevent folks from renaming those fields?&lt;/p&gt;</comment>
                            <comment id="18630" author="eliot" created="Tue, 28 Sep 2010 13:55:03 +0000"  >&lt;p&gt;&amp;gt; Do we want to be consistent with $unset? &lt;br/&gt;
Yes - be consistent with $unset&lt;/p&gt;

&lt;p&gt;&amp;gt; {a:{b:1}} &lt;br/&gt;
&amp;gt; {$rename:{&apos;a.b&apos;:&apos;a&apos;}} &lt;br/&gt;
&amp;gt; does nothing &lt;/p&gt;

&lt;p&gt;this should uassert&lt;/p&gt;

&lt;p&gt;&amp;gt; {a:&lt;/p&gt;
{b:1,z:1}
&lt;p&gt;,c:{d:1}} &lt;br/&gt;
&amp;gt; {$rename:{&apos;a.b&apos;:&apos;c&apos;}} &lt;br/&gt;
&amp;gt; yields {a:&lt;/p&gt;
{z:1}
&lt;p&gt;,{c:1}} &lt;/p&gt;

&lt;p&gt;correct&lt;/p&gt;

&lt;p&gt;&amp;gt; Also, I know we&apos;re not supposed to reach into arrays - but what if someone wants to rename one array index to another: &lt;br/&gt;
&amp;gt; &lt;/p&gt;
{a:[1,2,3]}
&lt;p&gt; &lt;br/&gt;
&amp;gt; {$rename:{&apos;a.1&apos;:&apos;a.0&apos;}}&lt;/p&gt;

&lt;p&gt;that should not be allowed (uassert)&lt;/p&gt;

&lt;p&gt;&amp;gt; Also, can _id be source or target of a rename?&lt;/p&gt;

&lt;p&gt;No - that should uassert&lt;/p&gt;
</comment>
                            <comment id="18627" author="aaron" created="Tue, 28 Sep 2010 06:48:10 +0000"  >&lt;p&gt;Also, can _id be source or target of a rename?&lt;/p&gt;</comment>
                            <comment id="18626" author="aaron" created="Tue, 28 Sep 2010 06:37:22 +0000"  >&lt;p&gt;Also, I know we&apos;re not supposed to reach into arrays - but what if someone wants to rename one array index to another:&lt;/p&gt;

{a:[1,2,3]}
&lt;p&gt;{$rename:&lt;/p&gt;
{&apos;a.1&apos;:&apos;a.0&apos;}
&lt;p&gt;}&lt;/p&gt;</comment>
                            <comment id="18625" author="aaron" created="Tue, 28 Sep 2010 06:28:50 +0000"  >&lt;p&gt;It looks like with $unset, in the singleton nested case I described above the parent object is retained:&lt;/p&gt;

&lt;p&gt;&amp;gt; db.f.remove()&lt;br/&gt;
&amp;gt; db.f.save( {a:{b:1}} );&lt;br/&gt;
&amp;gt; db.f.update( {}, {$unset:{&apos;a.b&apos;:1}} );&lt;br/&gt;
&amp;gt; db.f.findOne()&lt;br/&gt;
{ &quot;_id&quot; : ObjectId(&quot;4ca1890dacaa360116a8ae88&quot;), &quot;a&quot; : { } }&lt;br/&gt;
&amp;gt; &lt;/p&gt;

&lt;p&gt;Do we want to be consistent with $unset?&lt;/p&gt;

&lt;p&gt;And just so I&apos;m clear on the parent object case:&lt;/p&gt;

&lt;p&gt;{a:{b:1}}&lt;br/&gt;
{$rename:{&apos;a.b&apos;:&apos;a&apos;}}&lt;br/&gt;
does nothing&lt;/p&gt;

&lt;p&gt;{a:&lt;/p&gt;
{b:1,z:1}
&lt;p&gt;,c:{d:1}}&lt;br/&gt;
{$rename:{&apos;a.b&apos;:&apos;c&apos;}}&lt;br/&gt;
yields {a:&lt;/p&gt;
{z:1}
&lt;p&gt;,{c:1}}&lt;/p&gt;

&lt;p&gt;Is that what you want?&lt;/p&gt;</comment>
                            <comment id="18616" author="eliot" created="Tue, 28 Sep 2010 01:42:21 +0000"  >&lt;p&gt;Yeah - lets not allow that for now and see if it comes up&lt;/p&gt;</comment>
                            <comment id="18606" author="aaron" created="Mon, 27 Sep 2010 21:46:05 +0000"  >&lt;p&gt;&amp;gt;&amp;gt; What if the target sometimes exists (in an array situation)? &lt;br/&gt;
&amp;gt;&amp;gt; {a:[&lt;/p&gt;
{b:1,c:2}
&lt;p&gt;,&lt;/p&gt;
{b:1}
&lt;p&gt;]} &lt;br/&gt;
&amp;gt;&amp;gt; {rename:{&apos;a.b&apos;:&apos;a.c&apos;&apos;}} &lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt;reaching into arrays like that should not be allowed - as its confusing given our other operators &lt;/p&gt;

&lt;p&gt;Ok - I just want to confirm that this is the desired behavior, as reaching into an array is described in the first comment of this jira.&lt;/p&gt;</comment>
                            <comment id="18605" author="eliot" created="Mon, 27 Sep 2010 21:39:47 +0000"  >&lt;p&gt;&amp;gt; What if the target exists - is it an error or an overwrite? &lt;br/&gt;
override&lt;/p&gt;

&lt;p&gt;&amp;gt; What if the target sometimes exists (in an array situation)? &lt;br/&gt;
&amp;gt; {a:[&lt;/p&gt;
{b:1,c:2}
&lt;p&gt;,&lt;/p&gt;
{b:1}
&lt;p&gt;]} &lt;br/&gt;
&amp;gt; {rename:{&apos;a.b&apos;:&apos;a.c&apos;&apos;}} &lt;/p&gt;

&lt;p&gt;reaching into arrays like that should not be allowed - as its confusing given our other operators&lt;/p&gt;

&lt;p&gt;&amp;gt; What if the target is a parent of source? &lt;br/&gt;
&amp;gt; {a:{b:1}} &lt;br/&gt;
&amp;gt; {rename:{&apos;a.b&apos;:&apos;a&apos;&apos;}} &lt;br/&gt;
&amp;gt; And what if the initial object is {a:{b:1,c:1}} instead? &lt;/p&gt;

&lt;p&gt;Not allowed in either case&lt;/p&gt;


&lt;p&gt;&amp;gt; What if the source is an array, but the target is not? &lt;br/&gt;
&amp;gt; {a:[&lt;/p&gt;
{b:1}
&lt;p&gt;,&lt;/p&gt;
{b:2}
&lt;p&gt;],c:{}} &lt;br/&gt;
&amp;gt; {rename:{&apos;a.b&apos;,&apos;c.b&apos;}} &lt;/p&gt;

&lt;p&gt;Not allowed.&lt;/p&gt;

&lt;p&gt;&amp;gt; What if the source is a singleton nested object? &lt;br/&gt;
&amp;gt; {a:{b:1}} &lt;br/&gt;
&amp;gt; {rename:{&apos;a.b&apos;,&apos;c&apos;}} &lt;br/&gt;
&amp;gt; Do we want to blow away a? &lt;/p&gt;

&lt;p&gt;blow away IF a is empty after rename&lt;/p&gt;

&lt;p&gt;the other thing to be careful with is replica idempotentcy.  should convert to $unset and $set probably&lt;/p&gt;</comment>
                            <comment id="18604" author="aaron" created="Mon, 27 Sep 2010 21:33:43 +0000"  >&lt;p&gt;As I get started I want to ask about desired behavior in a few random corner cases:&lt;/p&gt;

&lt;p&gt;What if the target exists - is it an error or an overwrite?&lt;/p&gt;

&lt;p&gt;What if the target sometimes exists (in an array situation)?&lt;br/&gt;
{a:[&lt;/p&gt;
{b:1,c:2}
&lt;p&gt;,&lt;/p&gt;
{b:1}
&lt;p&gt;]}&lt;br/&gt;
{rename:{&apos;a.b&apos;:&apos;a.c&apos;&apos;}}&lt;/p&gt;

&lt;p&gt;What if the target is a parent of source?&lt;br/&gt;
{a:{b:1}}&lt;br/&gt;
{rename:{&apos;a.b&apos;:&apos;a&apos;&apos;}}&lt;br/&gt;
And what if the initial object is {a:{b:1,c:1}} instead?&lt;/p&gt;

&lt;p&gt;What if the source is an array, but the target is not?&lt;br/&gt;
{a:[&lt;/p&gt;
{b:1}
&lt;p&gt;,&lt;/p&gt;
{b:2}
&lt;p&gt;],c:{}}&lt;br/&gt;
{rename:{&apos;a.b&apos;,&apos;c.b&apos;}}&lt;/p&gt;

&lt;p&gt;What if the source is a singleton nested object?&lt;br/&gt;
{a:{b:1}}&lt;br/&gt;
{rename:{&apos;a.b&apos;,&apos;c&apos;}}&lt;br/&gt;
Do we want to blow away a?&lt;/p&gt;

&lt;p&gt;We can eliminate some of these questions if we restrict allowed renamings, but I didn&apos;t want to assume we would do this.&lt;/p&gt;</comment>
                            <comment id="16652" author="eliot" created="Mon, 9 Aug 2010 21:26:05 +0000"  >&lt;p&gt;I don&apos;t think $rename itself should change indexes.&lt;/p&gt;

&lt;p&gt;Another command to do a full rename would be good.&lt;/p&gt;</comment>
                            <comment id="16640" author="redbeard0531" created="Mon, 9 Aug 2010 19:32:55 +0000"  >&lt;p&gt;We should probably have a command to do full renaming of fields including indexes. Since update can work on a subset of the objects in a collection, it probably doesn&apos;t make sense to do that in update.&lt;/p&gt;</comment>
                            <comment id="16638" author="aaron" created="Mon, 9 Aug 2010 19:24:52 +0000"  >&lt;p&gt;should the index keys get renamed too?&lt;/p&gt;</comment>
                            <comment id="13797" author="eliot" created="Sat, 24 Apr 2010 20:33:45 +0000"  >&lt;p&gt;You&apos;ll be able to do multiple already&lt;br/&gt;
{ $rename : &lt;/p&gt;
{ &quot;a&quot; : &quot;z&quot; , &quot;b&quot; : &quot;y&quot; }
&lt;p&gt; }&lt;br/&gt;
so i think regex might be making it a bit too complex.&lt;/p&gt;</comment>
                            <comment id="13796" author="scotthernandez" created="Sat, 24 Apr 2010 17:04:57 +0000"  >&lt;p&gt;What if I want to rename a set of keys (using a regex to select them)?&lt;/p&gt;

&lt;p&gt;I was thinking it would take a regex to match the keys and optionally one for the new key names (based on the orig key name regex matches). Thinking about it more I think it would require some kind of expression system to format the new names (based on the regex matches).&lt;/p&gt;

&lt;p&gt;Does that make more sense?&lt;/p&gt;</comment>
                            <comment id="13194" author="eliot" created="Fri, 26 Mar 2010 13:35:18 +0000"  >&lt;p&gt;regex support?  I don&apos;t think so - but not even sure I understand what it would be.&lt;/p&gt;</comment>
                            <comment id="13192" author="scotthernandez" created="Fri, 26 Mar 2010 13:10:20 +0000"  >&lt;p&gt;With regex support?&lt;/p&gt;</comment>
                            <comment id="13016" author="mike" created="Mon, 15 Mar 2010 17:15:32 +0000"  >&lt;p&gt;yes I think so&lt;/p&gt;</comment>
                            <comment id="13015" author="eliot" created="Mon, 15 Mar 2010 17:12:01 +0000"  >&lt;p&gt;anyone have thoughts on &lt;/p&gt;

&lt;p&gt;{ a : [ &lt;/p&gt;
{ x : 2 }
&lt;p&gt; , &lt;/p&gt;
{ x : 3 }
&lt;p&gt; ] }&lt;/p&gt;

&lt;p&gt;should &lt;br/&gt;
{ $rename : &lt;/p&gt;
{ &quot;a.x&quot; : &quot;a.y&quot; }
&lt;p&gt; } }&lt;br/&gt;
rename every element in the array?&lt;/p&gt;

&lt;p&gt;my feeling is yes - and if so - will be a bit more work than anticipated&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="10263">SERVER-134</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>24.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 15 Mar 2010 17:12:01 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 20 weeks, 2 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>ramon.fernandez@mongodb.com</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>aaron</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
            <customfieldvalue>mike</customfieldvalue>
            <customfieldvalue>scotthernandez</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpuzj:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>22201</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|hsi6hz:</customfieldvalue>

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