<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:24:30 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-2017] Add ClientEncryption entity and Key Management API operations to Unified Test Format</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-2017</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>&lt;p&gt;&lt;b&gt;Background &amp;amp; Motivation&lt;/b&gt;&lt;br/&gt;
There is a goal in the scope of &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-1951&quot; title=&quot;Key Management API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-1951&quot;&gt;&lt;del&gt;DRIVERS-1951&lt;/del&gt;&lt;/a&gt; to &quot;Extend the Unified Test Format to add a new ClientEncryption entity and new operations.&quot;&lt;/p&gt;

&lt;p&gt;The new Key Management API in &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-1951&quot; title=&quot;Key Management API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-1951&quot;&gt;&lt;del&gt;DRIVERS-1951&lt;/del&gt;&lt;/a&gt; proposes new methods to the ClientEncryption object.&lt;/p&gt;

&lt;p&gt;The current Client Side Encryption &lt;a href=&quot;https://github.com/mongodb/specifications/tree/7fa1093be0d7b3cfb5d1325f2d0bc6d80af35edd/source/client-side-encryption/tests#spec-test-format&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Spec Test Format&lt;/a&gt; does not support testing the ClientEncryption object.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Scope&lt;/b&gt;&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Add new API to ClientEncryption in CSFLE specification.&lt;/li&gt;
	&lt;li&gt;Add ClientEncryption entity to Unified Test Format.&lt;/li&gt;
	&lt;li&gt;Add ClientEncryption entity operations for Key Management API:
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;createDataKey, rewrapDataKey, createKey, deleteKey, addKeyAlternateName, getKey, getKeys, getKeyByAltName, removeKeyAlternateName&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Add tests for Key Managmenent API operations.&lt;/li&gt;
	&lt;li&gt;Bump minor version of Unified Test format for new additions. This is &lt;a href=&quot;https://github.com/mongodb/specifications/blob/7fa1093be0d7b3cfb5d1325f2d0bc6d80af35edd/source/unified-test-format/unified-test-format.rst#impact-of-spec-changes-on-schema-version&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;required&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="1958125">DRIVERS-2017</key>
            <summary>Add ClientEncryption entity and Key Management API operations to Unified Test Format</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="10300" iconUrl="https://jira.mongodb.org/images/icons/priorities/medium.svg">Unknown</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="ezra.chung@mongodb.com">Ezra Chung</assignee>
                                    <reporter username="kevin.albertson@mongodb.com">Kevin Albertson</reporter>
                        <labels>
                    </labels>
                <created>Tue, 4 Jan 2022 15:51:11 +0000</created>
                <updated>Fri, 7 Apr 2023 18:55:15 +0000</updated>
                            <resolved>Fri, 7 Apr 2023 18:55:15 +0000</resolved>
                                                        <component>Client Side Encryption</component>
                    <component>Unified Test Runner</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4575828" author="xgen-internal-githook" created="Thu, 26 May 2022 17:19:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ezra Chung&apos;, &apos;email&apos;: &apos;88335979+eramongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;eramongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2017&quot; title=&quot;Add ClientEncryption entity and Key Management API operations to Unified Test Format&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-2017&quot;&gt;&lt;del&gt;DRIVERS-2017&lt;/del&gt;&lt;/a&gt; Add remaining Key Management API functions to spec and tests (#1229)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Add key management API to CSE spec&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add CSE prose test for keyAltNames unique index&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Rename createKey-kms_providers to createKey for consistency&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Merge keyMaterial tests into createKey&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add tests for keyAltNames in createKey&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add unified tests for key management API functions&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/f941df836c97a19820879afd726d550541a78cbe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/f941df836c97a19820879afd726d550541a78cbe&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4557527" author="xgen-internal-githook" created="Wed, 18 May 2022 19:18:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ezra Chung&apos;, &apos;email&apos;: &apos;88335979+eramongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;eramongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2017&quot; title=&quot;Add ClientEncryption entity and Key Management API operations to Unified Test Format&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-2017&quot;&gt;&lt;del&gt;DRIVERS-2017&lt;/del&gt;&lt;/a&gt; Add spec and tests for rewrapManyDataKey and custom keyMaterial (#1213)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Relocate existing CSE tests into legacy subdirectory&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add test format wording for client side encryption&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add ClientEncryption.createKey() to Client Side Encryption spec&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add ClientEncryption.rewrapManyDataKey() to Client Side Encryption spec&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add DataKeyOpts.keyMaterial to Client Side Encryption spec&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add unified test files for ClientEncryption.createKey()&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add unified test files for ClientEncryption.rewrapManyDataKey()&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Number prose tests in CSE spec&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add prose test for custom key material&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Bump CSE spec version to 1.6.0&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/eee051cd868659556c2ea6b9b558f0d52e63e3db&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/eee051cd868659556c2ea6b9b558f0d52e63e3db&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4510027" author="xgen-internal-githook" created="Wed, 27 Apr 2022 15:09:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ezra Chung&apos;, &apos;email&apos;: &apos;88335979+eramongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;eramongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2017&quot; title=&quot;Add ClientEncryption entity and Key Management API operations to Unified Test Format&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-2017&quot;&gt;&lt;del&gt;DRIVERS-2017&lt;/del&gt;&lt;/a&gt; Add &quot;runOnRequirement.csfle&quot; to permit skipping CSFLE tests (#1196)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Add &quot;runOnRequirement.csfle&quot; to permit skipping CSFLE tests&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/0f65908778188a8d6eeb22571c7791a2b1674234&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/0f65908778188a8d6eeb22571c7791a2b1674234&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4507944" author="xgen-internal-githook" created="Tue, 26 Apr 2022 20:01:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ezra Chung&apos;, &apos;email&apos;: &apos;88335979+eramongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;eramongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2017&quot; title=&quot;Add ClientEncryption entity and Key Management API operations to Unified Test Format&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-2017&quot;&gt;&lt;del&gt;DRIVERS-2017&lt;/del&gt;&lt;/a&gt; Add clientEncryption entity to unified test format (#1188)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Add schema-1.8.json&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add schema definition for clientEncryption entity&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add unified test format tests for clientEncryption entity&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add unified test format spec wording for clientEncryption entity&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Introduce &quot;$$placeholder&quot; for placeholder values&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/e91f0ec558d8d6c3213126fd63aa3d111771f49d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/e91f0ec558d8d6c3213126fd63aa3d111771f49d&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="2033503">DRIVERS-2295</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                            <outwardlinks description="split to">
                                        <issuelink>
            <issuekey id="2005603">CDRIVER-4317</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2005605">CSHARP-4106</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2005604">CXX-2474</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2005606">GODRIVER-2352</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2005610">MOTOR-916</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2005611">PYTHON-3179</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2005614">RUBY-2931</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2005615">RUST-1227</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2005613">PHPLIB-820</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2005608">JAVA-4540</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2005609">NODE-4110</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2055758">MONGOSH-1239</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2078650">DRIVERS-2373</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2068351">DRIVERS-2356</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2070714">DRIVERS-2360</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2075342">DRIVERS-2367</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2033515">DRIVERS-2296</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2114484">DRIVERS-2414</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1983789">MONGOCRYPT-382</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1994737">MONGOCRYPT-394</issuekey>
        </issuelink>
                            </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_17052" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Downstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;ul&gt;
	&lt;li&gt;Add support for the new &lt;a href=&quot;https://github.com/mongodb/specifications/blob/f941df836c97a19820879afd726d550541a78cbe/source/unified-test-format/unified-test-format.rst#user-content-entity-clientencryption&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ClientEncryption entity&lt;/a&gt; in unified test runners.&lt;/li&gt;
	&lt;li&gt;Sync new unified tests for Client Side Encryption with &lt;a href=&quot;https://github.com/mongodb/specifications/tree/fa046c7887ab61370d36758ffe883e2630940c15/source/client-side-encryption/tests/unified&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa046c78&lt;/a&gt;. This includes all tests in the &lt;tt&gt;unified&lt;/tt&gt; directory.
	&lt;ul&gt;
		&lt;li&gt;Originally &lt;a href=&quot;https://github.com/mongodb/specifications/tree/f941df836c97a19820879afd726d550541a78cbe/source/client-side-encryption/tests/unified&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f941df83&lt;/a&gt;.&lt;/li&gt;
		&lt;li&gt;Updated to include &lt;a href=&quot;https://github.com/mongodb/specifications/commit/dade3e4dd6493e4c5cb8bcb47d6a80e843a7e34f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;dade3e4d&lt;/a&gt; (&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2356&quot; title=&quot;Reduce expected removeKeyAltName operations to a single findOneAndUpdate&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-2356&quot;&gt;&lt;del&gt;DRIVERS-2356&lt;/del&gt;&lt;/a&gt;).&lt;/li&gt;
		&lt;li&gt;Updated to include &lt;a href=&quot;https://github.com/mongodb/specifications/commit/fa046c7887ab61370d36758ffe883e2630940c15&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa046c78&lt;/a&gt;.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Implement prose tests&lt;/li&gt;
&lt;/ul&gt;
</customfieldvalue>

                        </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-4317'>CDRIVER-4317</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>1.22.0, 1.22.0-beta0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-2474'>CXX-2474</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>3.8.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CSHARP-4106'>CSHARP-4106</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.17.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/GODRIVER-2352'>GODRIVER-2352</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>1.10.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/JAVA-4540'>JAVA-4540</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>4.7.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/NODE-4110'>NODE-4110</a>
    </td>
    <td>Done</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/MOTOR-916'>MOTOR-916</a>
    </td>
    <td>Duplicate</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PYTHON-3179'>PYTHON-3179</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>4.2</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PHPLIB-820'>PHPLIB-820</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>1.15.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUBY-2931'>RUBY-2931</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.18.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUST-1227'>RUST-1227</a>
    </td>
    <td>Duplicate</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/SWIFT-1529'>SWIFT-1529</a>
    </td>
    <td>Duplicate</td>
    <td class=''></td>
  </tr>
</table>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DRIVERS-1951</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_21553" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Quarter</customfieldname>
                        <customfieldvalues>
                                        <label>FY23Q2</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzz1p3:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>