<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:54:15 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-478] Advanced $size quering</title>
                <link>https://jira.mongodb.org/browse/SERVER-478</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Now we can query only by &quot;array.$size == N&quot; :   { array : &lt;/p&gt;
{ $size : 123 }
&lt;p&gt; }&lt;/p&gt;

&lt;p&gt;It can be useful to query by &quot;array.$size &amp;gt; N&quot;, etc.&lt;br/&gt;
Something like &lt;br/&gt;
{ array :  { $size :   &lt;/p&gt;
{  $gt : 123 }
&lt;p&gt;  } } &lt;br/&gt;
{ array :  { $size :   &lt;/p&gt;
{  $in : [ 5, 6 ] }
&lt;p&gt;  } } &lt;/p&gt;</description>
                <environment></environment>
        <key id="10988">SERVER-478</key>
            <summary>Advanced $size quering</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="backlog-server-query">Backlog - Query Team</assignee>
                                    <reporter username="va1en0k">Valentin</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Fri, 11 Dec 2009 17:06:39 +0000</created>
                <updated>Tue, 6 Dec 2022 05:51:06 +0000</updated>
                            <resolved>Tue, 16 Jan 2018 18:14:23 +0000</resolved>
                                                    <fixVersion>3.6.0</fixVersion>
                                    <component>Querying</component>
                                        <votes>77</votes>
                                    <watches>45</watches>
                                                                                                                <comments>
                            <comment id="1746407" author="asya" created="Fri, 8 Dec 2017 00:41:05 +0000"  >&lt;p&gt;Closing this as there are now two ways to query based on size of array operators other than equality.&lt;/p&gt;</comment>
                            <comment id="1746323" author="asya" created="Thu, 7 Dec 2017 23:07:33 +0000"  >&lt;p&gt;As of 3.6.0 you can now use aggregation &lt;tt&gt;$size&lt;/tt&gt; expression in find via new &lt;a href=&quot;https://docs.mongodb.com/manual/reference/operator/query/expr/index.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;tt&gt;$expr&lt;/tt&gt;&lt;/a&gt;.&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;// { array : { $size :{ $gt : 123 }&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;db.coll.find({$expr:{$gt:[{$size:&quot;$a&quot;},3]}}&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;// { array : {$size: {$in: [ 5,6]}}&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;db.coll.find($expr:{$in:[{$size:&quot;$a&quot;},[5,6]]}})&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;Since aggregation &lt;tt&gt;$size&lt;/tt&gt; will error on non-array &lt;tt&gt;&quot;a&quot;&lt;/tt&gt;, if it&apos;s possible that a is missing or is not an array you can do:&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;db.coll.find({a:{$type:&quot;array&quot;},$expr:{$in:[{$size:&quot;$a&quot;},[5,6]]}})&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;// or alternatively&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;db.coll..find({$expr:{$in:[{$size:{$ifNull:[&quot;$a&quot;,[]]}},[5,6]]}})&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                            <comment id="1559441" author="asya" created="Thu, 27 Apr 2017 17:38:10 +0000"  >&lt;p&gt;The following query expression is equivalent of &quot;array Xx size is equal or greater than N&quot;:&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;   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; { &quot;X.N&quot;:{$exists:true}} &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;So to pull from array as long as at least one element would remain, the update would be:&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;   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;db.products.update({_id: 1, &quot;priceOptions.1&quot;: {$exists: true}}, {$pop:{ priceOptions: 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;</comment>
                            <comment id="804806" author="asya" created="Wed, 14 Jan 2015 22:36:10 +0000"  >&lt;p&gt;It&apos;s possible to use aggregation framework $size projection operator to satisfy some of the use cases mentioned (but as a workaround, as it would not be as efficient or as flexible).&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://docs.mongodb.org/manual/reference/operator/aggregation/size/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/manual/reference/operator/aggregation/size/&lt;/a&gt;&lt;/p&gt;
</comment>
                            <comment id="790816" author="syzer" created="Fri, 19 Dec 2014 15:26:52 +0000"  >&lt;p&gt;+1&lt;/p&gt;</comment>
                            <comment id="436320" author="dmaevsky" created="Sun, 6 Oct 2013 08:28:21 +0000"  >&lt;p&gt;I am surprised this issue is still open, and ranked so low. There is a workaround for arrays where you $push elements (to keep a separate counter in the document), but even in this case it is not obvious: when you $pull an element you have to be sure it existed in the array in order to decrement the counter. And in case you $addToSet the elements into your array, this feature really becomes crucial, because you cannot always add {$ne: {array: element}} to your query, e.g. if you want to do findAndModify&lt;/p&gt;</comment>
                            <comment id="358624" author="fider" created="Wed, 12 Jun 2013 14:31:11 +0000"  >&lt;p&gt;Digging out topic.&lt;/p&gt;

&lt;p&gt;Yes, it would be usefull in some situations&lt;/p&gt;</comment>
                            <comment id="343055" author="emirkin" created="Wed, 22 May 2013 20:26:10 +0000"  >&lt;p&gt;Guys, can this be please implemented? I bend over backwards when expressing simple filtering conditions&lt;/p&gt;</comment>
                            <comment id="230506" author="raman@vivosys.com" created="Fri, 4 Jan 2013 01:08:35 +0000"  >&lt;p&gt;@Yuri Finkelstein &amp;#8211; the size of the array is already available and/or calculated by MongoDB for the simple $size query. So efficiency isn&apos;t an obvious concern in supporting $gt, $lt, and $in on top of $size.&lt;/p&gt;</comment>
                            <comment id="210069" author="yfinkelstein" created="Sun, 9 Dec 2012 01:59:16 +0000"  >&lt;p&gt;Just a side comment that implementation has to be efficient. The size of the array has to be a variable atomically maintained and modified when the array grows or shrinks. Counting the number of elements at query time is not a good idea.&lt;/p&gt;</comment>
                            <comment id="45883" author="coral" created="Tue, 2 Aug 2011 15:46:35 +0000"  >&lt;p&gt;Hmmm, was hoping that this task could get bumped up on the list please &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/biggrin.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;

&lt;p&gt;I am thinking that this shouldn&apos;t be such a great task :-/&lt;/p&gt;

&lt;p&gt;I am looking at diving into the MongoDB code to take a look and perhaps supply a patch :? - How difficult is it to have patches accepted :? Or perhaps you could shed some light as to why this hasn&apos;t even been scheduled yet :? 1.9 overflowing is just a bit vague .. as mentioned, this doesn&apos;t seem like an extremely difficult task (by assumption).&lt;/p&gt;</comment>
                            <comment id="34014" author="eliot" created="Mon, 23 May 2011 21:04:09 +0000"  >&lt;p&gt;@nathan, no, sorry. 1.9 is overflowing&lt;/p&gt;</comment>
                            <comment id="34000" author="nehresma" created="Mon, 23 May 2011 19:20:02 +0000"  >&lt;p&gt;Any chance of this making it into 1.9?&lt;/p&gt;</comment>
                            <comment id="21165" author="sym3tri" created="Wed, 8 Dec 2010 03:55:25 +0000"  >&lt;p&gt;Would also like to simply return the length of an array.&lt;/p&gt;</comment>
                            <comment id="16544" author="danieigwood" created="Fri, 6 Aug 2010 15:26:48 +0000"  >&lt;p&gt;We could also use it to atomically prevent numbers from going below 0.. say for example you have:&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    _id: 1,&lt;br/&gt;
    name: &apos;MongoDB T-Shirt&apos;,&lt;br/&gt;
    type: &apos;shirt&apos;,&lt;br/&gt;
    priceOptions: [&lt;/p&gt;
        {
            name: &apos;Medium&apos;,
            value: 5
        }
&lt;p&gt;    ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;You might want to have any number of priceOptions, as long as its more than 0. When removing a priceOption, you need to make sure there is at least one left. An obvious choice here is to do something like:&lt;/p&gt;

&lt;p&gt;db.products.update({_id: 1, priceOptions: {$size: {$gt: 1}}}, &lt;/p&gt;
{priceOptions.pull ....}
&lt;p&gt;);&lt;/p&gt;</comment>
                            <comment id="14360" author="jiminoc" created="Thu, 20 May 2010 19:06:52 +0000"  >&lt;p&gt;This feature is definitely needed for maintaining fixed sized stacks. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="58746">SERVER-7884</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="75590">SERVER-9712</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="11223">SERVER-589</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>16.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25143"><![CDATA[Query]]></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>Thu, 20 May 2010 19:06:52 +0000</customfieldvalue>

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


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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 9 weeks, 6 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>asya.kamsky@mongodb.com</customfieldvalue>
            <customfieldvalue>backlog-server-query</customfieldvalue>
            <customfieldvalue>danieigwood</customfieldvalue>
            <customfieldvalue>dmaevsky</customfieldvalue>
            <customfieldvalue>sym3tri</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>emirkin</customfieldvalue>
            <customfieldvalue>jiminoc</customfieldvalue>
            <customfieldvalue>syzer</customfieldvalue>
            <customfieldvalue>nehresma</customfieldvalue>
            <customfieldvalue>raman@vivosys.com</customfieldvalue>
            <customfieldvalue>coral</customfieldvalue>
            <customfieldvalue>va1en0k</customfieldvalue>
            <customfieldvalue>fider</customfieldvalue>
            <customfieldvalue>yfinkelstein</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrptqf:</customfieldvalue>

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

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

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