<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:54:46 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-652] modifier operations should support numerical index field names</title>
                <link>https://jira.mongodb.org/browse/SERVER-652</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&amp;gt; db.test.save( { _id : 1 , a : [ &lt;/p&gt;
{ x : 1 , y : 2 }
&lt;p&gt; , &lt;/p&gt;
{ x : 10 , y : 11 }
&lt;p&gt; ] })&lt;br/&gt;
&amp;gt; db.test.find()&lt;br/&gt;
{ &quot;_id&quot; : 1, &quot;a&quot; : [ &lt;/p&gt;
{ &quot;x&quot; : 1, &quot;y&quot; : 2 }
&lt;p&gt;, &lt;/p&gt;
{ &quot;x&quot; : 10, &quot;y&quot; : 11 }
&lt;p&gt; ] }&lt;br/&gt;
&amp;gt; db.test.update( {}, { $unset: &lt;/p&gt;
{&quot;a.0&quot;:1}
&lt;p&gt; } )&lt;br/&gt;
&amp;gt; db.test.find()&lt;/p&gt;
{ &quot;_id&quot; : 1, &quot;a&quot; : [ null ] }

&lt;p&gt;Expected { &quot;_id&quot; : 1, &quot;a&quot; : [ &lt;/p&gt;
{ &quot;x&quot; : 10, &quot;y&quot; : 11 }
&lt;p&gt; ] }&lt;/p&gt;

&lt;p&gt;$unset on the 1st idx (2nd element) works fine though.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11347">SERVER-652</key>
            <summary>modifier operations should support numerical index field names</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="aaron">Aaron Staple</assignee>
                                    <reporter username="goosmurf">Yun Huang Yong</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Feb 2010 04:16:44 +0000</created>
                <updated>Tue, 12 Jul 2016 00:27:22 +0000</updated>
                            <resolved>Wed, 3 Mar 2010 04:04:56 +0000</resolved>
                                    <version>1.3.2</version>
                                    <fixVersion>1.3.4</fixVersion>
                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="12707" author="auto" created="Wed, 3 Mar 2010 10:28:33 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; more complete test&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/c8c070f781cc79da83a9d87ea92155af6da5783d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/c8c070f781cc79da83a9d87ea92155af6da5783d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12702" author="aaron" created="Wed, 3 Mar 2010 04:04:47 +0000"  >&lt;p&gt;Performance as I measured it using perftest doesn&apos;t seem much affected.  The one aspect of this change that could impact performance is substituting lexNumCmp for strcmp - we could potentially make usage of lexNumCmp more targeted, ie only in situations where we know an array modifier is in play, but not bothering with that for now.&lt;/p&gt;</comment>
                            <comment id="12701" author="auto" created="Wed, 3 Mar 2010 03:04:05 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; add const&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/2691d5bde9a9f5b784a0223d3b262edc4e9af5cc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/2691d5bde9a9f5b784a0223d3b262edc4e9af5cc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12700" author="auto" created="Wed, 3 Mar 2010 02:24:05 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; update test&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/e9c6ec66ff8903d16fb026a1ce5f1796b07e285b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/e9c6ec66ff8903d16fb026a1ce5f1796b07e285b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12699" author="auto" created="Wed, 3 Mar 2010 02:24:04 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; unset/array sets value to null, which makes more sense&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/4461c46f3f34a8a5c4d24cfb0485e09014135af5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/4461c46f3f34a8a5c4d24cfb0485e09014135af5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12698" author="auto" created="Wed, 3 Mar 2010 02:24:03 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; checkpoint&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/6546599f73b490d8f8ad4bb54a27ac99e809e5fb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/6546599f73b490d8f8ad4bb54a27ac99e809e5fb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12697" author="auto" created="Wed, 3 Mar 2010 02:24:02 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; simplify field name upper limit check, guard against setting string fields in arrays&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/246109cc18b72e39e92bc1c4e4a9a28e70379cb9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/246109cc18b72e39e92bc1c4e4a9a28e70379cb9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12696" author="auto" created="Wed, 3 Mar 2010 02:24:01 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; process array elements in correct order&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/bbbe0aaf31d4b0a536768a58245a07d42c8eb190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/bbbe0aaf31d4b0a536768a58245a07d42c8eb190&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12695" author="auto" created="Wed, 3 Mar 2010 02:24:00 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; comment&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/df8fb47a4c70a99ae34b4a58a79490781b1bde23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/df8fb47a4c70a99ae34b4a58a79490781b1bde23&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12694" author="auto" created="Wed, 3 Mar 2010 02:23:59 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; basic support for set with indexed elements&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/6a95b558e12a9a13f3ca9dcdd6590d9d30f7990d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/6a95b558e12a9a13f3ca9dcdd6590d9d30f7990d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12693" author="auto" created="Wed, 3 Mar 2010 02:23:58 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; forgot test&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/584310b50c09860747823c16ffe6f3507ae0c1ae&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/584310b50c09860747823c16ffe6f3507ae0c1ae&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12692" author="auto" created="Wed, 3 Mar 2010 02:23:57 +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-652&quot; title=&quot;modifier operations should support numerical index field names&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-652&quot;&gt;&lt;del&gt;SERVER-652&lt;/del&gt;&lt;/a&gt; basic array index unset support&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/bccf8f4113a8864514832306448e67b271b93253&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/bccf8f4113a8864514832306448e67b271b93253&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12686" author="eliot" created="Tue, 2 Mar 2010 20:27:49 +0000"  >&lt;p&gt;Ok - I think unset should set to null.  if you want to remove something, you should have to use $pull.  cleaner&lt;/p&gt;</comment>
                            <comment id="12677" author="aaron" created="Tue, 2 Mar 2010 18:21:57 +0000"  >&lt;p&gt;So I&apos;m questioning a bit what I said just above.  I don&apos;t know if this was completely clear above, but what I meant is that update( &lt;/p&gt;
{a:[1,2,3]}
&lt;p&gt;, {$unset:&lt;/p&gt;
{&quot;a.1&quot;:1}
&lt;p&gt;,$set:&lt;/p&gt;
{&quot;a.2&quot;:4,&quot;a.3&quot;:5}
&lt;p&gt; ) would produce &lt;/p&gt;
{a:[1,4,5]}
&lt;p&gt;.  It seems a bit more convenient to me to have the index with $set always be the index of the resulting object, so we&apos;d get &lt;/p&gt;
{a:[1,3,4,5]}
&lt;p&gt; instead.  In particular I think this makes more sense when the index we&apos;re $set-ing doesn&apos;t exist initially, including situations where the $unset may or may not actually produce a change based on array length.  We could have different rules depending on whether an element at that index exists initially, but that might be confusing.  Just let me know what you think.&lt;/p&gt;</comment>
                            <comment id="12676" author="eliot" created="Tue, 2 Mar 2010 16:03:02 +0000"  >&lt;p&gt;correct&lt;/p&gt;</comment>
                            <comment id="12675" author="aaron" created="Tue, 2 Mar 2010 15:44:21 +0000"  >&lt;p&gt;I just want to make sure we&apos;re clear on the semantics of $unset with arrays.  My understanding is that $unset should remove the element from the array (rather than replace with null).  Remaining elements in the array will be shifted as needed.  If other modifiers reference elements in the array, the references are based on indexes of elements before they are shifted as a result of $unset.&lt;/p&gt;</comment>
                            <comment id="12648" author="eliot" created="Mon, 1 Mar 2010 18:47:36 +0000"  >&lt;p&gt;Yes. Should fill in with null&lt;/p&gt;</comment>
                            <comment id="12647" author="eliot" created="Mon, 1 Mar 2010 18:45:23 +0000"  >&lt;p&gt;Should create an object I.e no special logic &lt;/p&gt;</comment>
                            <comment id="12645" author="aaron" created="Mon, 1 Mar 2010 18:41:03 +0000"  >&lt;p&gt;Also, I&apos;m guessing that if a $set extends the length of an array by more than one element, the extra elements that must be inserted should be set to null.&lt;/p&gt;</comment>
                            <comment id="12644" author="aaron" created="Mon, 1 Mar 2010 18:35:35 +0000"  >&lt;p&gt;When we get a $set something like this: $set&lt;/p&gt;
{&quot;a.0&quot;:4}
&lt;p&gt; where a doesn&apos;t exist, should a be implicitly created as an array?  Or as an object with an element having field name &quot;0&quot;?  Inferring an array is a pain because we need to cross reference against the other modifiers.&lt;/p&gt;</comment>
                            <comment id="12512" author="eliot" created="Tue, 23 Feb 2010 20:27:08 +0000"  >&lt;p&gt;yeah - i guess we should fix that.&lt;br/&gt;
i think its not usually an issue since many drivers use the key names as where it should goes, not the order.&lt;br/&gt;
we should still fix though.&lt;br/&gt;
probably deserves a new case&lt;/p&gt;</comment>
                            <comment id="12511" author="aaron" created="Tue, 23 Feb 2010 20:24:04 +0000"  >&lt;p&gt;There&apos;s another weird issue, which is that the mod code can only use lex sorting right now - so when an array of size &amp;gt; 10 is built, its elements are out of order.&lt;/p&gt;</comment>
                            <comment id="12510" author="eliot" created="Tue, 23 Feb 2010 20:14:44 +0000"  >&lt;p&gt;yes - we should support this and db.f.update( {}, {$set:{&quot;a.5&quot;:&quot;b&quot;}} )  in the general case&lt;/p&gt;</comment>
                            <comment id="12509" author="aaron" created="Tue, 23 Feb 2010 20:11:29 +0000"  >&lt;p&gt;There doesn&apos;t seem to be any support implemented for applying mods using indexed variable names.  For example, db.f.update( {}, {$set:{&quot;a.5&quot;:&quot;b&quot;}} ) also fails if the length of a is less than 4.  Doing $unset on any index but the last one will also cause a problem.  In the instances where numeric indexes produce the correct behavior, it&apos;s mainly by chance.&lt;/p&gt;

&lt;p&gt;Do we want to support numerical indexes for all modifier operations?&lt;/p&gt;</comment>
                    </comments>
                    <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>Tue, 23 Feb 2010 20:11:29 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 51 weeks 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, 51 weeks 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>goosmurf</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrprnj:</customfieldvalue>

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

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

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