<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:38:22 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-5076] Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys</title>
                <link>https://jira.mongodb.org/browse/COMPASS-5076</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;h3&gt;&lt;a name=&quot;ProblemStatement%2FRationale&quot;&gt;&lt;/a&gt;&lt;b&gt;Problem Statement/Rationale&lt;/b&gt;&lt;/h3&gt;
&lt;p&gt;Importing from JSON file a document that looks something like this:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;  &quot;foo&quot;: { &quot;1&quot;: 1, &quot;a&quot;: &quot;a&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;will result in the property &lt;tt&gt;foo&lt;/tt&gt; being converted to the array during the import &lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;StepstoReproduce&quot;&gt;&lt;/a&gt;&lt;b&gt;Steps to Reproduce&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;Create a json file with documents that have mixed number-like and string keys&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;ExpectedResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Expected Results&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;Document is uploaded, all values are present in the imported documents, objects are still objects&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;ActualResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Actual Results&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;If a document has mixed keys, it will be converted to an array and all string keys will be lost&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;AdditionalNotes&quot;&gt;&lt;/a&gt;&lt;b&gt;Additional Notes&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;Here&apos;s the root cause: &lt;a href=&quot;https://github.com/mongodb-js/compass/blob/0c6483f7aaea2d9e00a6d09520428111fc808b09/packages/compass-import-export/src/utils/import-apply-types-and-projection.js#L66&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/blob/0c6483f7aaea2d9e00a6d09520428111fc808b09/packages/compass-import-export/src/utils/import-apply-types-and-projection.js#L66&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If this set encounters a path that ends in a number-like key, it will create an array, if not, it will create an object. If an object has mixed keys, first one will always be a number-like one in this part of the code&lt;/p&gt;

</description>
                <environment></environment>
        <key id="1869018">COMPASS-5076</key>
            <summary>Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys</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="leroux.bodenstein@mongodb.com">Le Roux Bodenstein</assignee>
                                    <reporter username="sergey.petushkov@mongodb.com">Sergey Petushkov</reporter>
                        <labels>
                    </labels>
                <created>Wed, 8 Sep 2021 08:22:33 +0000</created>
                <updated>Sun, 29 Oct 2023 02:39:39 +0000</updated>
                            <resolved>Mon, 20 Jun 2022 10:38:09 +0000</resolved>
                                                    <fixVersion>1.32.3</fixVersion>
                                    <component>Import/Export</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="4661701" author="xgen-internal-githook" created="Wed, 6 Jul 2022 20:47:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(import): pre-create an empty object before creating its properties &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5076&quot; title=&quot;Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5076&quot;&gt;&lt;del&gt;COMPASS-5076&lt;/del&gt;&lt;/a&gt; (#3184)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;pre-create an empty object before creating its properties&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;unknown&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typo&lt;br/&gt;
Branch: update-query-history-to-shared-config&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4660522" author="xgen-internal-githook" created="Wed, 6 Jul 2022 15:18:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(import): pre-create an empty object before creating its properties &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5076&quot; title=&quot;Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5076&quot;&gt;&lt;del&gt;COMPASS-5076&lt;/del&gt;&lt;/a&gt; (#3184)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;pre-create an empty object before creating its properties&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;unknown&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typo&lt;br/&gt;
Branch: update-compass-crud-to-shared-config&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4650179" author="xgen-internal-githook" created="Thu, 30 Jun 2022 12:33:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(import): pre-create an empty object before creating its properties &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5076&quot; title=&quot;Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5076&quot;&gt;&lt;del&gt;COMPASS-5076&lt;/del&gt;&lt;/a&gt; (#3184)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;pre-create an empty object before creating its properties&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;unknown&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typo&lt;br/&gt;
Branch: compass-settings&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4647018" author="xgen-internal-githook" created="Wed, 29 Jun 2022 08:10:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(import): pre-create an empty object before creating its properties &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5076&quot; title=&quot;Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5076&quot;&gt;&lt;del&gt;COMPASS-5076&lt;/del&gt;&lt;/a&gt; (#3184)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;pre-create an empty object before creating its properties&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;unknown&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typo&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5673&quot; title=&quot;Update Query Bar to Leafy Green, implement new designs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5673&quot;&gt;&lt;del&gt;COMPASS-5673&lt;/del&gt;&lt;/a&gt;-query-bar&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4640485" author="xgen-internal-githook" created="Sun, 26 Jun 2022 18:38:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(import): pre-create an empty object before creating its properties &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5076&quot; title=&quot;Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5076&quot;&gt;&lt;del&gt;COMPASS-5076&lt;/del&gt;&lt;/a&gt; (#3184)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;pre-create an empty object before creating its properties&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;unknown&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typo&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5674&quot; title=&quot;Update Schema toolbar to Leafy Green, implement new designs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5674&quot;&gt;&lt;del&gt;COMPASS-5674&lt;/del&gt;&lt;/a&gt;-update-schema-toolbar&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4633776" author="xgen-internal-githook" created="Wed, 22 Jun 2022 21:17:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(import): pre-create an empty object before creating its properties &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5076&quot; title=&quot;Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5076&quot;&gt;&lt;del&gt;COMPASS-5076&lt;/del&gt;&lt;/a&gt; (#3184)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;pre-create an empty object before creating its properties&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;unknown&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typo&lt;br/&gt;
Branch: update-compass-schema-validation-to-shared-configs&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4632242" author="xgen-internal-githook" created="Wed, 22 Jun 2022 14:15:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(import): pre-create an empty object before creating its properties &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5076&quot; title=&quot;Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5076&quot;&gt;&lt;del&gt;COMPASS-5076&lt;/del&gt;&lt;/a&gt; (#3184)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;pre-create an empty object before creating its properties&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;unknown&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typo&lt;br/&gt;
Branch: COMPASS-5890-e2e-kms-checkbox&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4627182" author="xgen-internal-githook" created="Mon, 20 Jun 2022 15:00:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(import): pre-create an empty object before creating its properties &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5076&quot; title=&quot;Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5076&quot;&gt;&lt;del&gt;COMPASS-5076&lt;/del&gt;&lt;/a&gt; (#3184)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;pre-create an empty object before creating its properties&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;unknown&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typo&lt;br/&gt;
Branch: 1.32-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4625775" author="xgen-internal-githook" created="Sat, 18 Jun 2022 21:46:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(import): pre-create an empty object before creating its properties &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5076&quot; title=&quot;Importing a document with mixed numeric and string keys causes the object to be converted to array when numeric keys are first in the list of keys&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5076&quot;&gt;&lt;del&gt;COMPASS-5076&lt;/del&gt;&lt;/a&gt; (#3184)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;pre-create an empty object before creating its properties&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;unknown&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typo&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/48b3a768f7a73c7ae0a68f9e6b4ace4faefe121f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1577821">COMPASS-4548</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>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5006R00001hKbDiQAK]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 3 Jun 2022 22:38:51 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 31 weeks 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>
                            1 year, 31 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>leroux.bodenstein@mongodb.com</customfieldvalue>
            <customfieldvalue>sergey.petushkov@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i00qhj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1pfa:00r0bg</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="6265">Iteration Dolphin</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|i00cmv:</customfieldvalue>

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