<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:22:20 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>[DRIVERS-776]  Support &apos;let&apos; option for aggregate command</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-776</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>    &lt;div class=&quot;panel&quot; style=&quot;background-color: #c2d2c2;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;background-color: #239eb0;&quot;&gt;&lt;b&gt;Downstream Change Summary&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #c2d2c2;&quot;&gt;
&lt;p&gt;Drivers should add a new &lt;tt&gt;let&lt;/tt&gt; option to &lt;tt&gt;aggregate&lt;/tt&gt; helper methods and sync CRUD unified spec tests with &lt;a href=&quot;https://github.com/mongodb/specifications/commit/3a58fc612b3520030a97a1161a5651c451c40f8e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb/specifications@3a58fc6&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For MongoDB 5.0+, the &lt;tt&gt;aggregate&lt;/tt&gt; command accepts a &lt;tt&gt;let&lt;/tt&gt; option of type object. This object consists of any amount of parameter names each followed by definitions of constants in the MQL Aggregate Expression language. Each parameter name is then usable to access the value of the corresponding MQL Expression with the &quot;$$&quot; syntax within Aggregate Expression contexts which may require the use of $expr or a pipeline.&lt;/p&gt;

&lt;p&gt;Note: this ticket &lt;em&gt;only&lt;/em&gt; pertains to changes for &lt;tt&gt;aggregate&lt;/tt&gt;. Support for &lt;tt&gt;let&lt;/tt&gt; in other commands (involving pipelines or &lt;tt&gt;$expr&lt;/tt&gt;) will be handled by DRIVERS-1788.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;h2&gt;&lt;a name=&quot;DescriptionofLinkedTicket&quot;&gt;&lt;/a&gt;Description of Linked Ticket&lt;/h2&gt;
    &lt;div class=&quot;panel&quot; style=&quot;background-color: #c2d2c2;border-color: #ccc;border-style: dashed;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #ccc;background-color: #239eb0;&quot;&gt;&lt;b&gt;Epic Summary&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #c2d2c2;&quot;&gt;
&lt;h4&gt;&lt;a name=&quot;Summary&quot;&gt;&lt;/a&gt;Summary&lt;/h4&gt;
&lt;p&gt;Deprecate the MR command and ensure its functionality is fully supported by Agg. The backend of the command has already been replaced by &#8220;MapReduce in Agg&#8221; (PM-776), we need to make sure all necessary concepts can be expressed in MQL.&lt;/p&gt;

&lt;h4&gt;&lt;a name=&quot;Motivation&quot;&gt;&lt;/a&gt;Motivation&lt;/h4&gt;
&lt;p&gt;One objective of the query team is to consolidate dialects of all existing query commands into a single language. This project enables users to write their MR tasks directly in Agg, which provides a more capable and clear syntax. We want to move users away from legacy ways of interacting with the system. Independently, from MR jobs, some extensions are valuable for the users.&lt;/p&gt;

&lt;h4&gt;&lt;a name=&quot;Documentation&quot;&gt;&lt;/a&gt;Documentation&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/WRITING-3918&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;Scope Document&lt;/a&gt;&lt;br/&gt;
Technical Design Document&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
</description>
                <environment></environment>
        <key id="1030702">DRIVERS-776</key>
            <summary> Support &apos;let&apos; option for aggregate command</summary>
                <type id="14901" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14700&amp;avatarType=issuetype">Spec Change</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="jmikola@mongodb.com">Jeremy Mikola</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                    </labels>
                <created>Mon, 2 Dec 2019 16:54:20 +0000</created>
                <updated>Fri, 27 May 2022 01:29:56 +0000</updated>
                            <resolved>Tue, 1 Mar 2022 18:56:19 +0000</resolved>
                                                        <component>CRUD</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="3871926" author="jmikola@gmail.com" created="Thu, 10 Jun 2021 21:02:33 +0000"  >&lt;p&gt;Note: description was updated to point to &lt;a href=&quot;https://github.com/mongodb/specifications/commit/3a58fc612b3520030a97a1161a5651c451c40f8e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb/specifications@3a58fc6&lt;/a&gt; for syncing tests in order to incorporate the latest test changes from &lt;a href=&quot;https://github.com/mongodb/specifications/pull/1014&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb/specifications#1014&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="3871726" author="xgen-internal-githook" created="Thu, 10 Jun 2021 19:48:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeff Yemin&apos;, &apos;email&apos;: &apos;jeff.yemin@mongodb.com&apos;, &apos;username&apos;: &apos;jyemin&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-776&quot; title=&quot; Support &amp;#39;let&amp;#39; option for aggregate command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-776&quot;&gt;&lt;del&gt;DRIVERS-776&lt;/del&gt;&lt;/a&gt;: Add tests for aggregate with $out using let option (#1014)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/3a58fc612b3520030a97a1161a5651c451c40f8e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/3a58fc612b3520030a97a1161a5651c451c40f8e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3863262" author="xgen-internal-githook" created="Mon, 7 Jun 2021 18:59:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;, &apos;username&apos;: &apos;jmikola&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-776&quot; title=&quot; Support &amp;#39;let&amp;#39; option for aggregate command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-776&quot;&gt;&lt;del&gt;DRIVERS-776&lt;/del&gt;&lt;/a&gt;: Split tests to work around &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57403&quot; title=&quot;Serialization error in let variables in a sharded cluster&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57403&quot;&gt;&lt;del&gt;SERVER-57403&lt;/del&gt;&lt;/a&gt; (#1013)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/9465cda31270e41d3d87fe9b9b14ad601c3861c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/9465cda31270e41d3d87fe9b9b14ad601c3861c6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3862232" author="jmikola@gmail.com" created="Mon, 7 Jun 2021 13:51:16 +0000"  >&lt;p&gt;New PR to split the original test to work around a mongos bug (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57403&quot; title=&quot;Serialization error in let variables in a sharded cluster&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57403&quot;&gt;&lt;del&gt;SERVER-57403&lt;/del&gt;&lt;/a&gt;):&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/specifications/pull/1013&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/pull/1013&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3853769" author="xgen-internal-githook" created="Wed, 2 Jun 2021 14:43:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;, &apos;username&apos;: &apos;jmikola&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-776&quot; title=&quot; Support &amp;#39;let&amp;#39; option for aggregate command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-776&quot;&gt;&lt;del&gt;DRIVERS-776&lt;/del&gt;&lt;/a&gt;: Add let to AggregateOptions (#1008)&lt;/p&gt;

&lt;p&gt;Also fixes RST backtick formatting in various places&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/3db387995bc0e64df862d621aaa31387afc1537c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/3db387995bc0e64df862d621aaa31387afc1537c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3851933" author="jmikola@gmail.com" created="Tue, 1 Jun 2021 18:02:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/specifications/pull/1008&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/pull/1008&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3851826" author="james.wahlin@10gen.com" created="Tue, 1 Jun 2021 17:28:41 +0000"  >&lt;p&gt;It would be fine to prioritize support for &apos;let&apos; parameters for the aggregate command first. This feature is needed for some users to rewrite mapReduce commands to aggregates. We plan to deprecate mapReduce for 5.0.&lt;/p&gt;

&lt;p&gt;Adding &apos;let&apos; parameter support for the other commands can trail and can be done post 5.0.&lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=rachelle.palmer&quot; class=&quot;user-hover&quot; rel=&quot;rachelle.palmer&quot;&gt;rachelle.palmer&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kateryna.kamenieva&quot; class=&quot;user-hover&quot; rel=&quot;kateryna.kamenieva&quot;&gt;kateryna.kamenieva&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=pawel.terlecki&quot; class=&quot;user-hover&quot; rel=&quot;pawel.terlecki&quot;&gt;pawel.terlecki&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jacob.evans&quot; class=&quot;user-hover&quot; rel=&quot;jacob.evans&quot;&gt;jacob.evans&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3848348" author="jmikola@gmail.com" created="Fri, 28 May 2021 19:03:16 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=alexander.golin&quot; class=&quot;user-hover&quot; rel=&quot;alexander.golin&quot;&gt;alexander.golin&lt;/a&gt; just created DRIVERS-1788 to handle downstream changes for adding &lt;tt&gt;let&lt;/tt&gt; to commands &lt;em&gt;other&lt;/em&gt; than &lt;tt&gt;aggregate&lt;/tt&gt;. This issue has been modified to encompass all changes to &lt;tt&gt;aggregate&lt;/tt&gt; and we&apos;re including additional tickets for support on sharded clusters &lt;em&gt;and&lt;/em&gt; &lt;tt&gt;$merge&lt;/tt&gt; pipelines. This way, drivers can simply add the option and not have to worry about raising some client-side error if it&apos;s unsupported (e.g. detecting &lt;tt&gt;$merge&lt;/tt&gt; somewhere in the pipeline). Additionally, our CRUD spec tests will be able to target any cluster.&lt;/p&gt;

&lt;p&gt;I assume there&apos;s no concern for serverless deployments, and those can support &lt;tt&gt;let&lt;/tt&gt; just fine.&lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=pawel.terlecki&quot; class=&quot;user-hover&quot; rel=&quot;pawel.terlecki&quot;&gt;pawel.terlecki&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=james.wahlin&quot; class=&quot;user-hover&quot; rel=&quot;james.wahlin&quot;&gt;james.wahlin&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3847538" author="jmikola@gmail.com" created="Fri, 28 May 2021 14:01:39 +0000"  >&lt;p&gt;Just copied in the downstream changes from PM-1470. I assume that might have been entered &lt;em&gt;after&lt;/em&gt; this ticket was spawned, which might explain why the downstream changes in this description was &quot;null&quot;.&lt;/p&gt;</comment>
                            <comment id="3847470" author="JIRAUSER1256529" created="Fri, 28 May 2021 13:34:15 +0000"  >&lt;p&gt;Concretely, the &lt;tt&gt;let&lt;/tt&gt; option (as documented on &lt;a href=&quot;https://docs.mongodb.com/v5.0/reference/command/aggregate/#mongodb-dbcommand-dbcmd.aggregate&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/v5.0/reference/command/aggregate/#mongodb-dbcommand-dbcmd.aggregate&lt;/a&gt;) needs to be allowed in &lt;tt&gt;AggregateOptions&lt;/tt&gt; and actually passed through to the &lt;tt&gt;aggregate&lt;/tt&gt; command when .aggregate() is called, and the same for several other commands (see the now-up-to-date downstream changes summary here).&lt;/p&gt;

&lt;p&gt;I assume most of the work here would be writing tests for this.&lt;/p&gt;</comment>
                            <comment id="3847453" author="kaitlin.mahar" created="Fri, 28 May 2021 13:29:51 +0000"  >&lt;p&gt;Putting back into &quot;needs triage&quot; as &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=anna.henningsen&quot; class=&quot;user-hover&quot; rel=&quot;anna.henningsen&quot;&gt;anna.henningsen&lt;/a&gt; notes there are changes required for at least one driver, and to &lt;tt&gt;AggregateOptions&lt;/tt&gt; in the CRUD spec.&lt;/p&gt;</comment>
                            <comment id="3277990" author="esha.bhargava" created="Thu, 9 Jul 2020 17:11:10 +0000"  >&lt;p&gt;No Drivers changes needed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="1767724">SERVER-57403</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1252491">SERVER-46707</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1145293">SERVER-46115</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1282649">SERVER-46998</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                            <outwardlinks description="split to">
                                        <issuelink>
            <issuekey id="1765499">JAVA-4186</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1765503">PHPLIB-663</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1765505">RUST-836</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1765495">CDRIVER-4010</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1765497">CSHARP-3700</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1765496">CXX-2274</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1765498">GODRIVER-2033</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1765501">MOTOR-745</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1765500">NODE-3325</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1765502">PYTHON-2741</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1765504">RUBY-2659</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1776222">NODE-3353</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10951" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Driver Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10748"><![CDATA[Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_23952" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Driver Compliance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<style type='text/css'>
         #scriptField, #scriptField *{
                border: 1px solid black;
            }

            #scriptField{
                border-collapse: collapse;
            }

            #scriptField td {
                text-align: center; /* Center-align text in table cells */
            }

            #scriptField td.key {
                text-align: left; /* Left-align text in the Key column */
            }

            #scriptField a {
                text-decoration: none; /* Remove underlines from links */
                border: none; /* Remove border from links */
            }
            
            /* Add green background color to cells with FixVersion */
            #scriptField td.hasFixVersion {
                background-color: #00FF00; /* Green color code */
            }

            /* Center-align the first row headers */
            #scriptField th {
                text-align: center;
            }
        </style>
<table id='scriptField'>
  <tr>
    <th>Key</th>
    <th>Status/Resolution</th>
    <th>FixVersion</th>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CDRIVER-4010'>CDRIVER-4010</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>1.18.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-2274'>CXX-2274</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>3.7.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CSHARP-3700'>CSHARP-3700</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.13.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/GODRIVER-2033'>GODRIVER-2033</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>1.6.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/JAVA-4186'>JAVA-4186</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>4.3.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/NODE-3325'>NODE-3325</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>4.0.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/MOTOR-745'>MOTOR-745</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.5</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PYTHON-2741'>PYTHON-2741</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>3.12, 4.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PHPLIB-663'>PHPLIB-663</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>1.9.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUBY-2659'>RUBY-2659</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.17.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUST-836'>RUST-836</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.0.0-beta.3</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/SWIFT-1225'>SWIFT-1225</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>1.2.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/NODE-3353'>NODE-3353</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>4.1.0</td>
  </tr>
</table>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_21553" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Quarter</customfieldname>
                        <customfieldvalues>
                                        <label>FY22Q2</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hvvcrj:</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_11150" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>SERVER fixVersion</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="20500"><![CDATA[5.0]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_22279" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Server Compat</customfieldname>
                        <customfieldvalues>
                                        <label>4.7</label>
            <label>5.0</label>
            <label>5.1</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_21457" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Upstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;Added let parameters to the aggregate command.&lt;/p&gt;</customfieldvalue>

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