<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:37:29 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>[GODRIVER-1943] Support &quot;comment&quot; on most commands</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-1943</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description></description>
                <environment></environment>
        <key id="1665633">GODRIVER-1943</key>
            <summary>Support &quot;comment&quot; on most 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="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="3">Duplicate</resolution>
                                        <assignee username="preston.vasquez@mongodb.com">Preston Vasquez</assignee>
                                    <reporter username="bartle">David Bartley</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Wed, 31 Mar 2021 02:11:12 +0000</created>
                <updated>Mon, 2 May 2022 20:00:58 +0000</updated>
                            <resolved>Mon, 2 May 2022 20:00:58 +0000</resolved>
                                                                                        <votes>1</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="3701729" author="kevin.albertson" created="Mon, 5 Apr 2021 20:27:02 +0000"  >&lt;p&gt;Agh! Sorry for the internal link (it is removed now). Suffice it to say, there is a cross drivers project scheduled by the end of this year to make the necessary specification changes for to support &lt;tt&gt;comment&lt;/tt&gt;. We&apos;ll pick this up after it has been specified.&lt;/p&gt;</comment>
                            <comment id="3695138" author="bartle" created="Wed, 31 Mar 2021 22:07:09 +0000"  >&lt;p&gt;Heh, apparently I can&apos;t view that ticket &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.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="3694218" author="kevin.albertson" created="Wed, 31 Mar 2021 16:04:56 +0000"  >&lt;p&gt;Thank you for the feature request &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;! There is a drivers project planned to add support for comment on all driver helpers.&lt;/p&gt;</comment>
                            <comment id="3692913" author="bartle" created="Wed, 31 Mar 2021 02:14:05 +0000"  >&lt;p&gt;Per &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;, I guess this should be technically gated on the 4.4 FCV; for update, delete, count, distinct and findAndModify (but not insert), you could instead add &quot;$comment&quot; to the query component (if you have a bulk write idk if you should just add it to the first, or all queries).&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="1903835">GODRIVER-2199</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="1797730">GODRIVER-2063</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1903835">GODRIVER-2199</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K00000uxfduQAA]]]></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_14266" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Documentation Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;Most (all?) commands should now accept a top-level comment key, but the go driver only supports comment on find and aggregate; in particular, this is missing from update, delete, insert, count, distinct, and findAndModify.&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>GODRIVER-2318</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr6k0v:</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>