<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:55:19 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-838] geo should support arrays of locations</title>
                <link>https://jira.mongodb.org/browse/SERVER-838</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description></description>
                <environment></environment>
        <key id="11629">SERVER-838</key>
            <summary>geo should support arrays of locations</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="greg_10gen">Greg Studer</assignee>
                                    <reporter username="eliot">Eliot Horowitz</reporter>
                        <labels>
                    </labels>
                <created>Sun, 28 Mar 2010 00:06:17 +0000</created>
                <updated>Thu, 6 Apr 2023 18:54:31 +0000</updated>
                            <resolved>Mon, 28 Mar 2011 20:16:10 +0000</resolved>
                                                    <fixVersion>1.9.0</fixVersion>
                                    <component>Index Maintenance</component>
                                        <votes>37</votes>
                                    <watches>28</watches>
                                                                                                                <comments>
                            <comment id="35037" author="eliot" created="Sun, 29 May 2011 05:23:16 +0000"  >&lt;p&gt;1.9.0 is out - but 2.0 is schedule for the end of june.&lt;/p&gt;</comment>
                            <comment id="35035" author="derekhardy" created="Sun, 29 May 2011 05:05:23 +0000"  >&lt;p&gt;What a numpty! Thanks Eliot.&lt;/p&gt;

&lt;p&gt;All tested and works a treat.&lt;/p&gt;

&lt;p&gt;I &lt;b&gt;really&lt;/b&gt; need this feature, do you know when 1.9.0 will be released?&lt;/p&gt;

&lt;p&gt;Derek&lt;/p&gt;</comment>
                            <comment id="34974" author="eliot" created="Sat, 28 May 2011 15:44:35 +0000"  >&lt;p&gt;You defined the index backwards, should be : &lt;/p&gt;
{ &quot;ratings.loc&quot; : &quot;2d&quot;  }</comment>
                            <comment id="34958" author="derekhardy" created="Sat, 28 May 2011 09:04:50 +0000"  >&lt;p&gt;Hi, I&apos;m trying to get this to work on 1.9.0.&lt;/p&gt;

&lt;p&gt;I have an object structured as follows&lt;/p&gt;

&lt;p&gt;wine &lt;/p&gt;
{
..
ratings [
{  
..
loc [y,x]
.. }
&lt;p&gt;,&lt;/p&gt;
{  
..
loc [y,x]
.. }
&lt;p&gt;]&lt;br/&gt;
..&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;And I&apos;m trying to search using&lt;/p&gt;

&lt;p&gt;db.wine.find({ &quot;ratings.loc&quot; :  &lt;/p&gt;
{ $near: [ 52.688366 , 1.3829304] }
&lt;p&gt; });&lt;/p&gt;

&lt;p&gt;I&apos;ve created the index using db.wine.ensureIndex(&lt;/p&gt;
{&quot;2d&quot;: &quot;ratings.loc&quot;}
&lt;p&gt;);&lt;/p&gt;

&lt;p&gt;But it doesn&apos;t work in v1.9.0,  can anybody confirm geospatial queries do support arrays of locations in v1.9.0?&lt;/p&gt;

&lt;p&gt;Thanks &lt;/p&gt;

&lt;p&gt;Derek&lt;/p&gt;

</comment>
                            <comment id="27949" author="scotthernandez" created="Wed, 6 Apr 2011 15:15:30 +0000"  >&lt;p&gt;This is available in the developer release download : &lt;a href=&quot;http://mongodb.org/downloads&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://mongodb.org/downloads&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can start testing now &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="27942" author="christian.tonhaeuser@navteq.com" created="Wed, 6 Apr 2011 13:06:11 +0000"  >&lt;p&gt;This ticket says it&apos;s fixed in 1.9.0.&lt;br/&gt;
If you click on that, you&apos;ll be taken to a page showing you all unresolved tickets pending for 1.9.0.&lt;br/&gt;
Once those are solved, I bet there&apos;ll be a download then. &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/wink.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="27939" author="agashe" created="Wed, 6 Apr 2011 10:23:37 +0000"  >&lt;p&gt;Where can we get the mongodb version that supports this? The latest version available at mongodb.org is 1.8.&lt;/p&gt;</comment>
                            <comment id="27011" author="greg_10gen" created="Mon, 28 Mar 2011 20:09:46 +0000"  >&lt;p&gt;Indexing of multiple nested locations now supported.  &lt;/p&gt;

&lt;p&gt;within queries return unique objects, near queries return objects in order of distance and may return duplicate documents to maintain distance ordering.  For example, given document A with locations [&lt;span class=&quot;error&quot;&gt;&amp;#91;1, 1&amp;#93;&lt;/span&gt;, &lt;span class=&quot;error&quot;&gt;&amp;#91;3, 3&amp;#93;&lt;/span&gt;] and document B with locations [&lt;span class=&quot;error&quot;&gt;&amp;#91;2, 2&amp;#93;&lt;/span&gt;, &lt;span class=&quot;error&quot;&gt;&amp;#91;4, 4&amp;#93;&lt;/span&gt;]:&lt;/p&gt;

&lt;p&gt;$within : $box : [&lt;span class=&quot;error&quot;&gt;&amp;#91;0, 0&amp;#93;&lt;/span&gt;,&lt;span class=&quot;error&quot;&gt;&amp;#91;5, 5&amp;#93;&lt;/span&gt;] returns &lt;span class=&quot;error&quot;&gt;&amp;#91;A, B&amp;#93;&lt;/span&gt;&lt;br/&gt;
$near : &lt;span class=&quot;error&quot;&gt;&amp;#91;0, 0&amp;#93;&lt;/span&gt; returns &lt;span class=&quot;error&quot;&gt;&amp;#91;A, B, A, B&amp;#93;&lt;/span&gt;&lt;br/&gt;
$near : &lt;span class=&quot;error&quot;&gt;&amp;#91;0, 0&amp;#93;&lt;/span&gt;, limit : 3 returns &lt;span class=&quot;error&quot;&gt;&amp;#91;A, B, A&amp;#93;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="27009" author="auto" created="Mon, 28 Mar 2011 20:01:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;gregstuder&apos;, u&apos;name&apos;: u&apos;gregs&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;}
&lt;p&gt;Message: allow multiple locations to be nested in different subdocuments &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-838&quot; title=&quot;geo should support arrays of locations&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-838&quot;&gt;&lt;del&gt;SERVER-838&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f45587a30a9537398c01d2a666f7e3f72cd26948&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f45587a30a9537398c01d2a666f7e3f72cd26948&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="26971" author="greg_10gen" created="Mon, 28 Mar 2011 15:57:16 +0000"  >&lt;p&gt;Arrays of locations are now supported, further work planned for locations embedded in multiple parts of the document.&lt;/p&gt;

&lt;p&gt;Note that multiple results for the same object can be returned for geoNear queries (which is the correct behavior, as there will be multiple distances) &lt;b&gt;and&lt;/b&gt; near/within queries (which should probably be changed to return unique objects).&lt;/p&gt;</comment>
                            <comment id="26970" author="auto" created="Mon, 28 Mar 2011 15:48:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;gregstuder&apos;, u&apos;name&apos;: u&apos;gregs&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;}
&lt;p&gt;Message: support for indexing arrays of locations &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-838&quot; title=&quot;geo should support arrays of locations&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-838&quot;&gt;&lt;del&gt;SERVER-838&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8ebc664e3c23f0aeda109b32d068e445e77f0bff&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8ebc664e3c23f0aeda109b32d068e445e77f0bff&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="22382" author="nsfx" created="Sun, 16 Jan 2011 04:34:25 +0000"  >&lt;p&gt;I was sad to see this pushed back to 1.9. I also have a need for indexed arrays of locations, but I side-stepped the issue in the mean time by duplicating my top-level objects per location and storing a non-indexed &apos;locations&apos; array alongside the indexed &apos;location&apos; field. It&apos;s not as efficient or convenient (or maintainable... et c.) but it works for me. E.g., if you have a document (id=1) with 3 locations (A, B, and C), split it into the following and index &apos;location.loc&apos;:&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
     _id:&apos;1_A&apos;,&lt;br/&gt;
     actual_id: 1,&lt;br/&gt;
     location: &lt;/p&gt;
{
          name: &apos;location A&apos;,
          loc: [10,10]
     }
&lt;p&gt;,&lt;br/&gt;
     locations: [&lt;br/&gt;
          &lt;/p&gt;
{
               name: &apos;location A&apos;,
               loc: [10,10]
          }
&lt;p&gt;,&lt;br/&gt;
          &lt;/p&gt;
{
               name: &apos;location B&apos;,
               loc: [20,10]
          }
&lt;p&gt;,&lt;/p&gt;
          {
               name: &apos;location C&apos;,
               loc: [10,20]
          }
&lt;p&gt;     ]&lt;br/&gt;
},&lt;br/&gt;
{&lt;br/&gt;
     _id:&apos;1_B&apos;,&lt;br/&gt;
     actual_id: 1,&lt;br/&gt;
     location: &lt;/p&gt;
{
          name: &apos;location B&apos;,
          loc: [20,10]
     }
&lt;p&gt;,&lt;br/&gt;
     locations: [&lt;br/&gt;
          ...&lt;br/&gt;
     ]&lt;br/&gt;
},&lt;br/&gt;
{&lt;br/&gt;
     _id:&apos;1_C&apos;,&lt;br/&gt;
     actual_id: 1,&lt;br/&gt;
     location: &lt;/p&gt;
{
          name: &apos;location C&apos;,
          loc: [10,20]
     }
&lt;p&gt;,&lt;br/&gt;
     locations: [&lt;br/&gt;
          ...&lt;br/&gt;
     ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;When querying you can filter out dupes via &apos;actual_id&apos;.&lt;/p&gt;

&lt;p&gt;Maybe this will help someone else out.&lt;/p&gt;</comment>
                            <comment id="22381" author="iandees" created="Sun, 16 Jan 2011 03:19:12 +0000"  >&lt;p&gt;Is there any way to bump this up in the priority a little bit? This is holding up quite a bit of my development and experimentation with Mongo for OpenStreetMap. (I&apos;d be happy to submit patches if pointed in the right direction...)&lt;/p&gt;</comment>
                            <comment id="21070" author="bitzesty" created="Sun, 5 Dec 2010 16:03:39 +0000"  >&lt;p&gt;We too are facing this issue, we have our address (lat/long) in an embedded document and need to do a geo search on the embedded document.&lt;/p&gt;</comment>
                            <comment id="20215" author="jesseclark" created="Wed, 10 Nov 2010 19:21:49 +0000"  >&lt;p&gt;If this doesn&apos;t get fixed in the next release, it would at least be nice if trying to add a 2d index to an unsupported type would return an error or if at very least the documentation clearly spelled out what was and wasn&apos;t supported. This would have saved me several frustrating hours of work.&lt;/p&gt;

&lt;p&gt;Here is our case:&lt;/p&gt;

&lt;p&gt;{ &lt;br/&gt;
        _id:1,&lt;br/&gt;
        &quot;locations&quot; : [&lt;br/&gt;
                {&lt;br/&gt;
                        &quot;_id&quot; : &quot;4c5af230d3d2294edf001c12&quot;,&lt;br/&gt;
                        &quot;facility&quot; : &lt;/p&gt;
{
                                &quot;_id&quot; : &quot;4c5af230d3d2294edf001c11&quot;,
                                &quot;latlng&quot; : [
                                        33.6117113,
                                        -86.6560709
                                ]
                        }
&lt;p&gt;                },&lt;br/&gt;
                {&lt;br/&gt;
                        &quot;_id&quot; : &quot;4c5af230d3d2294edf001c12&quot;,&lt;br/&gt;
                        &quot;facility&quot; : &lt;/p&gt;
{
                                &quot;_id&quot; : &quot;4c5af230d3d2294edf001c11&quot;,
                                &quot;latlng&quot; : [
                                        33.6117113,
                                        -86.6560709
                                ]
                        }
&lt;p&gt;                },&lt;br/&gt;
         ]&lt;br/&gt;
}&lt;/p&gt;</comment>
                            <comment id="19474" author="ardic" created="Fri, 22 Oct 2010 02:02:41 +0000"  >&lt;p&gt;Hi, just remember the source of the problem described in MongoDB-user&lt;br/&gt;
&lt;a href=&quot;http://groups.google.com/group/mongodb-user/browse_thread/thread/2a7a1ecd7848361b/1f614df7efaf91c0#1f614df7efaf91c0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://groups.google.com/group/mongodb-user/browse_thread/thread/2a7a1ecd7848361b/1f614df7efaf91c0#1f614df7efaf91c0&lt;/a&gt;&lt;br/&gt;
to take this into account when solving this functionality, thanks.&lt;/p&gt;</comment>
                            <comment id="18980" author="crudson" created="Thu, 7 Oct 2010 19:22:15 +0000"  >&lt;p&gt;My case:&lt;/p&gt;

&lt;p&gt;&amp;gt; db.test2d.save({addresses: [&lt;/p&gt;
{name: &quot;home&quot;, location: [40.0,-75.0]}
&lt;p&gt;, &lt;/p&gt;
{name: &quot;work&quot;, location: [40.1,-75.1]}
&lt;p&gt;]})&lt;br/&gt;
&amp;gt; db.test2d.ensureIndex(&lt;/p&gt;
{&quot;addresses.location&quot;: &quot;2d&quot;}
&lt;p&gt;)&lt;/p&gt;</comment>
                            <comment id="18979" author="crudson" created="Thu, 7 Oct 2010 19:04:22 +0000"  >&lt;p&gt;This feature is incredibly important to us too. An entity having multiple addresses is a pretty standard pattern, and being unable to index on such documents is a major obstacle.&lt;/p&gt;</comment>
                            <comment id="16044" author="midnightmonster" created="Thu, 22 Jul 2010 14:45:36 +0000"  >&lt;p&gt;Josh French&apos;s use case is the same as mine, though I have street address information in my locs, e.g.:&lt;/p&gt;

&lt;p&gt;{ _id:1, location:[&lt;br/&gt;
  &lt;/p&gt;
{ address1:&apos;123 foo&apos;, city:&apos;Foo&apos;, loc:[5,5] }
&lt;p&gt;,&lt;/p&gt;
  { address1:&apos;123 bar&apos;, city:&apos;Bar, loc:[5,5] }
&lt;p&gt;]}&lt;/p&gt;

&lt;p&gt;...ensureIndex(&lt;/p&gt;
{&apos;location.loc&apos;,&apos;2d&apos;}
&lt;p&gt;)&lt;/p&gt;

&lt;p&gt;In my app the geo queries are only used in relatively uncommon fallback cases and for which 0 results is often plausible, so I didn&apos;t realize it wasn&apos;t actually working anymore when I changed my &apos;schema&apos; to reflect the possibility of more than one location per object.&lt;/p&gt;</comment>
                            <comment id="15188" author="eliot" created="Tue, 29 Jun 2010 15:52:26 +0000"  >{ _id : 1 , locations : [ [ 10 , 10 ] , [ 20 , 20 ] ] }</comment>
                            <comment id="15047" author="joshfrench" created="Thu, 24 Jun 2010 10:16:29 +0000"  >&lt;p&gt;Eliot indicated over on the mailing list that a test case would be useful. Here&apos;s the schema I was using before I realized this feature isn&apos;t supported yet:&lt;/p&gt;

&lt;p&gt;db.t.save( { _id : 1 , a : { locs : [ &lt;/p&gt;
{ loc : [5 , 5] }
&lt;p&gt; , &lt;/p&gt;
{ loc : [100 , 100] }
&lt;p&gt; ] } } );&lt;br/&gt;
db.t.save( { _id : 2 , a : { locs : [ &lt;/p&gt;
{ loc : [6 , 6] }
&lt;p&gt; , &lt;/p&gt;
{ loc : [101 , 102] }
&lt;p&gt; ] } } );&lt;br/&gt;
db.t.save( { _id : 3 , a : { locs : [ &lt;/p&gt;
{ loc : [7 , 7] }
&lt;p&gt; , &lt;/p&gt;
{ loc : [102 , 102] }
&lt;p&gt; ] } } );&lt;/p&gt;

&lt;p&gt;db.t.ensureIndex( &lt;/p&gt;
{ &quot;a.locs.loc&quot; : &quot;2d&quot; }
&lt;p&gt; );&lt;/p&gt;</comment>
                            <comment id="14893" author="ahmad" created="Mon, 21 Jun 2010 03:23:28 +0000"  >&lt;p&gt;This feature is very important. Furthermore, it encourages embedding documents.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <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>22.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 21 Jun 2010 03:23:28 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 38 weeks, 3 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>
                            12 years, 38 weeks, 3 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>nsfx</customfieldvalue>
            <customfieldvalue>ahmad</customfieldvalue>
            <customfieldvalue>ardic</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>agashe</customfieldvalue>
            <customfieldvalue>christian.tonhaeuser@navteq.com</customfieldvalue>
            <customfieldvalue>derekhardy</customfieldvalue>
            <customfieldvalue>crudson</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>greg_10gen</customfieldvalue>
            <customfieldvalue>iandees</customfieldvalue>
            <customfieldvalue>jesseclark</customfieldvalue>
            <customfieldvalue>joshfrench</customfieldvalue>
            <customfieldvalue>midnightmonster</customfieldvalue>
            <customfieldvalue>bitzesty</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|hrpprz:</customfieldvalue>

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

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

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