<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:45:04 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-7023] Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors</title>
                <link>https://jira.mongodb.org/browse/COMPASS-7023</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;This ticket is a follow up for &lt;a href=&quot;https://jira.mongodb.org/browse/NODE-4791&quot; title=&quot;Deprecate duplicate BulkWriteResult accessors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NODE-4791&quot;&gt;&lt;del&gt;NODE-4791&lt;/del&gt;&lt;/a&gt; to remove BulkWriteResult getters that were deprecated in NODE V5/V6&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;AC&quot;&gt;&lt;/a&gt;AC&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;Remove &lt;tt&gt;BulkWriteResult#nInserted&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;Remove &lt;tt&gt;BulkWriteResult#nUpserted&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;Remove &lt;tt&gt;BulkWriteResult#nMatched&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;Remove &lt;tt&gt;BulkWriteResult#nModified&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;Remove &lt;tt&gt;BulkWriteResult#nRemoved&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;Remove &lt;tt&gt;BulkWriteResult#getInsertedIds&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;Remove &lt;tt&gt;BulkWriteResult#getUpsertedIds&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;Add defaultValue documentation to BulkOptions&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="2392259">COMPASS-7023</key>
            <summary>Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors</summary>
                <type id="10501" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Investigation</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="dbeng-pm-bot">PM Bot</reporter>
                        <labels>
                            <label>node-driver</label>
                    </labels>
                <created>Fri, 14 Jul 2023 17:21:40 +0000</created>
                <updated>Sun, 29 Oct 2023 02:38:17 +0000</updated>
                            <resolved>Fri, 18 Aug 2023 10:15:40 +0000</resolved>
                                                    <fixVersion>No version</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="5682624" author="xgen-internal-githook" created="Wed, 6 Sep 2023 11:42:50 +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(shell-api): use public BulkWriteResult props &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1507&quot; title=&quot;Property &amp;#39;result&amp;#39; is private and only accessible within class &amp;#39;BulkWriteResult&amp;#39;.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1507&quot;&gt;&lt;del&gt;MONGOSH-1507&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7023&quot; title=&quot;Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7023&quot;&gt;&lt;del&gt;COMPASS-7023&lt;/del&gt;&lt;/a&gt; (#1594)&lt;/p&gt;

&lt;p&gt;This accounts for removal of these legacy getters in the 6.x driver.&lt;/p&gt;

&lt;p&gt;The only catch here is that `.result.upserted` is of a different type&lt;br/&gt;
than `.upsertedIds`, but since the type of the latter matches what our&lt;br/&gt;
own `BulkWriteResult` class expects (and also matches `.insertedIds`),&lt;br/&gt;
this is probably closer to a bug fix than proper breakage.&lt;br/&gt;
Branch: feature/&lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1346&quot; title=&quot;Group download center packages by platform&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1346&quot;&gt;&lt;del&gt;MONGOSH-1346&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5677536" author="xgen-internal-githook" created="Mon, 4 Sep 2023 09:45:39 +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(shell-api): use public BulkWriteResult props &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1507&quot; title=&quot;Property &amp;#39;result&amp;#39; is private and only accessible within class &amp;#39;BulkWriteResult&amp;#39;.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1507&quot;&gt;&lt;del&gt;MONGOSH-1507&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7023&quot; title=&quot;Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7023&quot;&gt;&lt;del&gt;COMPASS-7023&lt;/del&gt;&lt;/a&gt; (#1594)&lt;/p&gt;

&lt;p&gt;This accounts for removal of these legacy getters in the 6.x driver.&lt;/p&gt;

&lt;p&gt;The only catch here is that `.result.upserted` is of a different type&lt;br/&gt;
than `.upsertedIds`, but since the type of the latter matches what our&lt;br/&gt;
own `BulkWriteResult` class expects (and also matches `.insertedIds`),&lt;br/&gt;
this is probably closer to a bug fix than proper breakage.&lt;br/&gt;
Branch: js-rules&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5677497" author="xgen-internal-githook" created="Mon, 4 Sep 2023 09:44:40 +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(shell-api): use public BulkWriteResult props &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1507&quot; title=&quot;Property &amp;#39;result&amp;#39; is private and only accessible within class &amp;#39;BulkWriteResult&amp;#39;.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1507&quot;&gt;&lt;del&gt;MONGOSH-1507&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7023&quot; title=&quot;Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7023&quot;&gt;&lt;del&gt;COMPASS-7023&lt;/del&gt;&lt;/a&gt; (#1594)&lt;/p&gt;

&lt;p&gt;This accounts for removal of these legacy getters in the 6.x driver.&lt;/p&gt;

&lt;p&gt;The only catch here is that `.result.upserted` is of a different type&lt;br/&gt;
than `.upsertedIds`, but since the type of the latter matches what our&lt;br/&gt;
own `BulkWriteResult` class expects (and also matches `.insertedIds`),&lt;br/&gt;
this is probably closer to a bug fix than proper breakage.&lt;br/&gt;
Branch: remove-lerna-ci&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5674749" author="xgen-internal-githook" created="Fri, 1 Sep 2023 14:31:45 +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(shell-api): use public BulkWriteResult props &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1507&quot; title=&quot;Property &amp;#39;result&amp;#39; is private and only accessible within class &amp;#39;BulkWriteResult&amp;#39;.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1507&quot;&gt;&lt;del&gt;MONGOSH-1507&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7023&quot; title=&quot;Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7023&quot;&gt;&lt;del&gt;COMPASS-7023&lt;/del&gt;&lt;/a&gt; (#1594)&lt;/p&gt;

&lt;p&gt;This accounts for removal of these legacy getters in the 6.x driver.&lt;/p&gt;

&lt;p&gt;The only catch here is that `.result.upserted` is of a different type&lt;br/&gt;
than `.upsertedIds`, but since the type of the latter matches what our&lt;br/&gt;
own `BulkWriteResult` class expects (and also matches `.insertedIds`),&lt;br/&gt;
this is probably closer to a bug fix than proper breakage.&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5662636" author="xgen-internal-githook" created="Mon, 28 Aug 2023 10:35:43 +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(shell-api): use public BulkWriteResult props &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1507&quot; title=&quot;Property &amp;#39;result&amp;#39; is private and only accessible within class &amp;#39;BulkWriteResult&amp;#39;.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1507&quot;&gt;&lt;del&gt;MONGOSH-1507&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7023&quot; title=&quot;Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7023&quot;&gt;&lt;del&gt;COMPASS-7023&lt;/del&gt;&lt;/a&gt; (#1594)&lt;/p&gt;

&lt;p&gt;This accounts for removal of these legacy getters in the 6.x driver.&lt;/p&gt;

&lt;p&gt;The only catch here is that `.result.upserted` is of a different type&lt;br/&gt;
than `.upsertedIds`, but since the type of the latter matches what our&lt;br/&gt;
own `BulkWriteResult` class expects (and also matches `.insertedIds`),&lt;br/&gt;
this is probably closer to a bug fix than proper breakage.&lt;br/&gt;
Branch: 1541-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5655812" author="xgen-internal-githook" created="Thu, 24 Aug 2023 11:05:58 +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(shell-api): use public BulkWriteResult props &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1507&quot; title=&quot;Property &amp;#39;result&amp;#39; is private and only accessible within class &amp;#39;BulkWriteResult&amp;#39;.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1507&quot;&gt;&lt;del&gt;MONGOSH-1507&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7023&quot; title=&quot;Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7023&quot;&gt;&lt;del&gt;COMPASS-7023&lt;/del&gt;&lt;/a&gt; (#1594)&lt;/p&gt;

&lt;p&gt;This accounts for removal of these legacy getters in the 6.x driver.&lt;/p&gt;

&lt;p&gt;The only catch here is that `.result.upserted` is of a different type&lt;br/&gt;
than `.upsertedIds`, but since the type of the latter matches what our&lt;br/&gt;
own `BulkWriteResult` class expects (and also matches `.insertedIds`),&lt;br/&gt;
this is probably closer to a bug fix than proper breakage.&lt;br/&gt;
Branch: fix/&lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1317&quot; title=&quot;Explain for aggregation executed as &amp;quot;executionStats&amp;quot; even if not requested&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1317&quot;&gt;&lt;del&gt;MONGOSH-1317&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5643267" author="xgen-internal-githook" created="Fri, 18 Aug 2023 15:03: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(shell-api): use public BulkWriteResult props &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1507&quot; title=&quot;Property &amp;#39;result&amp;#39; is private and only accessible within class &amp;#39;BulkWriteResult&amp;#39;.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1507&quot;&gt;&lt;del&gt;MONGOSH-1507&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7023&quot; title=&quot;Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7023&quot;&gt;&lt;del&gt;COMPASS-7023&lt;/del&gt;&lt;/a&gt; (#1594)&lt;/p&gt;

&lt;p&gt;This accounts for removal of these legacy getters in the 6.x driver.&lt;/p&gt;

&lt;p&gt;The only catch here is that `.result.upserted` is of a different type&lt;br/&gt;
than `.upsertedIds`, but since the type of the latter matches what our&lt;br/&gt;
own `BulkWriteResult` class expects (and also matches `.insertedIds`),&lt;br/&gt;
this is probably closer to a bug fix than proper breakage.&lt;br/&gt;
Branch: feature/&lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1538&quot; title=&quot;Add fallback compilation tasks on RHEL8&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1538&quot;&gt;&lt;del&gt;MONGOSH-1538&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5642536" author="xgen-internal-githook" created="Fri, 18 Aug 2023 10:14:08 +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(shell-api): use public BulkWriteResult props &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1507&quot; title=&quot;Property &amp;#39;result&amp;#39; is private and only accessible within class &amp;#39;BulkWriteResult&amp;#39;.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1507&quot;&gt;&lt;del&gt;MONGOSH-1507&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7023&quot; title=&quot;Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7023&quot;&gt;&lt;del&gt;COMPASS-7023&lt;/del&gt;&lt;/a&gt; (#1594)&lt;/p&gt;

&lt;p&gt;This accounts for removal of these legacy getters in the 6.x driver.&lt;/p&gt;

&lt;p&gt;The only catch here is that `.result.upserted` is of a different type&lt;br/&gt;
than `.upsertedIds`, but since the type of the latter matches what our&lt;br/&gt;
own `BulkWriteResult` class expects (and also matches `.insertedIds`),&lt;br/&gt;
this is probably closer to a bug fix than proper breakage.&lt;br/&gt;
Branch: MONGOSH-1319-shell-v2.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/b158f9710edabedf8bdb82007c0e54c03853fd67&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5640217" author="xgen-internal-githook" created="Thu, 17 Aug 2023 13:02:43 +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(shell-api): use public BulkWriteResult props &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOSH-1507&quot; title=&quot;Property &amp;#39;result&amp;#39; is private and only accessible within class &amp;#39;BulkWriteResult&amp;#39;.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOSH-1507&quot;&gt;&lt;del&gt;MONGOSH-1507&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7023&quot; title=&quot;Investigate changes in NODE-5186: Remove duplicate BulkWriteResult accessors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7023&quot;&gt;&lt;del&gt;COMPASS-7023&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This accounts for removal of these legacy getters in the 6.x driver.&lt;/p&gt;

&lt;p&gt;The only catch here is that `.result.upserted` is of a different type&lt;br/&gt;
than `.upsertedIds`, but since the type of the latter matches what our&lt;br/&gt;
own `BulkWriteResult` class expects (and also matches `.insertedIds`),&lt;br/&gt;
this is probably closer to a bug fix than proper breakage.&lt;br/&gt;
Branch: 1507-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongosh/commit/e9370c792495b5c5f1cf7e4b5aec93c84cca7502&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongosh/commit/e9370c792495b5c5f1cf7e4b5aec93c84cca7502&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="2310392">NODE-5186</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2383753">MONGOSH-1507</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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 17 Aug 2023 13:02:43 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        22 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/NODE-5186'>NODE-5186</a></s>]]></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="10250"><![CDATA[Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14266" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Documentation Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;The documentation in &lt;a href=&quot;https://www.mongodb.com/docs/manual/reference/method/Bulk.execute/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.mongodb.com/docs/manual/reference/method/Bulk.execute/&lt;/a&gt; needs to account for the fact that the BulkWriteResult returned from mongosh does not match the actual result:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;tt&gt;upserted&lt;/tt&gt; is not present on bulk write results in mongosh (neither 1.x nor 2.x)&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;upsertedIds&lt;/tt&gt; used to be an array in 1.x, is now a map from document index to ObjectId in mongosh 2.x&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;insertedIds&lt;/tt&gt; follows the same format as &lt;tt&gt;upsertedIds&lt;/tt&gt; now does (in both 1.x and 2.x)&lt;/li&gt;
&lt;/ul&gt;
</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>MONGOSH-1319</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>
                            22 weeks 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>
            <customfieldvalue>dbeng-pm-bot</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2hzlb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1nvh:avxxi</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="7715">Iteration Iguanodon</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|i2hlqn:</customfieldvalue>

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