<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:09:04 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-67793] `log_progress_msg` in init.d does not print message</title>
                <link>https://jira.mongodb.org/browse/SERVER-67793</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;tt&gt;log_progress_msg&lt;/tt&gt;&#160;does not print any message in Ubuntu-20.04.4 LTS in WSL. In file&#160;&lt;tt&gt;/lib/lsb/init-functions.d/50-ubuntu-logging&lt;/tt&gt; (Ubuntu 20.04.4 LTS in WSL), the function &lt;tt&gt;log_progress_msg () { : }}} does nothing. To show the message, {{log_success_msg&lt;/tt&gt;&#160;and&#160;&lt;tt&gt;log_failure_msg&lt;/tt&gt;&#160;could be good alternatives.&lt;/p&gt;</description>
                <environment>- Windows 10&lt;br/&gt;
- WSL2&lt;br/&gt;
- Ubuntu 20.04.4 LTS&lt;br/&gt;
- `mongod --version`:&lt;br/&gt;
```&lt;br/&gt;
db version v5.0.9&lt;br/&gt;
Build Info: {&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;version&amp;quot;: &amp;quot;5.0.9&amp;quot;,&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;gitVersion&amp;quot;: &amp;quot;6f7dae919422dcd7f4892c10ff20cdc721ad00e6&amp;quot;,&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;openSSLVersion&amp;quot;: &amp;quot;OpenSSL 1.1.1f  31 Mar 2020&amp;quot;,&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;modules&amp;quot;: [],&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;allocator&amp;quot;: &amp;quot;tcmalloc&amp;quot;,&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;environment&amp;quot;: {&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;distmod&amp;quot;: &amp;quot;ubuntu2004&amp;quot;,&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;distarch&amp;quot;: &amp;quot;x86_64&amp;quot;,&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;target_arch&amp;quot;: &amp;quot;x86_64&amp;quot;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br/&gt;
}&lt;br/&gt;
```</environment>
        <key id="2083066">SERVER-67793</key>
            <summary>`log_progress_msg` in init.d does not print message</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="13201">Fixed</resolution>
                                        <assignee username="ryan.egesdahl@mongodb.com">Ryan Egesdahl</assignee>
                                    <reporter username="xudong.yang@stonybrook.edu">XD Yang</reporter>
                        <labels>
                            <label>Bug</label>
                    </labels>
                <created>Tue, 5 Jul 2022 18:56:31 +0000</created>
                <updated>Sun, 29 Oct 2023 21:36:00 +0000</updated>
                            <resolved>Wed, 28 Sep 2022 21:45:27 +0000</resolved>
                                    <version>5.0.9</version>
                                    <fixVersion>4.4.18</fixVersion>
                    <fixVersion>5.0.14</fixVersion>
                    <fixVersion>6.0.3</fixVersion>
                    <fixVersion>6.2.0-rc0</fixVersion>
                                    <component>Shell</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4874497" author="xgen-internal-githook" created="Mon, 3 Oct 2022 20:34:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;xudyang1&apos;, &apos;email&apos;: &apos;61672396+xudyang1@users.noreply.github.com&apos;, &apos;username&apos;: &apos;xudyang1&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67793&quot; title=&quot;`log_progress_msg` in init.d does not print message&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67793&quot;&gt;&lt;del&gt;SERVER-67793&lt;/del&gt;&lt;/a&gt; Change log_progress_msg to show output in Ubuntu&lt;/p&gt;

&lt;p&gt;`log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the output, `log_success_msg` and `log_failure_msg` could be good alternatives.&lt;/p&gt;

&lt;p&gt;Closes &lt;a href=&quot;https://github.com/mongodb/mongo/pull/1474&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/pull/1474&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Signed-off-by: Ryan Egesdahl &amp;lt;ryan.egesdahl@mongodb.com&amp;gt;&lt;br/&gt;
(cherry picked from commit cad54eb5ebdff24ecec53b56788cd151d8d64272)&lt;br/&gt;
(cherry picked from commit 7cef34d8a1488b37fcf4cd80eb79ae2bf3f9eac4)&lt;br/&gt;
(cherry picked from commit 03fa8f1500fb3ea72a66f2bed4333210b8947fac)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5e95574d1e47973620e45a3906000df9864b1f74&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5e95574d1e47973620e45a3906000df9864b1f74&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4874356" author="xgen-internal-githook" created="Mon, 3 Oct 2022 20:03:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;xudyang1&apos;, &apos;email&apos;: &apos;61672396+xudyang1@users.noreply.github.com&apos;, &apos;username&apos;: &apos;xudyang1&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67793&quot; title=&quot;`log_progress_msg` in init.d does not print message&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67793&quot;&gt;&lt;del&gt;SERVER-67793&lt;/del&gt;&lt;/a&gt; Change log_progress_msg to show output in Ubuntu&lt;/p&gt;

&lt;p&gt;`log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the output, `log_success_msg` and `log_failure_msg` could be good alternatives.&lt;/p&gt;

&lt;p&gt;Closes &lt;a href=&quot;https://github.com/mongodb/mongo/pull/1474&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/pull/1474&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Signed-off-by: Ryan Egesdahl &amp;lt;ryan.egesdahl@mongodb.com&amp;gt;&lt;br/&gt;
(cherry picked from commit cad54eb5ebdff24ecec53b56788cd151d8d64272)&lt;br/&gt;
(cherry picked from commit 7cef34d8a1488b37fcf4cd80eb79ae2bf3f9eac4)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/03fa8f1500fb3ea72a66f2bed4333210b8947fac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/03fa8f1500fb3ea72a66f2bed4333210b8947fac&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4874112" author="xgen-internal-githook" created="Mon, 3 Oct 2022 19:04:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;xudyang1&apos;, &apos;email&apos;: &apos;61672396+xudyang1@users.noreply.github.com&apos;, &apos;username&apos;: &apos;xudyang1&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67793&quot; title=&quot;`log_progress_msg` in init.d does not print message&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67793&quot;&gt;&lt;del&gt;SERVER-67793&lt;/del&gt;&lt;/a&gt; Change log_progress_msg to show output in Ubuntu&lt;/p&gt;

&lt;p&gt;`log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the output, `log_success_msg` and `log_failure_msg` could be good alternatives.&lt;/p&gt;

&lt;p&gt;Closes &lt;a href=&quot;https://github.com/mongodb/mongo/pull/1474&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/pull/1474&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Signed-off-by: Ryan Egesdahl &amp;lt;ryan.egesdahl@mongodb.com&amp;gt;&lt;br/&gt;
(cherry picked from commit cad54eb5ebdff24ecec53b56788cd151d8d64272)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7cef34d8a1488b37fcf4cd80eb79ae2bf3f9eac4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7cef34d8a1488b37fcf4cd80eb79ae2bf3f9eac4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4850293" author="xgen-internal-githook" created="Fri, 23 Sep 2022 07:07:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;xudyang1&apos;, &apos;email&apos;: &apos;61672396+xudyang1@users.noreply.github.com&apos;, &apos;username&apos;: &apos;xudyang1&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67793&quot; title=&quot;`log_progress_msg` in init.d does not print message&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67793&quot;&gt;&lt;del&gt;SERVER-67793&lt;/del&gt;&lt;/a&gt; Change log_progress_msg to show output in Ubuntu&lt;/p&gt;

&lt;p&gt;`log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the output, `log_success_msg` and `log_failure_msg` could be good alternatives.&lt;/p&gt;

&lt;p&gt;Closes &lt;a href=&quot;https://github.com/mongodb/mongo/pull/1474&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/pull/1474&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Signed-off-by: Ryan Egesdahl &amp;lt;ryan.egesdahl@mongodb.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/cad54eb5ebdff24ecec53b56788cd151d8d64272&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/cad54eb5ebdff24ecec53b56788cd151d8d64272&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4849143" author="ryan.egesdahl" created="Thu, 22 Sep 2022 17:50:22 +0000"  >&lt;p&gt;PR URL: &lt;a href=&quot;https://github.com/mongodb/mongo/pull/1474&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/pull/1474&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23470"><![CDATA[v6.0]]></customfieldvalue>
    <customfieldvalue key="21777"><![CDATA[v5.0]]></customfieldvalue>
    <customfieldvalue key="18953"><![CDATA[v4.4]]></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, 22 Sep 2022 17:50:22 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 18 weeks, 2 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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </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>
                            1 year, 18 weeks, 2 days ago
                        </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>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ryan.egesdahl@mongodb.com</customfieldvalue>
            <customfieldvalue>xudong.yang@stonybrook.edu</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i112q7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0jww0:</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_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;ul&gt;
	&lt;li&gt;install WSL in windows 10&lt;/li&gt;
	&lt;li&gt;install Ubuntu 20.04.4 LTS in WSL&lt;/li&gt;
	&lt;li&gt;install mongodb from instructions in &lt;a href=&quot;https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-database&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-database&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;type `sudo service mongodb status`
	&lt;ul&gt;
		&lt;li&gt;the output is
		&lt;ul&gt;
			&lt;li&gt;```&lt;/li&gt;
			&lt;li&gt;&#160;* Checking status of database mongod &#160; &#160; &lt;span class=&quot;error&quot;&gt;&amp;#91;fail&amp;#93;&lt;/span&gt;&lt;/li&gt;
			&lt;li&gt;```&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;but expected
		&lt;ul&gt;
			&lt;li&gt;```&lt;/li&gt;
			&lt;li&gt;&#160;* Checking status of database mongod&lt;/li&gt;
			&lt;li&gt;&#160;* apparently not running &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &lt;span class=&quot;error&quot;&gt;&amp;#91;fail&amp;#93;&lt;/span&gt;&lt;/li&gt;
			&lt;li&gt;```&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
</customfieldvalue>

                        </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[chris.kelly@mongodb.com]]></customfieldvalue>
    

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

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