<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:01:45 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-42911] Rebuild mongodb by building.md and failed to build due to ModuleNotFoundError: No module named &apos;Cheetah&apos; with MSVC on windows</title>
                <link>https://jira.mongodb.org/browse/SERVER-42911</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;font color=&quot;#172b4d&quot;&gt;We tried to rebuild mongodb by building.md, after executing the python.exe buildscripts/scons.py all -j4 command, the error will always be reported as below:&#160;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#de350b&quot;&gt;C:\Python\Python37\python.exe src\mongo\base\generate_error_codes.py src\mongo\base\error_codes.yml src\mongo\base\error&lt;br/&gt;
_codes.tpl.h build\opt\mongo\base\error_codes.h&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
&#160; File &quot;src\mongo\base\generate_error_codes.py&quot;, line 31, in &amp;lt;module&amp;gt;&lt;br/&gt;
&#160;&#160;&#160; from Cheetah.Template import Template&lt;br/&gt;
ModuleNotFoundError: No module named &apos;Cheetah&apos;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#172b4d&quot;&gt;And we checked the &apos;src\mongo\base\generate_error_codes.py&apos; file, but I don&apos;t understand why this error was reported: ModuleNotFoundError: No module named &apos;Cheetah&apos; . &lt;/font&gt;&lt;font color=&quot;#172b4d&quot;&gt;Could you please help to take a look at this issue? Is there any configuration missing? Thanks in advance!&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;br/&gt;
Reproduce steps:&lt;br/&gt;
 1. git clone -c core.autocrlf=true &lt;a href=&quot;https://github.com/mongodb/mongo&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo&lt;/a&gt; &#160; F:\git_projects\mongodb\mongo&lt;br/&gt;
 2. Open a VS 2017 x64 command prompt and browse to F:\git_projects\mongodb\mongo&lt;br/&gt;
 3. pip.exe install --user -r .\etc\pip\dev-requirements.txt&lt;br/&gt;
 4. python.exe buildscripts/scons.py all -j4&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Note:&#160;&lt;/p&gt;

&lt;p&gt;F:\git_projects\mongodb\mongo&amp;gt; python --version&lt;br/&gt;
Python 3.7.4&lt;br/&gt;
Acutal result:&lt;/p&gt;

&lt;p&gt;scons: Reading SConscript files ...&lt;br/&gt;
scons: running with args C:\Python\Python37\python.exe buildscripts/scons.py all -j4&lt;br/&gt;
scons version: 3.1.1&lt;br/&gt;
python version: 3 7 4 &apos;final&apos; 0&lt;br/&gt;
CC is cl&lt;br/&gt;
cl was not found in $PATH&lt;br/&gt;
cl resolves to F:\git_projects\mongodb\mongo\cl&lt;br/&gt;
CXX is $CC&lt;br/&gt;
$CC was not found in $PATH&lt;br/&gt;
$CC resolves to F:\git_projects\mongodb\mongo\$CC&lt;br/&gt;
Checking whether the C compiler works... (cached) yes&lt;br/&gt;
Checking whether the C++ compiler works... (cached) yes&lt;br/&gt;
Checking that the C++ compiler can link a C++ program... (cached) yes&lt;br/&gt;
Checking if C++ compiler &quot;$CC&quot; is MSVC... (cached) yes&lt;br/&gt;
Checking if C compiler &quot;cl&quot; is MSVC... (cached) yes&lt;br/&gt;
Detected a x86_64 processor&lt;br/&gt;
Checking if target OS windows is supported by the toolchain... (cached) yes&lt;br/&gt;
Checking if C compiler is Microsoft Visual Studio 2017 15.9 or newer...(cached) yes&lt;br/&gt;
Checking if C++ compiler is Microsoft Visual Studio 2017 15.9 or newer...(cached) yes&lt;br/&gt;
Checking if we are using libstdc++... (cached) no&lt;br/&gt;
Checking for C++17... (cached) yes&lt;br/&gt;
Checking for memset_s... (cached) no&lt;br/&gt;
Checking for C function strnlen()... (cached) yes&lt;br/&gt;
Checking Windows SDK is 8.1 or newer... (cached) yes&lt;br/&gt;
Checking if we are on a POSIX system... (cached) no&lt;br/&gt;
Checking for storage class thread_local (cached) yes&lt;br/&gt;
Checking for C++14 std::enable_if_t support...(cached) yes&lt;br/&gt;
Using SSL Provider: windows&lt;br/&gt;
Checking for C++ header file execinfo.h... (cached) no&lt;br/&gt;
Checking for C library pcap... (cached) no&lt;br/&gt;
Checking for C library wpcap... (cached) no&lt;br/&gt;
Checking if std::atomic&amp;lt;int64_t&amp;gt; works... (cached) yes&lt;br/&gt;
Checking if std::atomic&amp;lt;uint64_t&amp;gt; works... (cached) yes&lt;br/&gt;
Checking if std::atomic&amp;lt;int32_t&amp;gt; works... (cached) yes&lt;br/&gt;
Checking if std::atomic&amp;lt;uint32_t&amp;gt; works... (cached) yes&lt;br/&gt;
Checking for extended alignment 64 for concurrency types... (cached) yes&lt;br/&gt;
Checking for mongoc_get_major_version() in C library mongoc-1.0... (cached) no&lt;br/&gt;
Checking for C function fallocate()... (cached) no&lt;br/&gt;
Checking for C function sync_file_range()... (cached) no&lt;br/&gt;
Checking for C header file x86intrin.h... (cached) no&lt;br/&gt;
Checking for C header file arm_neon.h... (cached) no&lt;br/&gt;
scons: done reading SConscript files.&lt;br/&gt;
scons: Building targets ...&lt;br/&gt;
C:\Python\Python37\python.exe buildscripts/idl/idlc.py --include src --base_dir build/opt --target_arch x86_64 --header&lt;br/&gt;
build\opt\mongo\db\repl\rollback_gen.h --output build\opt\mongo\db\repl\rollback_gen.cpp src\mongo\db\repl\rollback.idl&lt;br/&gt;
C:\Python\Python37\python.exe src\mongo\base\generate_error_codes.py src\mongo\base\error_codes.yml src\mongo\base\error&lt;br/&gt;
_codes.tpl.h build\opt\mongo\base\error_codes.h&lt;br/&gt;
&lt;font color=&quot;#de350b&quot;&gt;Traceback (most recent call last):&lt;/font&gt;&lt;br/&gt;
&lt;font color=&quot;#de350b&quot;&gt;&#160; File &quot;src\mongo\base\generate_error_codes.py&quot;, line 31, in &amp;lt;module&amp;gt;&lt;/font&gt;&lt;br/&gt;
&lt;font color=&quot;#de350b&quot;&gt;&#160;&#160;&#160; from Cheetah.Template import Template&lt;/font&gt;&lt;br/&gt;
&lt;font color=&quot;#de350b&quot;&gt;ModuleNotFoundError: No module named &apos;Cheetah&apos;&lt;/font&gt;&lt;br/&gt;
C:\Python\Python37\python.exe buildscripts/idl/idlc.py --include src --base_dir build/opt --target_arch x86_64 --header&lt;br/&gt;
build\opt\mongo\rpc\metadata\impersonated_user_metadata_gen.h --output build\opt\mongo\rpc\metadata\impersonated_user_me&lt;br/&gt;
tadata_gen.cpp src\mongo\rpc\metadata\impersonated_user_metadata.idl&lt;br/&gt;
C:\Python\Python37\python.exe buildscripts/idl/idlc.py --include src --base_dir build/opt --target_arch x86_64 --header&lt;br/&gt;
build\opt\mongo\db\repl\repl_settings_gen.h --output build\opt\mongo\db\repl\repl_settings_gen.cpp src\mongo\db\repl\rep&lt;br/&gt;
l_settings.idl&lt;br/&gt;
scons: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;build\opt\mongo\base\error_codes.h&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
scons: building terminated because of errors.&lt;br/&gt;
build\opt\mongo\base\error_codes.h failed: Error 1&lt;/p&gt;</description>
                <environment>VS 2017 + Windows Server 2016 + MongoDB master branch latest revision</environment>
        <key id="900908">SERVER-42911</key>
            <summary>Rebuild mongodb by building.md and failed to build due to ModuleNotFoundError: No module named &apos;Cheetah&apos; with MSVC on windows</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="spacelg">LinGao</reporter>
                        <labels>
                    </labels>
                <created>Tue, 20 Aug 2019 09:27:07 +0000</created>
                <updated>Sun, 29 Oct 2023 22:17:54 +0000</updated>
                            <resolved>Tue, 3 Sep 2019 15:11:38 +0000</resolved>
                                                    <fixVersion>3.6.15</fixVersion>
                    <fixVersion>4.0.13</fixVersion>
                    <fixVersion>3.4.23</fixVersion>
                    <fixVersion>4.2.1</fixVersion>
                    <fixVersion>4.3.1</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="2413373" author="xgen-internal-githook" created="Mon, 9 Sep 2019 19:08:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;chasinglogic&apos;, &apos;email&apos;: &apos;mathew.robinson@mongodb.com&apos;, &apos;name&apos;: &apos;Mathew Robinson&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-42911&quot; title=&quot;Rebuild mongodb by building.md and failed to build due to ModuleNotFoundError: No module named &amp;#39;Cheetah&amp;#39; with MSVC on windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-42911&quot;&gt;&lt;del&gt;SERVER-42911&lt;/del&gt;&lt;/a&gt; Pass %APPDATA% into ENV for python subprocesses on Windows&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 89b3607e30edefe76ac84052cfe411ee1fda3b95)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/dd0bc4758718abc47050f0b91dfc777a54b67899&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/dd0bc4758718abc47050f0b91dfc777a54b67899&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2413372" author="xgen-internal-githook" created="Mon, 9 Sep 2019 19:08:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Mathew Robinson&apos;, &apos;username&apos;: &apos;chasinglogic&apos;, &apos;email&apos;: &apos;mathew.robinson@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-42911&quot; title=&quot;Rebuild mongodb by building.md and failed to build due to ModuleNotFoundError: No module named &amp;#39;Cheetah&amp;#39; with MSVC on windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-42911&quot;&gt;&lt;del&gt;SERVER-42911&lt;/del&gt;&lt;/a&gt; Pass %APPDATA% into ENV for python subprocesses on Windows&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 89b3607e30edefe76ac84052cfe411ee1fda3b95)&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/05cddb7914362e3986d5e20d7a37adca105503ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/05cddb7914362e3986d5e20d7a37adca105503ac&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2413371" author="xgen-internal-githook" created="Mon, 9 Sep 2019 19:08:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;chasinglogic&apos;, &apos;email&apos;: &apos;mathew.robinson@mongodb.com&apos;, &apos;name&apos;: &apos;Mathew Robinson&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-42911&quot; title=&quot;Rebuild mongodb by building.md and failed to build due to ModuleNotFoundError: No module named &amp;#39;Cheetah&amp;#39; with MSVC on windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-42911&quot;&gt;&lt;del&gt;SERVER-42911&lt;/del&gt;&lt;/a&gt; Pass %APPDATA% into ENV for python subprocesses on Windows&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 89b3607e30edefe76ac84052cfe411ee1fda3b95)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2eeba9bf12fa5c83f19ca36bc0d20914c22a25bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2eeba9bf12fa5c83f19ca36bc0d20914c22a25bb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2413369" author="xgen-internal-githook" created="Mon, 9 Sep 2019 19:07:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Mathew Robinson&apos;, &apos;username&apos;: &apos;chasinglogic&apos;, &apos;email&apos;: &apos;mathew.robinson@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-42911&quot; title=&quot;Rebuild mongodb by building.md and failed to build due to ModuleNotFoundError: No module named &amp;#39;Cheetah&amp;#39; with MSVC on windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-42911&quot;&gt;&lt;del&gt;SERVER-42911&lt;/del&gt;&lt;/a&gt; Pass %APPDATA% into ENV for python subprocesses on Windows&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 89b3607e30edefe76ac84052cfe411ee1fda3b95)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8caf0e6c0dd80689bb79e02b977d0e76123285bc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8caf0e6c0dd80689bb79e02b977d0e76123285bc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2405431" author="mathew.robinson" created="Tue, 3 Sep 2019 15:11:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=spacelg&quot; class=&quot;user-hover&quot; rel=&quot;spacelg&quot;&gt;spacelg&lt;/a&gt; I&apos;m going to close this ticket, if you pull in the commit from above you should no longer experience this issue.&lt;/p&gt;

&lt;p&gt;Feel free to reopen if the above commit does not resolve this for you.&lt;/p&gt;</comment>
                            <comment id="2398384" author="xgen-internal-githook" created="Wed, 28 Aug 2019 20:16:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;mathew.robinson@mongodb.com&apos;, &apos;name&apos;: &apos;Mathew Robinson&apos;, &apos;username&apos;: &apos;chasinglogic&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-42911&quot; title=&quot;Rebuild mongodb by building.md and failed to build due to ModuleNotFoundError: No module named &amp;#39;Cheetah&amp;#39; with MSVC on windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-42911&quot;&gt;&lt;del&gt;SERVER-42911&lt;/del&gt;&lt;/a&gt; Pass %APPDATA% into ENV for python subprocesses on Windows&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/89b3607e30edefe76ac84052cfe411ee1fda3b95&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/89b3607e30edefe76ac84052cfe411ee1fda3b95&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2398088" author="mathew.robinson" created="Wed, 28 Aug 2019 17:12:43 +0000"  >&lt;p&gt;Hey &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=spacelg&quot; class=&quot;user-hover&quot; rel=&quot;spacelg&quot;&gt;spacelg&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thanks for bringing this to our attention. This is actually a weird interaction between how SCons creates subprocesses, pip with the &lt;tt&gt;--user&lt;/tt&gt; flag, and how Python does module lookups.&lt;/p&gt;

&lt;p&gt;SCons does not, by design, automatically forward all parent environment variables down to subprocesses. This includes variables like &lt;tt&gt;%APPDATA%&lt;/tt&gt; on WIndows which tells Python where to look for user site packages. Since you installed the requirements.txt (correctly) using the &lt;tt&gt;--user&lt;/tt&gt; option it installed the packages into this user site-packages directory. This is why SCons was able to import those packages, like psutil, but when it ran python subprocesses like &lt;tt&gt;generate_error_codes.py&lt;/tt&gt; they could not. I&apos;ve made the change to our SConstruct to pass &lt;tt&gt;%APPDATA%&lt;/tt&gt; down to subprocesses to fix this issue on Windows.&lt;/p&gt;

&lt;p&gt;If you need to build an older branch or do not want to wait for this fix to land you can work around it by running your pip install command without the &lt;tt&gt;--user&lt;/tt&gt; flag.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</comment>
                            <comment id="2380133" author="thomas.schubert" created="Wed, 21 Aug 2019 02:43:55 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=spacelg&quot; class=&quot;user-hover&quot; rel=&quot;spacelg&quot;&gt;spacelg&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;I&apos;ve assigned this issue to the Developer Tools team to investigate &#8212; we&apos;ll look into it.&lt;/p&gt;

&lt;p&gt;Kind regards,&lt;br/&gt;
Kelsey&lt;/p&gt;</comment>
                            <comment id="2380107" author="spacelg" created="Wed, 21 Aug 2019 01:51:54 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Is there anyone looking at this issue ?&#160;&lt;/p&gt;

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

&lt;p&gt;Lin&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>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16775"><![CDATA[v4.2]]></customfieldvalue>
    <customfieldvalue key="15640"><![CDATA[v4.0]]></customfieldvalue>
    <customfieldvalue key="15141"><![CDATA[v3.6]]></customfieldvalue>
    <customfieldvalue key="14340"><![CDATA[v3.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>Wed, 21 Aug 2019 02:43:55 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 22 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>
                            4 years, 22 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>kelsey.schubert@mongodb.com</customfieldvalue>
            <customfieldvalue>spacelg</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|hvltsv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hvan87:</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="3113">Dev Tools 2019-08-26</customfieldvalue>
    <customfieldvalue id="3246">Dev Tools 2019-09-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|hvlg27:</customfieldvalue>

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