<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:25:37 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-30976] Conditional Update/Insert Operation, Batched to a Find/Find-and-Modify Op</title>
                <link>https://jira.mongodb.org/browse/SERVER-30976</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Very often I find myself having to run a find (or find and modify) operation on one collection, check the result, and then conditionally push an update or insert to a different collection. Constantly requiring two round trips to the database.&lt;/p&gt;

&lt;p&gt;It would be incredible if you could batch these together. Execute a find or find-and-modify operation, then depending on a field or fields gathered, execute a secondary operation on a different (or the same) collection. Maybe even feed the find result into the secondary operation (but that would be asking a lot, haha).&lt;/p&gt;</description>
                <environment></environment>
        <key id="424320">SERVER-30976</key>
            <summary>Conditional Update/Insert Operation, Batched to a Find/Find-and-Modify Op</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="asya.kamsky@mongodb.com">Asya Kamsky</assignee>
                                    <reporter username="vdog5@mac.com">Victor Stewart</reporter>
                        <labels>
                    </labels>
                <created>Wed, 6 Sep 2017 21:26:35 +0000</created>
                <updated>Mon, 15 Nov 2021 16:26:14 +0000</updated>
                            <resolved>Thu, 23 Nov 2017 23:54:47 +0000</resolved>
                                                                    <component>Querying</component>
                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="1733915" author="asya" created="Thu, 23 Nov 2017 23:54:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=victorstewart&quot; class=&quot;user-hover&quot; rel=&quot;victorstewart&quot;&gt;victorstewart&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It sounds like what you need to be able to do what you described are multi-document/multi-statement transactions.&lt;/p&gt;

&lt;p&gt;I&apos;ve resolved this ticket as a duplicate of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-11508&quot; title=&quot;Multi-document transactions across shards [distributed transactions]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-11508&quot;&gt;&lt;del&gt;SERVER-11508&lt;/del&gt;&lt;/a&gt; which tracks adding support for transactions to MongoDB.&lt;/p&gt;</comment>
                            <comment id="1674140" author="mark.agarunov" created="Fri, 15 Sep 2017 16:54:04 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=victorstewart&quot; class=&quot;user-hover&quot; rel=&quot;victorstewart&quot;&gt;victorstewart&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;On further examination, this request appears to be similar to, but not a duplicate of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-6566&quot; title=&quot;Support conditional updates: $updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-6566&quot;&gt;&lt;del&gt;SERVER-6566&lt;/del&gt;&lt;/a&gt;. I&apos;ve set the fixVersion to &quot;Needs Triage&quot; for this new feature to be scheduled against our currently planned work. Updates will be posted on this ticket as they happen.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Mark&lt;/p&gt;</comment>
                            <comment id="1668707" author="asya" created="Sat, 9 Sep 2017 12:20:48 +0000"  >&lt;p&gt;I don&apos;t think this is related to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-6566&quot; title=&quot;Support conditional updates: $updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-6566&quot;&gt;&lt;del&gt;SERVER-6566&lt;/del&gt;&lt;/a&gt; since that&apos;s about multiple updates to same document happening conditionally, and this is about updating documents with values from another. &lt;/p&gt;</comment>
                            <comment id="1667043" author="mark.agarunov" created="Thu, 7 Sep 2017 15:58:48 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=victorstewart&quot; class=&quot;user-hover&quot; rel=&quot;victorstewart&quot;&gt;victorstewart&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thank you for the report. Looking over the behavior you&apos;ve described, this appears to be a similar request to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-6566&quot; title=&quot;Support conditional updates: $updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-6566&quot;&gt;&lt;del&gt;SERVER-6566&lt;/del&gt;&lt;/a&gt;, which would allow conditional updates. I&apos;ve closed this ticket as a duplicate, please follow &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-6566&quot; title=&quot;Support conditional updates: $updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-6566&quot;&gt;&lt;del&gt;SERVER-6566&lt;/del&gt;&lt;/a&gt; for updates on this issue.&lt;/p&gt;

&lt;p&gt;Thanks, &lt;br/&gt;
Mark&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="96622">SERVER-11508</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="45148">SERVER-6566</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.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>Thu, 7 Sep 2017 15:58:48 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 11 weeks, 6 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_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>
                            6 years, 11 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>asya.kamsky@mongodb.com</customfieldvalue>
            <customfieldvalue>mark.agarunov</customfieldvalue>
            <customfieldvalue>vdog5@mac.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hteb7r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr9dwv:</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_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|htdxav:</customfieldvalue>

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