<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:11:11 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-46342] DEB installs of MDB do not issue systemctl daemon-reload on install</title>
                <link>https://jira.mongodb.org/browse/SERVER-46342</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;In testing, DEB installs of latest MDB v4.2.3 run into the following error if MDB had been previously installed and then uninstalled on the machine:&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;Failed&#160;to&#160;start&#160;mongod.service:&#160;Unit&#160;mongod.service&#160;not&#160;found.&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;

&lt;p&gt;The fix is to manually run:&#160;&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;sudo systemctl daemon-reload&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;

&lt;p&gt;We&apos;ve gotten some light feedback on the docs concerning this, so I went and&#160;tested this:&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Findings%3A&quot;&gt;&lt;/a&gt;Findings:&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;I was able to verify this on Ubuntu 18 and Debian 10, and have attached steps to reproduce (for Ubuntu 18).&lt;/li&gt;
	&lt;li&gt;I believe the DEB install script just needs to add the&#160;&lt;tt&gt;systemctl daemon-reload&lt;/tt&gt;&#160;command post-install. It would appear that our RPMs&#160;&lt;em&gt;do&lt;/em&gt; perform this step post-install. I&apos;ve attached a comparison. Sure enough, in testing RPMs on CentOS 8 and 7, this problem does not occur (i.e. install, uninstall, reinstall does not require explicitly running daemon-reload on RPM distros)&lt;/li&gt;
	&lt;li&gt;Interestingly,&#160;the DEB &lt;b&gt;uninstall&lt;/b&gt; script (&lt;tt&gt;postrm&lt;/tt&gt;) does run the &lt;tt&gt;systemctl daemon-reload&lt;/tt&gt; command. Ironically, it might be its very inclusion in the uninstall step that causes this issue in the first place, since it forces systemd to realize that the &lt;tt&gt;mongod.service&lt;/tt&gt; file has been removed.&lt;/li&gt;
	&lt;li&gt;This probably affects any DEB-using distro that uses systemd until files, even those on which users might be running SysV Init commands (i.e. &lt;tt&gt;service&lt;/tt&gt;) instead of &lt;tt&gt;systemctl&lt;/tt&gt;, as those distros redirect those commands to systemd in the background. A tweak to the DEB install steps to include daemon-reload would fix these distros too, but should be done in a way that it fails silently on non-systemd machines. The RPM seems to handle this well, and might be a good source for comparison.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Hope this helps!&lt;/p&gt;</description>
                <environment></environment>
        <key id="1150509">SERVER-46342</key>
            <summary>DEB installs of MDB do not issue systemctl daemon-reload on install</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="13201">Fixed</resolution>
                                        <assignee username="mathew.robinson@mongodb.com">Mathew Robinson</assignee>
                                    <reporter username="andrew.feierabend@mongodb.com">Andrew Feierabend</reporter>
                        <labels>
                    </labels>
                <created>Fri, 14 Feb 2020 19:12:13 +0000</created>
                <updated>Sun, 29 Oct 2023 22:11:50 +0000</updated>
                            <resolved>Mon, 2 Mar 2020 14:19:24 +0000</resolved>
                                                    <fixVersion>4.3.4</fixVersion>
                    <fixVersion>4.2.11</fixVersion>
                    <fixVersion>4.0.21</fixVersion>
                    <fixVersion>3.6.21</fixVersion>
                                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="3522273" author="xgen-internal-githook" created="Wed, 9 Dec 2020 03:49:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46342&quot; title=&quot;DEB installs of MDB do not issue systemctl daemon-reload on install&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46342&quot;&gt;&lt;del&gt;SERVER-46342&lt;/del&gt;&lt;/a&gt; Reload systemd service file on install for deb platforms&lt;/p&gt;

&lt;p&gt;This reverts commit 1cd2db51dce4b16f4bc97a75056269df0dc0bddb.&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/23ffc06d3ddf7c80ebe73a544ca09218225a8627&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/23ffc06d3ddf7c80ebe73a544ca09218225a8627&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3521711" author="xgen-internal-githook" created="Tue, 8 Dec 2020 22:13:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ryan Egesdahl&apos;, &apos;email&apos;: &apos;ryan.egesdahl@mongodb.com&apos;, &apos;username&apos;: &apos;deriamis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46342&quot; title=&quot;DEB installs of MDB do not issue systemctl daemon-reload on install&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46342&quot;&gt;&lt;del&gt;SERVER-46342&lt;/del&gt;&lt;/a&gt; Reload systemd service file on install for deb platforms&lt;/p&gt;

&lt;p&gt;This reverts commit 0ed9f1bf7d27e43174ce806291a597947b1f98ae.&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7feae2d6b3d8307a8ea47ea17764d827811e7c69&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7feae2d6b3d8307a8ea47ea17764d827811e7c69&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3486653" author="xgen-internal-githook" created="Thu, 12 Nov 2020 00:06:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Zakhar Kleyman&apos;, &apos;email&apos;: &apos;zakhar.kleyman@mongodb.com&apos;, &apos;username&apos;: &apos;zakhark&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46342&quot; title=&quot;DEB installs of MDB do not issue systemctl daemon-reload on install&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46342&quot;&gt;&lt;del&gt;SERVER-46342&lt;/del&gt;&lt;/a&gt; Reload systemd service file on install for deb platforms&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 08e22cf1dbc7f28db4ff0711b2feb166d776c2d8.&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0ed9f1bf7d27e43174ce806291a597947b1f98ae&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0ed9f1bf7d27e43174ce806291a597947b1f98ae&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3486603" author="xgen-internal-githook" created="Wed, 11 Nov 2020 23:24:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Zakhar Kleyman&apos;, &apos;email&apos;: &apos;zakhar.kleyman@mongodb.com&apos;, &apos;username&apos;: &apos;zakhark&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46342&quot; title=&quot;DEB installs of MDB do not issue systemctl daemon-reload on install&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46342&quot;&gt;&lt;del&gt;SERVER-46342&lt;/del&gt;&lt;/a&gt; Reload systemd service file on install for deb platforms&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit d30e67386b75d724f324246a8dae34065ee8250f.&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1cd2db51dce4b16f4bc97a75056269df0dc0bddb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1cd2db51dce4b16f4bc97a75056269df0dc0bddb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3446457" author="xgen-internal-githook" created="Thu, 15 Oct 2020 15:56:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Mathew Robinson&apos;, &apos;email&apos;: &apos;mathew@chasinglogic.io&apos;, &apos;username&apos;: &apos;chasinglogic&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46342&quot; title=&quot;DEB installs of MDB do not issue systemctl daemon-reload on install&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46342&quot;&gt;&lt;del&gt;SERVER-46342&lt;/del&gt;&lt;/a&gt; Reload systemd service file on install for deb platforms&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0690089e24d1ae398b3cafc348a0b9c9f5f24527)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e1363299a93f53ebbff4a24f11e5d132e25a5c40&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e1363299a93f53ebbff4a24f11e5d132e25a5c40&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3446417" author="xgen-internal-githook" created="Thu, 15 Oct 2020 15:44:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Mathew Robinson&apos;, &apos;email&apos;: &apos;mathew@chasinglogic.io&apos;, &apos;username&apos;: &apos;chasinglogic&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46342&quot; title=&quot;DEB installs of MDB do not issue systemctl daemon-reload on install&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46342&quot;&gt;&lt;del&gt;SERVER-46342&lt;/del&gt;&lt;/a&gt; Reload systemd service file on install for deb platforms&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0690089e24d1ae398b3cafc348a0b9c9f5f24527)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/08e22cf1dbc7f28db4ff0711b2feb166d776c2d8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/08e22cf1dbc7f28db4ff0711b2feb166d776c2d8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3446396" author="xgen-internal-githook" created="Thu, 15 Oct 2020 15:37:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Mathew Robinson&apos;, &apos;email&apos;: &apos;mathew@chasinglogic.io&apos;, &apos;username&apos;: &apos;chasinglogic&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46342&quot; title=&quot;DEB installs of MDB do not issue systemctl daemon-reload on install&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46342&quot;&gt;&lt;del&gt;SERVER-46342&lt;/del&gt;&lt;/a&gt; Reload systemd service file on install for deb platforms&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0690089e24d1ae398b3cafc348a0b9c9f5f24527)&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d30e67386b75d724f324246a8dae34065ee8250f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d30e67386b75d724f324246a8dae34065ee8250f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2917922" author="xgen-internal-githook" created="Fri, 28 Feb 2020 19:29:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;chasinglogic&apos;, &apos;name&apos;: &apos;Mathew Robinson&apos;, &apos;email&apos;: &apos;mathew@chasinglogic.io&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46342&quot; title=&quot;DEB installs of MDB do not issue systemctl daemon-reload on install&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46342&quot;&gt;&lt;del&gt;SERVER-46342&lt;/del&gt;&lt;/a&gt; Reload systemd service file on install for deb platforms&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0690089e24d1ae398b3cafc348a0b9c9f5f24527&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0690089e24d1ae398b3cafc348a0b9c9f5f24527&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="1545510">SERVER-52937</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1539899">SERVER-52806</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1471252">SERVER-50888</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="247873" name="DEB Error on Ubuntu18" size="9139" author="andrew.feierabend@mongodb.com" created="Fri, 14 Feb 2020 19:28:09 +0000"/>
                            <attachment id="247865" name="DEB vs RPM" size="3514" author="andrew.feierabend@mongodb.com" created="Fri, 14 Feb 2020 19:12:41 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="18953"><![CDATA[v4.4]]></customfieldvalue>
    <customfieldvalue key="16775"><![CDATA[v4.2]]></customfieldvalue>
    <customfieldvalue key="15640"><![CDATA[v4.0]]></customfieldvalue>
    <customfieldvalue key="15141"><![CDATA[v3.6]]></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, 27 Feb 2020 14:05:50 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 9 weeks, 1 day 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>
                            3 years, 9 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>41.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.feierabend@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>mathew.robinson@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hwqrbj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hwkfpj:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="3628">Dev Platform 2020-03-09</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>
                                

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

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