<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:31:26 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>[COMPASS-2888] Agg pipeline builder to autocompolete newly defined fields</title>
                <link>https://jira.mongodb.org/browse/COMPASS-2888</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;Currently, the Agg Pipeline builder offers field autocompletion based on the collection selected for aggregation. I&apos;d like to see this extended to the new fields defined in the $project stages that precede any new stages that attempts to use them. See example attached.&lt;/p&gt;</description>
                <environment></environment>
        <key id="550301">COMPASS-2888</key>
            <summary>Agg pipeline builder to autocompolete newly defined fields</summary>
                <type id="12" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14715&amp;avatarType=issuetype">Story</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="lucas.hrabovsky">Lucas Hrabovsky</assignee>
                                    <reporter username="grigori.melnik@mongodb.com">Grigori Melnik</reporter>
                        <labels>
                    </labels>
                <created>Sun, 27 May 2018 02:37:20 +0000</created>
                <updated>Sun, 29 Oct 2023 02:41:27 +0000</updated>
                            <resolved>Fri, 29 Mar 2019 14:04:14 +0000</resolved>
                                    <version>1.14.0-beta</version>
                                    <fixVersion>1.19.0</fixVersion>
                                    <component>Aggregation pipeline</component>
                    <component>Compass</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="2195917" author="xgen-internal-githook" created="Fri, 29 Mar 2019 14:08:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;hrabovsky.lucas@gmail.com&apos;, &apos;name&apos;: &apos;Lucas Hrabovsky&apos;, &apos;username&apos;: &apos;imlucas&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-2888&quot; title=&quot;Agg pipeline builder to autocompolete newly defined fields&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-2888&quot;&gt;&lt;del&gt;COMPASS-2888&lt;/del&gt;&lt;/a&gt;: Autocomplete Projections (#1675)&lt;/p&gt;

&lt;p&gt;See: mongodb-js/compass-aggregations#80&lt;br/&gt;
Fixes: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-2888&quot; title=&quot;Agg pipeline builder to autocompolete newly defined fields&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-2888&quot;&gt;&lt;del&gt;COMPASS-2888&lt;/del&gt;&lt;/a&gt;(&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-2888&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/COMPASS-2888&lt;/a&gt;)&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;Test Case from &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-2888&quot; title=&quot;Agg pipeline builder to autocompolete newly defined fields&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-2888&quot;&gt;&lt;del&gt;COMPASS-2888&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Projection from previous stage now available  in the completion list:&lt;br/&gt;
!&lt;span class=&quot;error&quot;&gt;&amp;#91;Screenshot 2019-03-27 10 49 04&amp;#93;&lt;/span&gt;(&lt;a href=&quot;https://user-images.githubusercontent.com/23074/55086228-64dfca00-507e-11e9-8a55-05a7e8ca28e6.png&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://user-images.githubusercontent.com/23074/55086228-64dfca00-507e-11e9-8a55-05a7e8ca28e6.png&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Disabling the previous stage now hides the projection in the completion list:&lt;br/&gt;
!&lt;span class=&quot;error&quot;&gt;&amp;#91;Screenshot 2019-03-27 10 49 38&amp;#93;&lt;/span&gt;(&lt;a href=&quot;https://user-images.githubusercontent.com/23074/55086245-6a3d1480-507e-11e9-8190-6de2e581c964.png&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://user-images.githubusercontent.com/23074/55086245-6a3d1480-507e-11e9-8190-6de2e581c964.png&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Reordering the stage hides the projection in the completion list as it has not been defined by the user yet:&lt;br/&gt;
!&lt;span class=&quot;error&quot;&gt;&amp;#91;Screenshot 2019-03-27 10 50 41&amp;#93;&lt;/span&gt;(&lt;a href=&quot;https://user-images.githubusercontent.com/23074/55086249-6f01c880-507e-11e9-87d9-46260530c941.png&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://user-images.githubusercontent.com/23074/55086249-6f01c880-507e-11e9-87d9-46260530c941.png&lt;/a&gt;)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/compass/commit/838551f890ad917683edce2373eb9013e55e4eb5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/compass/commit/838551f890ad917683edce2373eb9013e55e4eb5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2195899" author="lucas.hrabovsky" created="Fri, 29 Mar 2019 14:04:14 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/10gen/compass/pull/1675&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/compass/pull/1675&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2195894" author="xgen-internal-githook" created="Fri, 29 Mar 2019 14:02:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;hrabovsky.lucas@gmail.com&apos;, &apos;name&apos;: &apos;Lucas Hrabovsky&apos;, &apos;username&apos;: &apos;imlucas&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-2888&quot; title=&quot;Agg pipeline builder to autocompolete newly defined fields&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-2888&quot;&gt;&lt;del&gt;COMPASS-2888&lt;/del&gt;&lt;/a&gt;: Autocomplete Projections&lt;/p&gt;

&lt;p&gt;See: mongodb-js/compass-aggregations#80&lt;br/&gt;
Fixes: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-2888&quot; title=&quot;Agg pipeline builder to autocompolete newly defined fields&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-2888&quot;&gt;&lt;del&gt;COMPASS-2888&lt;/del&gt;&lt;/a&gt;(&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-2888&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/COMPASS-2888&lt;/a&gt;)&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;Test Case from &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-2888&quot; title=&quot;Agg pipeline builder to autocompolete newly defined fields&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-2888&quot;&gt;&lt;del&gt;COMPASS-2888&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Projection from previous stage now available  in the completion list:&lt;br/&gt;
!&lt;span class=&quot;error&quot;&gt;&amp;#91;Screenshot 2019-03-27 10 49 04&amp;#93;&lt;/span&gt;(&lt;a href=&quot;https://user-images.githubusercontent.com/23074/55086228-64dfca00-507e-11e9-8a55-05a7e8ca28e6.png&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://user-images.githubusercontent.com/23074/55086228-64dfca00-507e-11e9-8a55-05a7e8ca28e6.png&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Disabling the previous stage now hides the projection in the completion list:&lt;br/&gt;
!&lt;span class=&quot;error&quot;&gt;&amp;#91;Screenshot 2019-03-27 10 49 38&amp;#93;&lt;/span&gt;(&lt;a href=&quot;https://user-images.githubusercontent.com/23074/55086245-6a3d1480-507e-11e9-8190-6de2e581c964.png&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://user-images.githubusercontent.com/23074/55086245-6a3d1480-507e-11e9-8190-6de2e581c964.png&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Reordering the stage hides the projection in the completion list as it has not been defined by the user yet:&lt;br/&gt;
!&lt;span class=&quot;error&quot;&gt;&amp;#91;Screenshot 2019-03-27 10 50 41&amp;#93;&lt;/span&gt;(&lt;a href=&quot;https://user-images.githubusercontent.com/23074/55086249-6f01c880-507e-11e9-87d9-46260530c941.png&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://user-images.githubusercontent.com/23074/55086249-6f01c880-507e-11e9-87d9-46260530c941.png&lt;/a&gt;)&lt;br/&gt;
Branch: projection-autocomplete&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/compass/commit/2de43a9b4b50e1243092ef81501931b5754a2966&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/compass/commit/2de43a9b4b50e1243092ef81501931b5754a2966&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="637742">COMPASS-3294</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="187720" name="MongoDB_Compass_Beta_story_get_autocomplete_on_newly_defined_fields.png" size="188023" author="grigori.melnik@mongodb.com" created="Sun, 27 May 2018 02:37:01 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 12 Mar 2019 09:59:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 45 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>COMPASS-3220</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>
                            4 years, 45 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>grigori.melnik@mongodb.com</customfieldvalue>
            <customfieldvalue>lucas.hrabovsky</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htz5bz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr7taf:</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="2877">Iteration Zucchini</customfieldvalue>
    <customfieldvalue id="2914">Iteration Antelope</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htyrlb:</customfieldvalue>

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