<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:32:31 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-54045] Enable Free Monitoring behind a corporate SSL proxy</title>
                <link>https://jira.mongodb.org/browse/SERVER-54045</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Is there a documented way of setting some option to do this?&lt;/p&gt;

&lt;p&gt;I noticed the FreeMon HTTP client is deprecated.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1600529">SERVER-54045</key>
            <summary>Enable Free Monitoring behind a corporate SSL proxy</summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</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="edwin.zhou@mongodb.com">Edwin Zhou</assignee>
                                    <reporter username="evandrix@gmail.com">evandrix none</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 Jan 2021 09:13:18 +0000</created>
                <updated>Wed, 31 Mar 2021 17:13:14 +0000</updated>
                            <resolved>Wed, 31 Mar 2021 17:13:14 +0000</resolved>
                                                                    <component>Internal Code</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="3694422" author="JIRAUSER1257066" created="Wed, 31 Mar 2021 17:13:08 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=evandrix%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;evandrix@gmail.com&quot;&gt;evandrix@gmail.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We haven&#8217;t heard back from you for some time, so I&#8217;m going to close this ticket. If this is still an issue for you, please let us know and we can reopen the ticket.&lt;/p&gt;

&lt;p&gt;Best,&lt;br/&gt;
Edwin&lt;/p&gt;</comment>
                            <comment id="3680286" author="JIRAUSER1257066" created="Tue, 23 Mar 2021 20:57:06 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=evandrix%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;evandrix@gmail.com&quot;&gt;evandrix@gmail.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;We&apos;d like to know if this is still an issue for you. Were you able to find success with enabling free monitoring after Mark&apos;s advice? &lt;/p&gt;

&lt;p&gt;Best,&lt;br/&gt;
Edwin&lt;/p&gt;</comment>
                            <comment id="3599993" author="mark.benvenuto" created="Thu, 4 Feb 2021 19:32:50 +0000"  >&lt;p&gt;Dear &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=evandrix%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;evandrix@gmail.com&quot;&gt;evandrix@gmail.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thank you for the wonderful repro. I really appreciate it.&lt;/p&gt;

&lt;p&gt;The reason why your command fails is that free monitoring does all of its HTTPS calls from mongod, not the mongo shell. The mongo shell just tells mongod to start sending monitoring data. You need to set the environment variables for mongod to support the proxy.&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;env http_proxy=http://127.0.0.1:8123 https_proxy=http://127.0.0.1:8123 ./mongod  &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;Also, with regards to your question about certificates, when just using polipo as a simple HTTP proxy without SOCKS, I did not need to disable certificate validation.&lt;/p&gt;

&lt;p&gt;&lt;ins&gt;My Config&lt;/ins&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;#logSyslog = true&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;#logFile = polipo.log&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;proxyAddress=&quot;0.0.0.0&quot;&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;#socksParentProxy=&quot;127.0.0.1:7050&quot;&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;#socksProxyType=socks5&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;chunkHighMark=50331648&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;objectHighMark=16384&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;serverMaxSlots=64&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;serverSlots=16&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;serverSlots1=32 &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;Finally, there is no programmatic way to disable SSL validation today for free monitoring. You may be able to update your OS certificate store with the CA of the MTM proxy. On Debian/Ubuntu, this should be in /etc/ssl/certs (per&#160;&lt;a href=&quot;https://git.launchpad.net/ubuntu/+source/curl/tree/debian/rules?id=24124d49eb988971bb5b93882ab10019ecf77ab3#n54&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.launchpad.net/ubuntu/+source/curl/tree/debian/rules?id=24124d49eb988971bb5b93882ab10019ecf77ab3#n54&lt;/a&gt;).&lt;/p&gt;

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

&lt;p&gt;Mark&lt;/p&gt;</comment>
                            <comment id="3599742" author="evandrix@gmail.com" created="Thu, 4 Feb 2021 18:00:58 +0000"  >&lt;p&gt;in other places e.g. Firefox web browser, i&apos;ve had to either disable SSL certificate verification, or trust the Zscaler root CA certificate, in order to allow the MITM to succeed without affecting my connection to the target site&lt;/p&gt;

&lt;p&gt;another example e.g. python3 -m pip --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org $*&lt;/p&gt;

&lt;p&gt;but i haven&apos;t figured out how to do something like that here for this&lt;/p&gt;</comment>
                            <comment id="3599721" author="evandrix@gmail.com" created="Thu, 4 Feb 2021 17:56:19 +0000"  >&lt;p&gt;i&apos;m running MongoDB v4.4.3 inside an Ubuntu 20.04 VM via VirtualBox on Windows 10 v18363 x64 on a corporate&#160;Surface Laptop.&lt;/p&gt;

&lt;p&gt;i&apos;ve installed `polipo`, the latest one was for Ubuntu 18.04 &lt;a href=&quot;https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/polipo_1.1.1-8_amd64.deb.html,&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/polipo_1.1.1-8_amd64.deb.html,&lt;/a&gt;&#160;modified the config to become as follows:&lt;/p&gt;

&lt;p&gt;/etc/polipo/config:&lt;br/&gt;
 logSyslog = true&lt;br/&gt;
 logFile = /var/log/polipo/polipo.log&lt;br/&gt;
 proxyAddress=&quot;0.0.0.0&quot;&lt;br/&gt;
 socksParentProxy=&quot;127.0.0.1:7050&quot;&lt;br/&gt;
 socksProxyType=socks5&lt;br/&gt;
 chunkHighMark=50331648&lt;br/&gt;
 objectHighMark=16384&lt;br/&gt;
 serverMaxSlots=64&lt;br/&gt;
 serverSlots=16&lt;br/&gt;
 serverSlots1=32&lt;/p&gt;

&lt;p&gt;$ `env http_proxy=&lt;a href=&quot;http://127.0.0.1:8123/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8123&lt;/a&gt; https_proxy=&lt;a href=&quot;http://127.0.0.1:8123/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8123&lt;/a&gt; curl -ksL &quot;https://cloud.mongodb.com/freemonitoring/mongo&quot;` worked&lt;/p&gt;

&lt;p&gt;&amp;lt;!doctype html&amp;gt;&lt;br/&gt;
 &amp;lt;html lang=&quot;en&quot;&amp;gt;&lt;br/&gt;
 &amp;lt;head&amp;gt;&lt;br/&gt;
 &amp;lt;meta charset=&quot;utf-8&quot;&amp;gt;&lt;br/&gt;
 &amp;lt;meta name=&quot;robots&quot; content=&quot;noindex, nofollow&quot;&amp;gt;&lt;br/&gt;
 &amp;lt;title&amp;gt;MongoDB Free Monitoring&amp;lt;/title&amp;gt;&lt;br/&gt;
 &amp;lt;link rel=&quot;shortcut icon&quot; type=&quot;image/x-icon&quot; href=&quot;images/favicon.png&quot;/&amp;gt;&lt;br/&gt;
 &amp;lt;link rel=&quot;shortcut icon&quot; href=&quot;/freemonitoring/assets/favicon.ico&quot;&amp;gt;&amp;lt;link href=&quot;/freemonitoring/assets/main.1cfe9ddd7a977d9aa801.css&quot; rel=&quot;stylesheet&quot;&amp;gt;&amp;lt;/head&amp;gt;&lt;br/&gt;
 &amp;lt;body&amp;gt;&lt;br/&gt;
 &amp;lt;div id=&quot;application&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br/&gt;
 &amp;lt;script type=&quot;text/javascript&quot; src=&quot;/freemonitoring/assets/bundle.1cfe9ddd7a977d9aa801.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;/body&amp;gt;&lt;br/&gt;
 &amp;lt;/html&amp;gt;&lt;/p&gt;

&lt;p&gt;but $ `env http_proxy=&lt;a href=&quot;http://127.0.0.1:8123/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8123&lt;/a&gt; https_proxy=&lt;a href=&quot;http://127.0.0.1:8123/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8123&lt;/a&gt; mongo collection` failed (of course, i had another terminal console SSH&apos;ed into an unrestricted host, with DynamicForward &amp;lt;port&amp;gt; while running this command)&lt;/p&gt;

&lt;p&gt;collection &lt;a href=&quot;#0&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;0&lt;/a&gt;&amp;gt; db.enableFreeMonitoring()&lt;br/&gt;
 Unable to get immediate response from the Cloud Monitoring service. We willcontinue to retry in the background. Please check your firewall settings to ensure that mongod can communicate with &quot;https://cloud.mongodb.com/freemonitoring/mongo&quot;&lt;/p&gt;

&lt;p&gt;is there a way to trace the network request being made here, whether it is &lt;b&gt;actually&lt;/b&gt; going through the http proxy via the socks proxy exposed by the ssh tunnel?&lt;/p&gt;</comment>
                            <comment id="3598092" author="mark.benvenuto" created="Wed, 3 Feb 2021 21:53:11 +0000"  >&lt;p&gt;It depends on the operating system which MongoDB is running on.&lt;/p&gt;

&lt;p&gt;On Windows, I believe it will obey the system settings (MongoDB uses WinHTTP).&lt;/p&gt;

&lt;p&gt;On macOS and Linux, MongoDB uses libcurl. Libcurl supports the environment variable &quot;http_proxy&quot; (&lt;a href=&quot;https://curl.se/libcurl/c/CURLOPT_PROXY.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://curl.se/libcurl/c/CURLOPT_PROXY.html&lt;/a&gt;).&#160;Note that &quot;http_proxy&quot; is all lower case.&#160;&lt;/p&gt;

&lt;p&gt;&lt;ins&gt;Example:&lt;/ins&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;   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;http_proxy=http://some.server.dom:port &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;&#160;&lt;/p&gt;</comment>
                            <comment id="3597800" author="evandrix@gmail.com" created="Wed, 3 Feb 2021 19:55:44 +0000"  >&lt;p&gt;corporate SSL proxy, in particular, Zscaler &lt;a href=&quot;https://www.zscaler.com%2C/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.zscaler.com&lt;/a&gt;&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>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 3 Feb 2021 19:25:50 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 45 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>edwin.zhou@mongodb.com</customfieldvalue>
            <customfieldvalue>evandrix@gmail.com</customfieldvalue>
            <customfieldvalue>mark.benvenuto@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hyraq7:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</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>
                                    <customfieldvalue><![CDATA[edwin.zhou@mongodb.com]]></customfieldvalue>
    

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hyqwzb:</customfieldvalue>

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