<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:21:50 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-29794] Adding a comment to all commands</title>
                <link>https://jira.mongodb.org/browse/SERVER-29794</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The following proposed feature request would allow comments to be added to bulk operations. The comment should behave similar to &lt;tt&gt;cursor.comment()&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;The requested functionality is as follows:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Allow a configurable comment be added to &lt;tt&gt;bulk.execute()&lt;/tt&gt; commands.&lt;/li&gt;
	&lt;li&gt;When using a sharded collection if the bulk operation is directed at more than one shard the same comment should appear for the bulk operation across all shards.&lt;/li&gt;
	&lt;li&gt;If a more verbose log level is enabled that shows the individual operation for the bulk operation the same comment should be present on these individual operations.&lt;/li&gt;
	&lt;li&gt;The comment should appear in the &lt;tt&gt;mongod&lt;/tt&gt; logs, &lt;tt&gt;system.profile&lt;/tt&gt; and &lt;tt&gt;db.currentOp()&lt;/tt&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="397007">SERVER-29794</key>
            <summary>Adding a comment to all commands</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="arun.banala@mongodb.com">Arun Banala</assignee>
                                    <reporter username="james.phelan@mongodb.com">James Phelan</reporter>
                        <labels>
                            <label>storch</label>
                    </labels>
                <created>Thu, 22 Jun 2017 15:56:26 +0000</created>
                <updated>Mon, 30 Oct 2023 23:15:48 +0000</updated>
                            <resolved>Tue, 24 Sep 2019 17:47:44 +0000</resolved>
                                                    <fixVersion>4.3.1</fixVersion>
                                    <component>Logging</component>
                                        <votes>5</votes>
                                    <watches>13</watches>
                                                                                                                <comments>
                            <comment id="3438021" author="bartle" created="Sat, 10 Oct 2020 02:06:17 +0000"  >&lt;p&gt;&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/thumbs_up.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="3437017" author="david.storch" created="Fri, 9 Oct 2020 14:55:15 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bartle&quot; class=&quot;user-hover&quot; rel=&quot;bartle&quot;&gt;bartle&lt;/a&gt;! Due to the complexity of the changes in this patch and the upgrade/downgrade implications, I&apos;d be reluctant to attempt a backport of this improvement to 4.2 and earlier. There are upgrade/downgrade implications because older versions may reject commands with a &lt;tt&gt;comment&lt;/tt&gt; field, causing commands sent between nodes in the cluster during an upgrade or downgrade to fail. We are using &lt;a href=&quot;https://docs.mongodb.com/manual/reference/command/setFeatureCompatibilityVersion/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;featureCompatibilityVersion&lt;/a&gt; ensure that the &lt;tt&gt;comment&lt;/tt&gt; parameter is only fully available once the featureCompatibilityVersion is set to &quot;4.4&quot;. I think by backporting this to 4.2.x, for example, we could break the minor version upgrade from 4.2.(x-1) to 4.2.x. See linked ticket &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-45002&quot; title=&quot;Addition of &amp;quot;comment&amp;quot; field to getMore breaks agg commands with comment during upgrade of sharded cluster&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-45002&quot;&gt;&lt;del&gt;SERVER-45002&lt;/del&gt;&lt;/a&gt; for details on the upgrade/downgrade related implications of this ticket.&lt;/p&gt;</comment>
                            <comment id="3427127" author="bartle" created="Tue, 6 Oct 2020 00:59:45 +0000"  >&lt;p&gt;Would it be possible to backport this to 4.2, 4.0. and 3.6?&lt;/p&gt;</comment>
                            <comment id="3284786" author="arun.banala" created="Tue, 14 Jul 2020 17:32:07 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jeff.yemin&quot; class=&quot;user-hover&quot; rel=&quot;jeff.yemin&quot;&gt;jeff.yemin&lt;/a&gt; Yes, the comment can be any BSON value. &lt;/p&gt;</comment>
                            <comment id="3284781" author="jeff.yemin" created="Tue, 14 Jul 2020 17:29:19 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=arun.banala&quot; class=&quot;user-hover&quot; rel=&quot;arun.banala&quot;&gt;arun.banala&lt;/a&gt; can the comment be any BSON value, or only string or document?  e.g. is this allowed:&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;{&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;   find: &quot;test&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;   comment: true&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;</comment>
                            <comment id="2433442" author="xgen-internal-githook" created="Wed, 25 Sep 2019 19:39:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Arun Banala&apos;, &apos;username&apos;: &apos;banarun&apos;, &apos;email&apos;: &apos;arun.banala@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29794&quot; title=&quot;Adding a comment to all commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29794&quot;&gt;&lt;del&gt;SERVER-29794&lt;/del&gt;&lt;/a&gt; Fix failing tests&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f686020621ea0098ed615f1d825e8f2444010dcd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f686020621ea0098ed615f1d825e8f2444010dcd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2431997" author="bartle" created="Wed, 25 Sep 2019 00:21:56 +0000"  >&lt;p&gt;Thanks, that&apos;s great!&lt;/p&gt;</comment>
                            <comment id="2431923" author="arun.banala" created="Tue, 24 Sep 2019 22:24:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bartle&quot; class=&quot;user-hover&quot; rel=&quot;bartle&quot;&gt;bartle&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=james.phelan&quot; class=&quot;user-hover&quot; rel=&quot;james.phelan&quot;&gt;james.phelan&lt;/a&gt;: This feature is now implemented. The &apos;comment&apos; field can now be attached as a top level field to any command. The &apos;comment&apos; attached to a command will be visible on system.profile, $currentOp and logs for the corresponding command. Additionally, a comment attached to &apos;find&apos; or &apos;aggregate&apos; would appear on system.profile, $currentOp and logs of the corresponding &apos;getMore&apos; request.&lt;/p&gt;</comment>
                            <comment id="2431406" author="xgen-internal-githook" created="Tue, 24 Sep 2019 16:50:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;banarun&apos;, &apos;email&apos;: &apos;arun.banala@10gen.com&apos;, &apos;name&apos;: &apos;Arun Banala&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29794&quot; title=&quot;Adding a comment to all commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29794&quot;&gt;&lt;del&gt;SERVER-29794&lt;/del&gt;&lt;/a&gt; Adding a comment to all commands&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/60518c8920064b30df53129ea880dacfcb04be71&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/60518c8920064b30df53129ea880dacfcb04be71&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2188308" author="bartle" created="Fri, 22 Mar 2019 06:31:53 +0000"  >&lt;p&gt;Any update on this?&#160; More specifically, is there any reason not to just allow &quot;comment&quot; as a top-level field on every command?&#160; We include various metadata in the comment (tracing information, caller information/stack frame), so it&apos;s rather convenient to have that available on all commands in a uniform and consistent manner.&#160; The change itself should be straightforward; just add a &quot;comment&quot; entry in &lt;tt&gt;src/mongo/db/command_generic_argument.cpp&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="1605216" author="ian@10gen.com" created="Fri, 23 Jun 2017 14:41:23 +0000"  >&lt;p&gt;Expanding the scope of this ticket to cover all CRUD commands.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="709125">SERVER-39951</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="938817">DRIVERS-742</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                        <issuelink>
            <issuekey id="938816">DOCS-13051</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="506855">SERVER-33716</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="492177">SERVER-33118</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="709262">SERVER-39955</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="1813497">SERVER-58403</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1040344">SERVER-45002</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1977735">SERVER-63315</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="923588">SERVER-43284</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="583224">SERVER-36441</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1091861">SERVER-45579</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="709262">SERVER-39955</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>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.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_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[500A000000X1CTJIA3]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 23 Jun 2017 14:41:23 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 17 weeks, 5 days 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_17052" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Downstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>This change allows users to specific &amp;#39;comment&amp;#39; field. The &amp;#39;comment&amp;#39; has to be a top level field and can be of any type. The &amp;#39;comment&amp;#39; field will be visible in profiler, logs and $currentOp for that command. &lt;br/&gt;
&lt;br/&gt;
Note that some commands (like find, aggregate) previously supported &amp;#39;comment&amp;#39; field. But they could only be a string. With this change, the comment can be any valid BSON object. This will require changing the existing docs and possibly the drivers. </customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16942"><![CDATA[Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-1419</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>
                            3 years, 17 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>46.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>arun.banala@mongodb.com</customfieldvalue>
            <customfieldvalue>bartle</customfieldvalue>
            <customfieldvalue>david.storch@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ian@mongodb.com</customfieldvalue>
            <customfieldvalue>james.phelan@mongodb.com</customfieldvalue>
            <customfieldvalue>jeff.yemin@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht9pt3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr72rz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="2881">Query 2019-07-29</customfieldvalue>
    <customfieldvalue id="2882">Query 2019-08-12</customfieldvalue>
    <customfieldvalue id="2883">Query 2019-08-26</customfieldvalue>
    <customfieldvalue id="2884">Query 2019-09-09</customfieldvalue>
    <customfieldvalue id="2885">Query 2019-09-23</customfieldvalue>
    <customfieldvalue id="2886">Query 2019-10-07</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_17051" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Teams Impacted</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16944"><![CDATA[Docs]]></customfieldvalue>
    <customfieldvalue key="16945"><![CDATA[Drivers]]></customfieldvalue>
    <customfieldvalue key="16946"><![CDATA[Triage and Release]]></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>
                                    <customfieldvalue><![CDATA[kelsey.schubert@mongodb.com]]></customfieldvalue>
    

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

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