<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:44:16 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>[SERVER-58346] Calculate generic WireVersion enum constants</title>
                <link>https://jira.mongodb.org/browse/SERVER-58346</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Today, the WireVersion enum is like this:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;enum WireVersion {&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;    RELEASE_2_4_AND_BEFORE = 0,&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;    ... some semantically significant wire versions ...&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;    // Supports resumable initial sync (4.4+).&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;    RESUMABLE_INITIAL_SYNC = 9,&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;    WIRE_VERSION_47 = 10,&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;    WIRE_VERSION_48 = 11,&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;    WIRE_VERSION_49 = 12,&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;    WIRE_VERSION_50 = 13,&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;    LATEST_WIRE_VERSION = WIRE_VERSION_50,&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;    LAST_CONT_WIRE_VERSION = LATEST_WIRE_VERSION - 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;    LAST_LTS_WIRE_VERSION = RESUMABLE_INITIAL_SYNC,&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;};&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Remove all values starting with WIRE_VERSION_47. These values are used only by class WireSpec to determine if an incoming client is compatible with this server, and to fill out the min/maxWireVersion fields of the &quot;hello&quot; reply.&lt;/p&gt;

&lt;p&gt;Instead, calculate the latest, last rapid, and last major wire versions at runtime from the generated kNumberOfReleasesSince44 constants. For example, the latest wire version is RESUMABLE_INITIAL_SYNC + kNumberOfReleasesSince44.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1811281">SERVER-58346</key>
            <summary>Calculate generic WireVersion enum constants</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="xuerui.fa@mongodb.com">Xuerui Fa</assignee>
                                    <reporter username="xuerui.fa@mongodb.com">Xuerui Fa</reporter>
                        <labels>
                    </labels>
                <created>Wed, 7 Jul 2021 20:32:48 +0000</created>
                <updated>Sun, 29 Oct 2023 21:51:13 +0000</updated>
                            <resolved>Mon, 9 Aug 2021 19:57:32 +0000</resolved>
                                                    <fixVersion>5.1.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4288525" author="xuerui.fa" created="Wed, 12 Jan 2022 16:07:03 +0000"  >&lt;p&gt;Sorry, I was being unclear! We are currently developing 5.3, so master is 5.3 and its wire version is 16. &lt;/p&gt;

&lt;p&gt;You&apos;re correct that 4.5 never received a wire version. The project that implemented this change, PM-2091, did not modify previous behavior, so we decided to maintain that in the new implementation. &lt;tt&gt;releases.yml&lt;/tt&gt; is indeed the source of truth and is used to calculate &lt;tt&gt;multiversion::kSince_4_0&lt;/tt&gt;. &lt;/p&gt;</comment>
                            <comment id="4288491" author="jmikola@gmail.com" created="Wed, 12 Jan 2022 15:58:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=xuerui.fa&quot; class=&quot;user-hover&quot; rel=&quot;xuerui.fa&quot;&gt;xuerui.fa&lt;/a&gt;: I do have a follow-up question. You said:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;So since we just released v5.3, the latest wire version is currently 16.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Does that mean that 5.3 reports wire version 16? Or since 5.3 has been tagged, the master branch reports 16 and a 5.3 release would report 15? It looks like a 5.3 &lt;em&gt;branch&lt;/em&gt; has yet to be created, so perhaps 5.3 and master are one and the same in this respect &amp;#8211; in which case 5.3 is 16.&lt;/p&gt;

&lt;p&gt;I understand 5.0 is historically wire version 13 and that will not change. But if server versions 5.1 and later now calculate the latest wire version as &lt;tt&gt;REPLICA_SET_TRANSACTIONS + multiversion::kSince_4_0&lt;/tt&gt; (where &lt;tt&gt;REPLICA_SET_TRANSACTIONS&lt;/tt&gt; is 7), it&apos;s still a bit unclear as to how &lt;tt&gt;multiversion::kSince_4_0&lt;/tt&gt; is calculated.&lt;/p&gt;

&lt;p&gt;For the math to work out such that 5.3 reports wire version 16, &lt;tt&gt;multiversion::kSince_4_0&lt;/tt&gt; would need to be 9. I &lt;em&gt;think&lt;/em&gt; that works if we pretend that 4.5 never existed:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;4.2&lt;/li&gt;
	&lt;li&gt;4.4&lt;/li&gt;
	&lt;li&gt;4.7&lt;/li&gt;
	&lt;li&gt;4.8&lt;/li&gt;
	&lt;li&gt;4.9&lt;/li&gt;
	&lt;li&gt;5.0&lt;/li&gt;
	&lt;li&gt;5.1&lt;/li&gt;
	&lt;li&gt;5.2&lt;/li&gt;
	&lt;li&gt;5.3&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;It sounds like that&apos;s the case. If it&apos;s not too much trouble, can you sanity check me on determining how the 4.5 release is actually ignored? I originally assumed that &lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/src/mongo/util/version/releases.h.tpl&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;releases.h.tpl&lt;/a&gt; was generated from git tag information, it looks like the actual source of truth is a &lt;tt&gt;releases.yml&lt;/tt&gt; file passed as a &lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/src/mongo/util/version/releases.h.tpl#L52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;command-line argument&lt;/a&gt;. If so, I suppose 4.5 is just never mentioned in that file.&lt;/p&gt;

&lt;p&gt;Digging a bit further in the server repository, I did find &lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/src/mongo/util/version/releases.yml&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/util/version/releases.yml&lt;/a&gt;, so perhaps that&apos;s our new source of truth. It does omit 4.5 as I would have expected.&lt;/p&gt;</comment>
                            <comment id="4288309" author="xuerui.fa" created="Wed, 12 Jan 2022 15:11:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jmikola&quot; class=&quot;user-hover&quot; rel=&quot;jmikola&quot;&gt;jmikola&lt;/a&gt; Yes, I believe your three points are correct. Going forward, the wire version will be incremented by 1 for each release, including rapid releases for continuous delivery. So since we just released v5.3, the latest wire version is currently 16. &lt;/p&gt;

&lt;p&gt;I think wrt the previous wire versions, I believe everything from 4.5-4.9 was consider an internal release to test continuous delivery. I&apos;m not sure why we don&apos;t have a wire version for 4.5, leading to 13 instead of 14 for 5.0, but going forward we will definitely increment once per tagged release version.&lt;/p&gt;

&lt;p&gt;Feel free to ping me if you have any other questions!&lt;/p&gt;</comment>
                            <comment id="4287111" author="jmikola@gmail.com" created="Tue, 11 Jan 2022 22:54:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=xuerui.fa&quot; class=&quot;user-hover&quot; rel=&quot;xuerui.fa&quot;&gt;xuerui.fa&lt;/a&gt;: I&apos;ve been tasked with investigating the downstream impact for drivers here. Drivers engineers have historically looked to &lt;tt&gt;wire_version.h&lt;/tt&gt; for determining the exactly wire version for each server release. For added context, drivers use wire versions to detect support for various server features (e.g. &lt;a href=&quot;https://github.com/mongodb/specifications/blob/master/source/wireversion-featurelist.rst&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;wireversion-featurelist.rst&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;I noted that &lt;a href=&quot;https://github.com/mongodb/mongo/commit/efdac6418b6cd6012839c3e87a7b6dc4893d6ef0#diff-f76639b28d3bcc03e5c3575cf811a3e638020a18926b3ff4bf1a372afa29125eR102&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb/mongo@efdac64&lt;/a&gt; for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-59012&quot; title=&quot;Calculate FCV constants in resmoke&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-59012&quot;&gt;&lt;del&gt;SERVER-59012&lt;/del&gt;&lt;/a&gt; more recently changed &lt;tt&gt;wire_version.h&lt;/tt&gt; to calculate &lt;tt&gt;LATEST_WIRE_VERSION&lt;/tt&gt; from the number of releases since 4.0 (instead of 4.4). It looks like &lt;tt&gt;multiversion::kSince_4_0&lt;/tt&gt; is generated from &lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/src/mongo/util/version/releases.h.tpl&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/util/version/releases.h.tpl&lt;/a&gt; so there isn&apos;t a specific file we can look to for the exact value.&lt;/p&gt;

&lt;p&gt;Going forward, it seems as if driver engineers will need to manually calculate this for each release. We already keep a record in &lt;a href=&quot;https://github.com/mongodb/specifications/blob/master/source/wireversion-featurelist.rst&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;wireversion-featurelist.rst&lt;/a&gt;, so I expect that will just become our authoritative reference. That said, I do want to confirm a few things:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Wire versions reported in &lt;tt&gt;hello&lt;/tt&gt; responses will now increment by one for each passing release&lt;/li&gt;
	&lt;li&gt;Drivers can still rely on new features (at least those significant enough that we&apos;d need to detect them) only being introduced with a wire version bump corresponding to a new minor release.&lt;/li&gt;
	&lt;li&gt;All tagged minor releases will be relevant for counting future wire version increments.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;With regard to the last bullet: In the past, there were cases of larger wire version bumps between public releases. Using 4.4 (wire version 9) and 5.0 (wire version 13) as an example, it&apos;s not clear to me how that would have been calculated using this new system. There were four tagged minor versions between 4.4 and 5.0 (4.5, 4.7, 4.8, and 4.9), which would suggest wire version 14 for 5.0. I understand this new calculation only applies going forward (5.1+), so hopefully this isn&apos;t anything we&apos;ll need to worry about with the new quarterly/LTS release schedule.&lt;/p&gt;</comment>
                            <comment id="4107286" author="JIRAUSER1259052" created="Wed, 6 Oct 2021 18:22:24 +0000"  >&lt;p&gt;Updating the fixversion since branching activities occurred yesterday. This ticket will be in rc0 when it&#8217;s been triggered. For more active release information, please keep an eye on #server-release. Thank you!&lt;/p&gt;</comment>
                            <comment id="3989552" author="xgen-internal-githook" created="Mon, 9 Aug 2021 19:56:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;XueruiFa&apos;, &apos;email&apos;: &apos;xuerui.fa@mongodb.com&apos;, &apos;username&apos;: &apos;XueruiFa&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58346&quot; title=&quot;Calculate generic WireVersion enum constants&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58346&quot;&gt;&lt;del&gt;SERVER-58346&lt;/del&gt;&lt;/a&gt;: Calculate generic WireVersion enum constants&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/eb1a10b7c69e5d46ea3f7e1afaa427a3c5032fe7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/eb1a10b7c69e5d46ea3f7e1afaa427a3c5032fe7&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 9 Aug 2021 19:56:14 +0000</customfieldvalue>

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


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-2091</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 4 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jmikola@mongodb.com</customfieldvalue>
            <customfieldvalue>vivian.ge@mongodb.com</customfieldvalue>
            <customfieldvalue>xuerui.fa@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzqz7z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzbaxz:</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_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5140">Repl 2021-08-09</customfieldvalue>
    <customfieldvalue id="5141">Repl 2021-08-23</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_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzqlh3:</customfieldvalue>

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