<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:13:13 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>[DOCS-15547] Fix example in documentation of &apos;showRecordId()&apos; cursor method</title>
                <link>https://jira.mongodb.org/browse/DOCS-15547</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;While investigating &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67539&quot; title=&quot;Discrepancy in `showRecordId()` behavior&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67539&quot;&gt;&lt;del&gt;SERVER-67539&lt;/del&gt;&lt;/a&gt;, we noticed that the documentation for &lt;tt&gt;showRecordId()&lt;/tt&gt; has a stale example. There is more context in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67539&quot; title=&quot;Discrepancy in `showRecordId()` behavior&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67539&quot;&gt;&lt;del&gt;SERVER-67539&lt;/del&gt;&lt;/a&gt; but I will explain the problem here as well. This pertains to the following docs page: &lt;a href=&quot;https://www.mongodb.com/docs/manual/reference/method/cursor.showRecordId/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.mongodb.com/docs/manual/reference/method/cursor.showRecordId/&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;At the bottom of the page, we have the following example:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You can project the added field $recordId, as in the following example:&lt;/p&gt;

&lt;p&gt;db.collection.find( { a: 1 }, { $recordId: 1 } ).showRecordId()&lt;/p&gt;

&lt;p&gt;This query returns only the _id field and the $recordId field in the matching documents:&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
  &quot;_id&quot; : ObjectId(&quot;53908ccb18facd50a75bfbac&quot;),&lt;br/&gt;
  &quot;$recordId&quot; : NumberLong(168112)&lt;br/&gt;
}&lt;br/&gt;
{&lt;br/&gt;
   &quot;_id&quot; : ObjectId(&quot;53908cd518facd50a75bfbad&quot;),&lt;br/&gt;
   &quot;$recordId&quot; : NumberLong(168176)&lt;br/&gt;
}&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;This used to be accurate, but the behavior changed in MongoDB 4.4 as part of PM-684. The server will now omit the &quot;$recordId&quot; field for this query:&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;MongoDB Enterprise &amp;gt; db.c.find({}, {$recordId: 1}).showRecordId()&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;_id&quot; : ObjectId(&quot;62fead4bee4c4666b602252e&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;   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;_id&quot; : ObjectId(&quot;62fead4bee4c4666b6022530&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;{ &quot;_id&quot; : ObjectId(&quot;62fead4cee4c4666b6022532&quot;) }&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;We should either correct the example or delete it. The following query can be used instead against 4.4+ versions of the server to return results containing just the _id and $recordId fields:&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;MongoDB Enterprise &amp;gt; db.c.find({}, {_id: 1}).showRecordId()&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;_id&quot; : ObjectId(&quot;62fead4bee4c4666b602252e&quot;), &quot;$recordId&quot; : NumberLong(1) }&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;_id&quot; : ObjectId(&quot;62fead4bee4c4666b6022530&quot;), &quot;$recordId&quot; : NumberLong(2) }&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;{ &quot;_id&quot; : ObjectId(&quot;62fead4cee4c4666b6022532&quot;), &quot;$recordId&quot; : NumberLong(3) }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</description>
                <environment></environment>
        <key id="2117530">DOCS-15547</key>
            <summary>Fix example in documentation of &apos;showRecordId()&apos; cursor method</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="9">Done</resolution>
                                        <assignee username="jason.price@mongodb.com">Jason Price</assignee>
                                    <reporter username="david.storch@mongodb.com">David Storch</reporter>
                        <labels>
                    </labels>
                <created>Thu, 18 Aug 2022 21:45:47 +0000</created>
                <updated>Mon, 13 Nov 2023 17:39:12 +0000</updated>
                            <resolved>Tue, 23 Aug 2022 16:56:10 +0000</resolved>
                                                    <fixVersion>4.2.0</fixVersion>
                    <fixVersion>4.4.0</fixVersion>
                    <fixVersion>5.0.0</fixVersion>
                    <fixVersion>6.0.0</fixVersion>
                    <fixVersion>Server_Docs_20231030</fixVersion>
                    <fixVersion>Server_Docs_20231106</fixVersion>
                    <fixVersion>Server_Docs_20231105</fixVersion>
                    <fixVersion>Server_Docs_20231113</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4805781" author="xgen-internal-githook" created="Tue, 6 Sep 2022 18:55:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;69260375+jason-price-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jason-price-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt; show record id (#1692)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;br/&gt;
Branch: v6.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/9d0ccdf88cd1f10f6862b2e57cbee728edc369be&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/9d0ccdf88cd1f10f6862b2e57cbee728edc369be&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4770982" author="xgen-internal-githook" created="Tue, 23 Aug 2022 16:54:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;69260375+jason-price-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jason-price-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt; show record id (#1692) (#1703)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;/p&gt;

&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/4bf39fe6aba82a2b2f07b9ac17d83a5c7d57e37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/4bf39fe6aba82a2b2f07b9ac17d83a5c7d57e37d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4770944" author="xgen-internal-githook" created="Tue, 23 Aug 2022 16:46:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;69260375+jason-price-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jason-price-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt; show record id (#1692) (#1701)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;/p&gt;

&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/84bfd8f86460fa54d334a5dc4b63c499e8dfa851&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/84bfd8f86460fa54d334a5dc4b63c499e8dfa851&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4770892" author="xgen-internal-githook" created="Tue, 23 Aug 2022 16:32:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;69260375+jason-price-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jason-price-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt; show record id (#1692) (#1700)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15547&quot; title=&quot;Fix example in documentation of &amp;#39;showRecordId()&amp;#39; cursor method&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15547&quot;&gt;&lt;del&gt;DOCS-15547&lt;/del&gt;&lt;/a&gt;-show-record-id&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;/p&gt;

&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/12cf6278090ea02c9bd48859e6c1996c02e52ca3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/12cf6278090ea02c9bd48859e6c1996c02e52ca3&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2077166">SERVER-67539</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>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 19 Aug 2022 17:29:51 +0000</customfieldvalue>

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


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-11701</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_14873" key="com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker">
                        <customfieldname>External Reviewer</customfieldname>
                        <customfieldvalues>
                                    <customfieldvalue><![CDATA[david.storch@mongodb.com]]></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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 22 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>david.storch@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jason.price@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i16ygn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0pq88:</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_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|i16klz:</customfieldvalue>

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