<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:14:51 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-69944] Resmoke&apos;s globstar.py does not properly parse * before **</title>
                <link>https://jira.mongodb.org/browse/SERVER-69944</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;From &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=max.hirschhorn%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;max.hirschhorn@mongodb.com&quot;&gt;max.hirschhorn@mongodb.com&lt;/a&gt; on Slack:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;paths of the form a/&amp;#42;/b/&amp;#42;&amp;#42;/c end up attempting to list a literal a/*/b directory instead of trying to glob expand it&lt;/p&gt;

&lt;p&gt;honestly python3 has supported globstar since python 3.5 so we should just delete globstar.py&lt;/p&gt;&lt;/blockquote&gt;</description>
                <environment></environment>
        <key id="2144132">SERVER-69944</key>
            <summary>Resmoke&apos;s globstar.py does not properly parse * before **</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="max.hirschhorn@mongodb.com">Max Hirschhorn</assignee>
                                    <reporter username="davis.haupt@mongodb.com">Davis Haupt</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 Sep 2022 14:06:05 +0000</created>
                <updated>Sun, 29 Oct 2023 21:32:52 +0000</updated>
                            <resolved>Mon, 26 Sep 2022 22:01:56 +0000</resolved>
                                                    <fixVersion>6.1.1</fixVersion>
                    <fixVersion>4.2.24</fixVersion>
                    <fixVersion>4.4.19</fixVersion>
                    <fixVersion>5.0.15</fixVersion>
                    <fixVersion>6.0.4</fixVersion>
                    <fixVersion>6.2.0-rc0</fixVersion>
                                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="5048969" author="xgen-internal-githook" created="Mon, 12 Dec 2022 20:28:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;, &apos;username&apos;: &apos;visemet&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-69944&quot; title=&quot;Resmoke&amp;#39;s globstar.py does not properly parse * before **&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-69944&quot;&gt;&lt;del&gt;SERVER-69944&lt;/del&gt;&lt;/a&gt; Switch to use Python&apos;s built-in recursive glob support.&lt;/p&gt;

&lt;p&gt;When splitting a path of the form &quot;a/&lt;b&gt;/b/&lt;/b&gt;*&quot;, globstar.iglob() would&lt;br/&gt;
previously have attempted to walk &quot;a/*&quot; as a literal directory instead&lt;br/&gt;
of expanding the glob pattern into a list of directories and walking&lt;br/&gt;
each of them.&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6f7bbce507942f5160b42962b226af9566c08d4b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6f7bbce507942f5160b42962b226af9566c08d4b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4990552" author="xgen-internal-githook" created="Thu, 17 Nov 2022 18:31:31 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;, &apos;username&apos;: &apos;visemet&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-69944&quot; title=&quot;Resmoke&amp;#39;s globstar.py does not properly parse * before **&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-69944&quot;&gt;&lt;del&gt;SERVER-69944&lt;/del&gt;&lt;/a&gt; Switch to use Python&apos;s built-in recursive glob support.&lt;/p&gt;

&lt;p&gt;When splitting a path of the form &quot;a/&lt;b&gt;/b/&lt;/b&gt;*&quot;, globstar.iglob() would&lt;br/&gt;
previously have attempted to walk &quot;a/*&quot; as a literal directory instead&lt;br/&gt;
of expanding the glob pattern into a list of directories and walking&lt;br/&gt;
each of them.&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1787c0fca7ef8de4bc9f20479b2a39fea6d81346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1787c0fca7ef8de4bc9f20479b2a39fea6d81346&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4989703" author="xgen-internal-githook" created="Thu, 17 Nov 2022 14:46:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;, &apos;username&apos;: &apos;visemet&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-69944&quot; title=&quot;Resmoke&amp;#39;s globstar.py does not properly parse * before **&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-69944&quot;&gt;&lt;del&gt;SERVER-69944&lt;/del&gt;&lt;/a&gt; Switch to use Python&apos;s built-in recursive glob support.&lt;/p&gt;

&lt;p&gt;When splitting a path of the form &quot;a/&lt;b&gt;/b/&lt;/b&gt;*&quot;, globstar.iglob() would&lt;br/&gt;
previously have attempted to walk &quot;a/*&quot; as a literal directory instead&lt;br/&gt;
of expanding the glob pattern into a list of directories and walking&lt;br/&gt;
each of them.&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/36cbd18d53253fe779c909bb8a33df2742331e89&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/36cbd18d53253fe779c909bb8a33df2742331e89&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4989489" author="xgen-internal-githook" created="Thu, 17 Nov 2022 13:24:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;, &apos;username&apos;: &apos;visemet&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-69944&quot; title=&quot;Resmoke&amp;#39;s globstar.py does not properly parse * before **&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-69944&quot;&gt;&lt;del&gt;SERVER-69944&lt;/del&gt;&lt;/a&gt; Switch to use Python&apos;s built-in recursive glob support.&lt;/p&gt;

&lt;p&gt;When splitting a path of the form &quot;a/&lt;b&gt;/b/&lt;/b&gt;*&quot;, globstar.iglob() would&lt;br/&gt;
previously have attempted to walk &quot;a/*&quot; as a literal directory instead&lt;br/&gt;
of expanding the glob pattern into a list of directories and walking&lt;br/&gt;
each of them.&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4c0d9f3d13e5e8f6bf03ec8c22282db03d65eab9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4c0d9f3d13e5e8f6bf03ec8c22282db03d65eab9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4988134" author="xgen-internal-githook" created="Wed, 16 Nov 2022 21:12:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;, &apos;username&apos;: &apos;visemet&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-69944&quot; title=&quot;Resmoke&amp;#39;s globstar.py does not properly parse * before **&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-69944&quot;&gt;&lt;del&gt;SERVER-69944&lt;/del&gt;&lt;/a&gt; Switch to use Python&apos;s built-in recursive glob support.&lt;/p&gt;

&lt;p&gt;When splitting a path of the form &quot;a/&lt;b&gt;/b/&lt;/b&gt;*&quot;, globstar.iglob() would&lt;br/&gt;
previously have attempted to walk &quot;a/*&quot; as a literal directory instead&lt;br/&gt;
of expanding the glob pattern into a list of directories and walking&lt;br/&gt;
each of them.&lt;br/&gt;
Branch: v6.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/df396f724005fb7011f1b42cb727501a4cfda975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/df396f724005fb7011f1b42cb727501a4cfda975&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4856336" author="xgen-internal-githook" created="Mon, 26 Sep 2022 18:21:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;, &apos;username&apos;: &apos;visemet&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-69944&quot; title=&quot;Resmoke&amp;#39;s globstar.py does not properly parse * before **&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-69944&quot;&gt;&lt;del&gt;SERVER-69944&lt;/del&gt;&lt;/a&gt; Temporarily disable failing FLE 2.0 tests in multiversion.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/d49dac3c38081e25904ec34ae73a86cf80ad2d72&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/d49dac3c38081e25904ec34ae73a86cf80ad2d72&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4852780" author="xgen-internal-githook" created="Fri, 23 Sep 2022 22:47:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;, &apos;username&apos;: &apos;visemet&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-69944&quot; title=&quot;Resmoke&amp;#39;s globstar.py does not properly parse * before **&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-69944&quot;&gt;&lt;del&gt;SERVER-69944&lt;/del&gt;&lt;/a&gt; Switch to use Python&apos;s built-in recursive glob support.&lt;/p&gt;

&lt;p&gt;When splitting a path of the form &quot;a/&lt;b&gt;/b/&lt;/b&gt;*&quot;, globstar.iglob() would&lt;br/&gt;
previously have attempted to walk &quot;a/*&quot; as a literal directory instead&lt;br/&gt;
of expanding the glob pattern into a list of directories and walking&lt;br/&gt;
each of them.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6552887793ccf7dc0c52ff7e19167f10990b6567&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6552887793ccf7dc0c52ff7e19167f10990b6567&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4852757" author="xgen-internal-githook" created="Fri, 23 Sep 2022 22:11:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;, &apos;username&apos;: &apos;visemet&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-69944&quot; title=&quot;Resmoke&amp;#39;s globstar.py does not properly parse * before **&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-69944&quot;&gt;&lt;del&gt;SERVER-69944&lt;/del&gt;&lt;/a&gt; Temporarily disable failing FLE 2.0 query tests.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/566bc07ba44cbf0150dc2122b07baadb7acd96a4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/566bc07ba44cbf0150dc2122b07baadb7acd96a4&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="2144013">SERVER-69937</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2099303">SERVER-68301</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="24444"><![CDATA[v6.1]]></customfieldvalue>
    <customfieldvalue key="23470"><![CDATA[v6.0]]></customfieldvalue>
    <customfieldvalue key="21777"><![CDATA[v5.0]]></customfieldvalue>
    <customfieldvalue key="18953"><![CDATA[v4.4]]></customfieldvalue>
    <customfieldvalue key="16775"><![CDATA[v4.2]]></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>Fri, 23 Sep 2022 14:47:36 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 8 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 8 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>70.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>davis.haupt@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1bifz:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="6349">Sharding 2022-10-03</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;1. Add the path &lt;tt&gt;src/mongo/db/modules/&amp;#42;/jstests/fle2/&amp;#42;&amp;#42;/*.js&lt;/tt&gt; to a resmoke suite.&lt;br/&gt;
2. Run &lt;tt&gt;resmoke.py run --suite=&amp;lt;suite name&amp;gt; --dryRun=tests | grep enterprise/jstests/fle2&lt;/tt&gt;&lt;br/&gt;
3. Results will be empty, but instead should contain the files in the enterprise/jstests/fle2 directory.&lt;/p&gt;</customfieldvalue>

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

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