<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:37:52 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>[COMPASS-4927] Remove mongodb-extended-json usage</title>
                <link>https://jira.mongodb.org/browse/COMPASS-4927</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;The package is deprecated and causes issues like &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4926&quot; title=&quot;mongodb-extended-json fails to serialize BSON 4.x DBRefs with ObjectID $id&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4926&quot;&gt;&lt;del&gt;COMPASS-4926&lt;/del&gt;&lt;/a&gt;. We should just stick with the bson package&apos;s EJSON implementation wherever possible.&lt;/p&gt;

&lt;p&gt;&lt;del&gt;This requires the fix for &lt;a href=&quot;https://jira.mongodb.org/browse/NODE-3247&quot; title=&quot;Driver Handling of DBRefs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NODE-3247&quot;&gt;&lt;del&gt;NODE-3247&lt;/del&gt;&lt;/a&gt; to be released, as it solves a problem similar to &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4926&quot; title=&quot;mongodb-extended-json fails to serialize BSON 4.x DBRefs with ObjectID $id&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4926&quot;&gt;&lt;del&gt;COMPASS-4926&lt;/del&gt;&lt;/a&gt;.&lt;/del&gt;&lt;br/&gt;
This should work with bson 4.4.1.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1809178">COMPASS-4927</key>
            <summary>Remove mongodb-extended-json usage</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="anna.henningsen@mongodb.com">Anna Henningsen</assignee>
                                    <reporter username="anna.henningsen@mongodb.com">Anna Henningsen</reporter>
                        <labels>
                    </labels>
                <created>Tue, 6 Jul 2021 12:05:20 +0000</created>
                <updated>Sun, 29 Oct 2023 02:39:46 +0000</updated>
                            <resolved>Thu, 3 Feb 2022 16:24:45 +0000</resolved>
                                                    <fixVersion>1.31.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="4338704" author="xgen-internal-githook" created="Mon, 7 Feb 2022 10:40:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt; (#2757)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5372&quot; title=&quot;BSONTimestamp value is not properly copied over in when clicking the copy button&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5372&quot;&gt;&lt;del&gt;COMPASS-5372&lt;/del&gt;&lt;/a&gt; (BSON Timestamp stringification) as well.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(compass-crud): drop js-beautify for EJSON&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We use js-beautify to nicely indent generated JSON strings. Given&lt;br/&gt;
that this is already a built-in feature of JSON, it seems cleaner&lt;br/&gt;
and simpler to use that built-in functionality instead of&lt;br/&gt;
a full-blown JS beautifier.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5417&quot; title=&quot;Add sort / filter controls to the header of the list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5417&quot;&gt;&lt;del&gt;COMPASS-5417&lt;/del&gt;&lt;/a&gt;-sort-filters-on-entry-screen&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4335758" author="xgen-internal-githook" created="Fri, 4 Feb 2022 13:52:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt; (#2757)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5372&quot; title=&quot;BSONTimestamp value is not properly copied over in when clicking the copy button&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5372&quot;&gt;&lt;del&gt;COMPASS-5372&lt;/del&gt;&lt;/a&gt; (BSON Timestamp stringification) as well.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(compass-crud): drop js-beautify for EJSON&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We use js-beautify to nicely indent generated JSON strings. Given&lt;br/&gt;
that this is already a built-in feature of JSON, it seems cleaner&lt;br/&gt;
and simpler to use that built-in functionality instead of&lt;br/&gt;
a full-blown JS beautifier.&lt;br/&gt;
Branch: 1.31-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4335629" author="xgen-internal-githook" created="Fri, 4 Feb 2022 12:32:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt; (#2757)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5372&quot; title=&quot;BSONTimestamp value is not properly copied over in when clicking the copy button&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5372&quot;&gt;&lt;del&gt;COMPASS-5372&lt;/del&gt;&lt;/a&gt; (BSON Timestamp stringification) as well.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(compass-crud): drop js-beautify for EJSON&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We use js-beautify to nicely indent generated JSON strings. Given&lt;br/&gt;
that this is already a built-in feature of JSON, it seems cleaner&lt;br/&gt;
and simpler to use that built-in functionality instead of&lt;br/&gt;
a full-blown JS beautifier.&lt;br/&gt;
Branch: mocha-automock-support&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4334152" author="xgen-internal-githook" created="Thu, 3 Feb 2022 19:09:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt; (#2757)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5372&quot; title=&quot;BSONTimestamp value is not properly copied over in when clicking the copy button&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5372&quot;&gt;&lt;del&gt;COMPASS-5372&lt;/del&gt;&lt;/a&gt; (BSON Timestamp stringification) as well.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(compass-crud): drop js-beautify for EJSON&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We use js-beautify to nicely indent generated JSON strings. Given&lt;br/&gt;
that this is already a built-in feature of JSON, it seems cleaner&lt;br/&gt;
and simpler to use that built-in functionality instead of&lt;br/&gt;
a full-blown JS beautifier.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5470&quot; title=&quot;Toggles are hard to see in dark theme&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5470&quot;&gt;&lt;del&gt;COMPASS-5470&lt;/del&gt;&lt;/a&gt;-improve-dark-theme-toggle-appearance&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4333583" author="xgen-internal-githook" created="Thu, 3 Feb 2022 16:31:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt; (#2757)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5372&quot; title=&quot;BSONTimestamp value is not properly copied over in when clicking the copy button&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5372&quot;&gt;&lt;del&gt;COMPASS-5372&lt;/del&gt;&lt;/a&gt; (BSON Timestamp stringification) as well.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(compass-crud): drop js-beautify for EJSON&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We use js-beautify to nicely indent generated JSON strings. Given&lt;br/&gt;
that this is already a built-in feature of JSON, it seems cleaner&lt;br/&gt;
and simpler to use that built-in functionality instead of&lt;br/&gt;
a full-blown JS beautifier.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5481&quot; title=&quot;Replace UnsafeComponent wrapper with ErrorBoundary wrapper in compass-components&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5481&quot;&gt;&lt;del&gt;COMPASS-5481&lt;/del&gt;&lt;/a&gt;-use-one-react-root&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4333540" author="xgen-internal-githook" created="Thu, 3 Feb 2022 16:23:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt; (#2757)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5372&quot; title=&quot;BSONTimestamp value is not properly copied over in when clicking the copy button&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5372&quot;&gt;&lt;del&gt;COMPASS-5372&lt;/del&gt;&lt;/a&gt; (BSON Timestamp stringification) as well.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(compass-crud): drop js-beautify for EJSON&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We use js-beautify to nicely indent generated JSON strings. Given&lt;br/&gt;
that this is already a built-in feature of JSON, it seems cleaner&lt;br/&gt;
and simpler to use that built-in functionality instead of&lt;br/&gt;
a full-blown JS beautifier.&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e654e1d639770a31ec4c341d01e9b070edc895ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4333070" author="xgen-internal-githook" created="Thu, 3 Feb 2022 14:29:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna@addaleax.net&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix: replace legacy EJSON with driver&#8217;s bson packages EJSON &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4927&quot; title=&quot;Remove mongodb-extended-json usage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4927&quot;&gt;&lt;del&gt;COMPASS-4927&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5372&quot; title=&quot;BSONTimestamp value is not properly copied over in when clicking the copy button&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5372&quot;&gt;&lt;del&gt;COMPASS-5372&lt;/del&gt;&lt;/a&gt; (BSON Timestamp stringification) as well.&lt;br/&gt;
Branch: 4927-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/a6d1751ed8fe0162d746b2e5321c8991f3b18f39&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/a6d1751ed8fe0162d746b2e5321c8991f3b18f39&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="1087569">COMPASS-4080</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1096912">COMPASS-4094</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1809175">COMPASS-4926</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1796730">COMPASS-4903</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1697284">NODE-3247</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1952741">COMPASS-5372</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>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 3 Feb 2022 14:29:25 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 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_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![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>
                            2 years, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>anna.henningsen@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzqmcv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzaz6v:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5854">Iteration Utica</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzq8lz:</customfieldvalue>

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