<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:09:41 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-5715] Combinatorial limit of $in affects advanced querying</title>
                <link>https://jira.mongodb.org/browse/SERVER-5715</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We have a case of searching for changed content as simplified in the example below. If however a &apos;power user&apos; chooses many groups/contexts to participate in and has advanced filtering on prefered tags we get &quot;Combinatorial limit of $in partitioning of result set exceeded&quot;. Could this not be optimized differently or at least have a fallback stratagy (filtering the result of the index/shard lookup for the least selective of the $in conditions? Or do you have some other suggestions? &lt;/p&gt;

&lt;p&gt;Perhaps related to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4778&quot; title=&quot;inconsistent sizing for &amp;quot;$in combinatorial limit of result set&amp;quot; messages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4778&quot;&gt;&lt;del&gt;SERVER-4778&lt;/del&gt;&lt;/a&gt; as in this case we get just over a 1M and perhaps a higher limit is more suitable.&lt;/p&gt;

&lt;p&gt;Example query that fails with &lt;/p&gt;
{code : 13385}
&lt;p&gt;. This is simplified and does not show limit and ordering. refered fields are ensured index in the correct order to normally work fast. We do not shard. The application has CMS type data and the search applies the user&apos;s graned roles, subscribed contexts and tags:&lt;/p&gt;

&lt;p&gt;db.content.find( { grant_read_ids: &lt;/p&gt;
{ &apos;$in&apos;: [ &quot;ALL&quot;, &quot;1&quot;, &quot;118189&quot;, &quot;7&quot;,
&quot;161990&quot;, &quot;162060&quot;, &quot;162068&quot;, &quot;166651&quot;, &quot;166917&quot;, &quot;161988&quot;, &quot;167482&quot;,
&quot;167493&quot;, &quot;167734&quot;, &quot;166946&quot;, &quot;167253&quot;, &quot;167979&quot;, &quot;167696&quot;, &quot;167981&quot;,
&quot;167255&quot;, &quot;168647&quot;, &quot;168648&quot;, &quot;166841&quot;, &quot;168835&quot;, &quot;168837&quot;, &quot;170147&quot;,
&quot;170434&quot;, &quot;169597&quot;, &quot;170805&quot;, &quot;171277&quot;, &quot;170485&quot;, &quot;171631&quot;, &quot;171556&quot;,
&quot;166942&quot;, &quot;176623&quot;, &quot;171320&quot;, &quot;180642&quot;, &quot;181904&quot;, &quot;181943&quot;, &quot;182273&quot;,
&quot;182777&quot;, &quot;182937&quot;, &quot;184197&quot;, &quot;184196&quot;, &quot;184547&quot;, &quot;159112&quot;, &quot;155276&quot;,
&quot;161246&quot;, &quot;157318&quot;, &quot;160939&quot;, &quot;153486&quot;, &quot;157272&quot;, &quot;166267&quot;, &quot;158810&quot;,
&quot;155087&quot;, &quot;154227&quot;, &quot;160254&quot;, &quot;156399&quot;, &quot;168140&quot;, &quot;155647&quot;, &quot;158005&quot;,
&quot;161454&quot;, &quot;156569&quot;, &quot;159250&quot;, &quot;153454&quot;, &quot;157032&quot;, &quot;153295&quot;, &quot;154226&quot;,
&quot;157098&quot;, &quot;155570&quot;, &quot;154933&quot;, &quot;160553&quot;, &quot;158639&quot;, &quot;154222&quot;, &quot;159752&quot;,
&quot;159162&quot;, &quot;155667&quot;, &quot;161232&quot;, &quot;157209&quot;, &quot;158637&quot;, &quot;159766&quot;, &quot;158531&quot;,
&quot;154378&quot;, &quot;154574&quot;, &quot;167851&quot; ] }
&lt;p&gt;, &lt;br/&gt;
                  context_ids: &lt;/p&gt;
{ &apos;$in&apos;: [ 2909, 155854,
809, 2901, 155860, 2249, 830, 11, 110, 993, 156565, 156791, 156736,
157150, 156819, 155861, 2833, 156289, 156937, 155830, 157094, 158201,
2247, 158374, 158375, 159148, 156715, 159469, 159659, 155829, 159849,
159901, 94, 66, 159939, 157092, 159629, 159116, 157179, 160258, 64,
160696, 160697, 159988, 160773, 161046, 160619, 160969, 156815, 162921,
177, 159156, 2484, 159824, 465, 156814, 165927, 157004, 160739, 156071,
169918, 160340, 160385, 26, 1158, 171155, 2356, 171193, 171195, 2430,
2770, 170027, 171702, 171516, 172018, 159376, 172177, 155828, 753,
169683, 166, 1621, 173426, 173201, 173722, 652, 2139, 2501, 2216, 2252,
2513, 1116, 2807, 1557, 1249, 2147, 1798, 1460, 2467, 615, 1723, 2318,
2473 ] }
&lt;p&gt;, &lt;br/&gt;
                  last_activity_time: &lt;/p&gt;
{ &apos;$exists&apos;: true }
&lt;p&gt;, &lt;br/&gt;
                  tag_ids: &lt;/p&gt;
{ &apos;$in&apos;: [ &quot;ALL&quot;, &quot;27&quot;, &quot;8&quot;, &quot;5&quot;, &quot;7&quot;, &quot;26&quot;, &quot;5201&quot;, &quot;5201&quot;, &quot;4240&quot;,
&quot;4241&quot;, &quot;4234&quot;, &quot;4235&quot;, &quot;4236&quot;, &quot;4238&quot;, &quot;4239&quot;, &quot;4774&quot;, &quot;4775&quot;, &quot;4776&quot;,
&quot;4777&quot;, &quot;4778&quot;, &quot;4779&quot;, &quot;4780&quot;, &quot;295&quot;, &quot;293&quot;, &quot;294&quot;, &quot;709&quot;, &quot;5338&quot;,
&quot;301&quot;, &quot;1179&quot;, &quot;541&quot;, &quot;2640&quot;, &quot;1897&quot;, &quot;5391&quot;, &quot;3595&quot;, &quot;5421&quot;, &quot;5422&quot;,
&quot;5450&quot;, &quot;5451&quot;, &quot;5623&quot;, &quot;5624&quot;, &quot;543&quot;, &quot;8673&quot;, &quot;5763&quot;, &quot;5765&quot;, &quot;5869&quot;,
&quot;6252&quot;, &quot;6870&quot;, &quot;8869&quot;, &quot;6922&quot;, &quot;8532&quot;, &quot;8533&quot;, &quot;7124&quot;, &quot;2703&quot;, &quot;6320&quot;,
&quot;5768&quot;, &quot;8799&quot;, &quot;8872&quot;, &quot;5965&quot;, &quot;6750&quot;, &quot;5506&quot;, &quot;6750&quot;, &quot;8918&quot;, &quot;8919&quot;,
&quot;8920&quot;, &quot;8439&quot;, &quot;1488&quot;, &quot;6957&quot;, &quot;1&quot;, &quot;5582&quot;, &quot;6519&quot;, &quot;6519&quot;, &quot;8789&quot;,
&quot;8080&quot;, &quot;6412&quot;, &quot;7873&quot;, &quot;4726&quot;, &quot;2309&quot;, &quot;1346&quot;, &quot;5698&quot;, &quot;5827&quot;, &quot;6005&quot;,
&quot;7805&quot;, &quot;7923&quot;, &quot;8896&quot;, &quot;9261&quot;, &quot;9293&quot;, &quot;1302&quot;, &quot;9261&quot;, &quot;9293&quot;, &quot;7152&quot;,
&quot;7788&quot;, &quot;7536&quot;, &quot;7139&quot;, &quot;8861&quot;, &quot;9269&quot;, &quot;9207&quot;, &quot;9269&quot;, &quot;7624&quot;, &quot;9282&quot;,
&quot;7633&quot;, &quot;9186&quot;, &quot;5761&quot;, &quot;8803&quot;, &quot;6549&quot;, &quot;9195&quot;, &quot;7793&quot;, &quot;9290&quot;, &quot;9291&quot;,
&quot;100&quot;, &quot;9233&quot;, &quot;9230&quot;, &quot;7789&quot;, &quot;9195&quot;, &quot;449&quot;, &quot;7391&quot;, &quot;6472&quot;, &quot;6813&quot;,
&quot;8677&quot;, &quot;8796&quot;, &quot;8988&quot;, &quot;9123&quot;, &quot;4420&quot;, &quot;5452&quot;, &quot;6344&quot;, &quot;9462&quot;, &quot;6485&quot;,
&quot;8105&quot;, &quot;6546&quot;, &quot;8805&quot;, &quot;6545&quot;, &quot;8805&quot;, &quot;8901&quot;, &quot;6670&quot;, &quot;5984&quot;, &quot;8784&quot;,
&quot;7997&quot;, &quot;8988&quot;, &quot;8043&quot;, &quot;8938&quot;, &quot;7532&quot;, &quot;8938&quot;, &quot;7993&quot;, &quot;8073&quot;, &quot;7697&quot;,
&quot;7369&quot;, &quot;1967&quot;, &quot;7726&quot;, &quot;8961&quot;, &quot;8961&quot;, &quot;9050&quot;, &quot;10068&quot;, &quot;10355&quot;,
&quot;11177&quot;, &quot;11203&quot;, &quot;11204&quot;, &quot;11251&quot;, &quot;11248&quot;, &quot;11249&quot;, &quot;11250&quot;, &quot;11253&quot;,
&quot;11254&quot; ] }
&lt;p&gt; } ).count()&lt;/p&gt;</description>
                <environment></environment>
        <key id="37257">SERVER-5715</key>
            <summary>Combinatorial limit of $in affects advanced querying</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="backlog-server-query">Backlog - Query Team</assignee>
                                    <reporter username="peterlundberg">Peter Lundberg</reporter>
                        <labels>
                            <label>query-44-grooming</label>
                    </labels>
                <created>Thu, 26 Apr 2012 17:35:01 +0000</created>
                <updated>Tue, 6 Dec 2022 05:33:42 +0000</updated>
                            <resolved>Fri, 16 Aug 2019 14:03:07 +0000</resolved>
                                    <version>2.0.4</version>
                                                    <component>Querying</component>
                                        <votes>3</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="2374925" author="david.storch" created="Fri, 16 Aug 2019 14:02:32 +0000"  >&lt;p&gt;In recent versions (at least versions since 2.6, to my knowledge), &lt;tt&gt;$in&lt;/tt&gt; queries will not fail due to reaching a combinatorial limit. I believe this issue has been addressed by refactors to the query planning code. Closing as &quot;Gone Away&quot;.&lt;/p&gt;</comment>
                            <comment id="215421" author="siddharth.singh@10gen.com" created="Fri, 14 Dec 2012 22:55:11 +0000"  >&lt;p&gt;Hi George,&lt;/p&gt;

&lt;p&gt;    This ticket is not scheduled with a release yet. Unfortunately, I cannot predict when this might get tied to a release either. We take a number of factors including ,but not limited to, the number of up votes and the community feedback to prioritize on server tickets. I suggest that you up vote on the ticket and add yourself to the watch list to receive notifications when this ticket gets scheduled.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</comment>
                            <comment id="215365" author="gpapayia" created="Fri, 14 Dec 2012 21:56:05 +0000"  >&lt;p&gt;Hi Siddharth, is there any update on this?&lt;/p&gt;</comment>
                            <comment id="114561" author="peterlundberg" created="Sat, 28 Apr 2012 10:19:31 +0000"  >&lt;p&gt;Ok, a workaround if others get into this problem is to use a regex. Note this affects performance quite a bit. Eg&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; &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: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;if&lt;/span&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; &lt;/span&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;len&lt;/span&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;(tag_ids) &amp;gt; &lt;/span&gt;&lt;span style=&quot;color: #009900; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;20&lt;/span&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;:&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;    spec[&lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;tag_ids&apos;&lt;/span&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;] &lt;/span&gt;&lt;span style=&quot;color: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;=&lt;/span&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; {&lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;$regex&apos;&lt;/span&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;: &lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;(%s)&apos;&lt;/span&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; &lt;/span&gt;&lt;span style=&quot;color: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;%&lt;/span&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; &lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;|&apos;&lt;/span&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;.join(tag_ids) }&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: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;else&lt;/span&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;:&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;    spec[&lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;tag_ids&apos;&lt;/span&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;] &lt;/span&gt;&lt;span style=&quot;color: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;=&lt;/span&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; {&lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;$in&apos;&lt;/span&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;: tag_ids }&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="114111" author="siddharth.singh@10gen.com" created="Thu, 26 Apr 2012 19:35:11 +0000"  >&lt;p&gt;We are looking into options around suitably increasing these limits and other optimizations/fallback strategy but its not scheduled yet. &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>5.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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 26 Apr 2012 19:35:11 +0000</customfieldvalue>

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


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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 25 weeks, 5 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_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-query</customfieldvalue>
            <customfieldvalue>david.storch@mongodb.com</customfieldvalue>
            <customfieldvalue>gpapayia</customfieldvalue>
            <customfieldvalue>peterlundberg</customfieldvalue>
            <customfieldvalue>siddharth.singh@10gen.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hro4jj:</customfieldvalue>

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

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

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