<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:56:20 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-40924] Add Evergreen task to sanity check fuzzer can parse JavaScript tests</title>
                <link>https://jira.mongodb.org/browse/SERVER-40924</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The mutational (jstestfuzz) fuzzer uses &lt;a href=&quot;https://github.com/acornjs/acorn&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;acorn&lt;/a&gt; to parse the JavaScript tests into an abstract syntax tree. We&apos;ve had cases where a Server engineer attempts to use newer JavaScript features supported by the version of SpiderMonkey integrated into the mongo shell than the ECMAScript version we&apos;ve configured acorn to parse the JavaScript as. This is because special handling for these features (e.g. &lt;tt&gt;class&lt;/tt&gt;) may need to be done to rewrite the generated JavaScript to avoid uncatchable &lt;tt&gt;SyntaxErrors&lt;/tt&gt; or strict-mode violations.&lt;/p&gt;

&lt;p&gt;We should add a &lt;tt&gt;lint_fuzzer_sanity_patch&lt;/tt&gt; Evergreen task to the Enterprise RHEL 6.2 required builder which takes the contents of &lt;a href=&quot;https://github.com/mongodb/mongo/blob/f7a4c4a9632f75996ed607ffc77e2a3cab15ea88/etc/evergreen.yml#L1038-L1057&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;the &lt;tt&gt;patch_files.txt&lt;/tt&gt; file generated by the &quot;get modified patch files&quot; function&lt;/a&gt; and calls &lt;tt&gt;npm run parse&amp;#45;jstest&lt;/tt&gt; on them. The &lt;tt&gt;lint_fuzzer_sanity_patch&lt;/tt&gt; task should be declared in the &lt;tt&gt;requires&lt;/tt&gt; section for the &lt;tt&gt;compile&lt;/tt&gt; task such that scheduling the &lt;tt&gt;compile&lt;/tt&gt; task (either implicitly or explicitly) implicitly schedules the &lt;tt&gt;lint_fuzzer_sanity_patch&lt;/tt&gt; task.&lt;/p&gt;

&lt;p&gt;We should also add &lt;tt&gt;lint_fuzzer_sanity_all&lt;/tt&gt; Evergreen task to the (since removed) TIG Daily Cron build variant which calls &lt;tt&gt;npm run parse&amp;#45;jstest&lt;/tt&gt; on the contents of the &lt;tt&gt;jstests/&lt;/tt&gt; and &lt;tt&gt;src/mongo/db/modules/enterprise/jstests&lt;/tt&gt; directories. This is to handle how we cannot guarantee all commits to mongodb/mongo repository have a corresponding patch build, nor can we guarantee Evergreen schedules every commit to the mongodb/mongo repository. Having a periodic task (once a day) which checks all JavaScript tests means we don&apos;t need complicated logic like the &lt;tt&gt;burn_in_tests&lt;/tt&gt; task to diff against the files changed since the commit the task last ran against in the mainline.&lt;/p&gt;</description>
                <environment></environment>
        <key id="751323">SERVER-40924</key>
            <summary>Add Evergreen task to sanity check fuzzer can parse JavaScript tests</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="robert.guo@mongodb.com">Robert Guo</assignee>
                                    <reporter username="max.hirschhorn@mongodb.com">Max Hirschhorn</reporter>
                        <labels>
                            <label>tig-evgconfig</label>
                    </labels>
                <created>Tue, 30 Apr 2019 22:21:36 +0000</created>
                <updated>Sun, 29 Oct 2023 22:21:29 +0000</updated>
                            <resolved>Tue, 28 May 2019 19:26:51 +0000</resolved>
                                                    <fixVersion>3.4.22</fixVersion>
                    <fixVersion>3.6.14</fixVersion>
                    <fixVersion>4.1.13</fixVersion>
                    <fixVersion>4.0.11</fixVersion>
                                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="2291584" author="xgen-internal-githook" created="Thu, 20 Jun 2019 16:24:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Robert Guo&apos;, &apos;email&apos;: &apos;robertguo@me.com&apos;, &apos;username&apos;: &apos;guoyr&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41401&quot; title=&quot;patch_files.txt doesn&amp;#39;t distinguish between enterprise and community files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41401&quot;&gt;&lt;del&gt;SERVER-41401&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40924&quot; title=&quot;Add Evergreen task to sanity check fuzzer can parse JavaScript tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40924&quot;&gt;&lt;del&gt;SERVER-40924&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40923&quot; title=&quot;Remove npm test command from &amp;quot;run jstestfuzz&amp;quot; Evergreen function&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40923&quot;&gt;&lt;del&gt;SERVER-40923&lt;/del&gt;&lt;/a&gt; Add Evergreen task to sanity check fuzzer can parse JavaScript tests, remove npm test call&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e1d15dafee2ce7bbb239c7c665ed330a20c3af1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e1d15dafee2ce7bbb239c7c665ed330a20c3af1e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2289112" author="xgen-internal-githook" created="Tue, 18 Jun 2019 21:53:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Robert Guo&apos;, &apos;email&apos;: &apos;robert.guo@10gen.com&apos;, &apos;username&apos;: &apos;guoyr&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41401&quot; title=&quot;patch_files.txt doesn&amp;#39;t distinguish between enterprise and community files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41401&quot;&gt;&lt;del&gt;SERVER-41401&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40924&quot; title=&quot;Add Evergreen task to sanity check fuzzer can parse JavaScript tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40924&quot;&gt;&lt;del&gt;SERVER-40924&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40923&quot; title=&quot;Remove npm test command from &amp;quot;run jstestfuzz&amp;quot; Evergreen function&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40923&quot;&gt;&lt;del&gt;SERVER-40923&lt;/del&gt;&lt;/a&gt; Add Evergreen task to sanity check fuzzer can parse JavaScript tests, remove npm test call&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/91b898cb3748eeec0e0d181b2130952547883e27&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/91b898cb3748eeec0e0d181b2130952547883e27&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2287842" author="xgen-internal-githook" created="Mon, 17 Jun 2019 22:20:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Robert Guo&apos;, &apos;email&apos;: &apos;robertguo@me.com&apos;, &apos;username&apos;: &apos;guoyr&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41401&quot; title=&quot;patch_files.txt doesn&amp;#39;t distinguish between enterprise and community files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41401&quot;&gt;&lt;del&gt;SERVER-41401&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40924&quot; title=&quot;Add Evergreen task to sanity check fuzzer can parse JavaScript tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40924&quot;&gt;&lt;del&gt;SERVER-40924&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40923&quot; title=&quot;Remove npm test command from &amp;quot;run jstestfuzz&amp;quot; Evergreen function&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40923&quot;&gt;&lt;del&gt;SERVER-40923&lt;/del&gt;&lt;/a&gt; Add Evergreen task to sanity check fuzzer can parse JavaScript tests, remove npm test call&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 8187520084f58882ab581e667464393e73c4f42a)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9338342988c5850b14815ec5edb139115ed421dc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9338342988c5850b14815ec5edb139115ed421dc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2262473" author="xgen-internal-githook" created="Tue, 28 May 2019 19:26:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;robertguo@me.com&apos;, &apos;name&apos;: &apos;Robert Guo&apos;, &apos;username&apos;: &apos;guoyr&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40924&quot; title=&quot;Add Evergreen task to sanity check fuzzer can parse JavaScript tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40924&quot;&gt;&lt;del&gt;SERVER-40924&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40923&quot; title=&quot;Remove npm test command from &amp;quot;run jstestfuzz&amp;quot; Evergreen function&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40923&quot;&gt;&lt;del&gt;SERVER-40923&lt;/del&gt;&lt;/a&gt; Add Evergreen task to sanity check fuzzer can parse JavaScript tests, remove npm test call&lt;/p&gt;

&lt;p&gt;This reverts commit 4f034e89cc7978317d4a6ef34bc718a83ab55ecb.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8187520084f58882ab581e667464393e73c4f42a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8187520084f58882ab581e667464393e73c4f42a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2259110" author="xgen-internal-githook" created="Fri, 24 May 2019 13:23:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;robertguo@me.com&apos;, &apos;name&apos;: &apos;Robert Guo&apos;, &apos;username&apos;: &apos;guoyr&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40924&quot; title=&quot;Add Evergreen task to sanity check fuzzer can parse JavaScript tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40924&quot;&gt;&lt;del&gt;SERVER-40924&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40923&quot; title=&quot;Remove npm test command from &amp;quot;run jstestfuzz&amp;quot; Evergreen function&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40923&quot;&gt;&lt;del&gt;SERVER-40923&lt;/del&gt;&lt;/a&gt; Add Evergreen task to sanity check fuzzer can parse JavaScript tests, remove npm test call&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 0b39364ee1e923fd3e4e66f0e0bb0e57ca0deacd.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4f034e89cc7978317d4a6ef34bc718a83ab55ecb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4f034e89cc7978317d4a6ef34bc718a83ab55ecb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2259066" author="xgen-internal-githook" created="Fri, 24 May 2019 12:40:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;robertguo@me.com&apos;, &apos;name&apos;: &apos;Robert Guo&apos;, &apos;username&apos;: &apos;guoyr&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40924&quot; title=&quot;Add Evergreen task to sanity check fuzzer can parse JavaScript tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40924&quot;&gt;&lt;del&gt;SERVER-40924&lt;/del&gt;&lt;/a&gt; update jstestfuzz invocation&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/007085f69da56e6b19858209aeed03371f99509f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/007085f69da56e6b19858209aeed03371f99509f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2259023" author="xgen-internal-githook" created="Fri, 24 May 2019 11:08:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Robert Guo&apos;, &apos;email&apos;: &apos;robertguo@me.com&apos;, &apos;username&apos;: &apos;guoyr&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40924&quot; title=&quot;Add Evergreen task to sanity check fuzzer can parse JavaScript tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40924&quot;&gt;&lt;del&gt;SERVER-40924&lt;/del&gt;&lt;/a&gt; fix jstestfuzz setup&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d3b281fdb491a8289c54a2cf3b85c848d09fb05a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d3b281fdb491a8289c54a2cf3b85c848d09fb05a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2258580" author="xgen-internal-githook" created="Thu, 23 May 2019 22:16:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Robert Guo&apos;, &apos;email&apos;: &apos;robertguo@me.com&apos;, &apos;username&apos;: &apos;guoyr&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40924&quot; title=&quot;Add Evergreen task to sanity check fuzzer can parse JavaScript tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40924&quot;&gt;&lt;del&gt;SERVER-40924&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40923&quot; title=&quot;Remove npm test command from &amp;quot;run jstestfuzz&amp;quot; Evergreen function&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40923&quot;&gt;&lt;del&gt;SERVER-40923&lt;/del&gt;&lt;/a&gt; Add Evergreen task to sanity check fuzzer can parse JavaScript tests, remove npm test call.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0b39364ee1e923fd3e4e66f0e0bb0e57ca0deacd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0b39364ee1e923fd3e4e66f0e0bb0e57ca0deacd&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="785569">SERVER-41423</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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>2.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <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>Mon, 13 May 2019 23:01:37 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 33 weeks, 6 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-1162</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, 33 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
            <customfieldvalue>robert.guo@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|huwos7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hum2f3:</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="2935">STM 2019-05-20</customfieldvalue>
    <customfieldvalue id="2936">STM 2019-06-03</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</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|huwb1j:</customfieldvalue>

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