<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:04:33 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-43951] Shell Help Collection Examples Inconsistent</title>
                <link>https://jira.mongodb.org/browse/SERVER-43951</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When you type &quot;help&quot; in the Mongo shell, a list of potential help methods gets printed out. In this list, we refer to collections by an arbitrary collection name. This collection name is inconsistent throughout the help menu and therefor introduces unnecessary confusion.&lt;/p&gt;

&lt;p&gt;We refer to collections as both &quot;mycoll&quot; (in &quot;db.mycoll.help()&quot;) and &quot;foo&quot; (in &quot;db.foo.find()&quot; and &quot;db.foo.find( &lt;/p&gt;
{ a : 1 }
&lt;p&gt; )&quot;).&lt;/p&gt;

&lt;p&gt;I suggest we standardize on either &quot;mycoll&quot; or an unknown third option (&quot;foo&quot; is not very readable).&lt;/p&gt;

&lt;p&gt;I have opened a PR standardizing on &quot;mycoll&quot;: &lt;a href=&quot;https://github.com/mongodb/mongo/pull/1330&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/pull/1330&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="966862">SERVER-43951</key>
            <summary>Shell Help Collection Examples Inconsistent</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="5" iconUrl="https://jira.mongodb.org/images/icons/priorities/trivial.svg">Trivial - P5</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="mark.benvenuto@mongodb.com">Mark Benvenuto</assignee>
                                    <reporter username="michael.doliner@mongodb.com">Michael Doliner</reporter>
                        <labels>
                            <label>pull-request</label>
                    </labels>
                <created>Thu, 10 Oct 2019 19:58:51 +0000</created>
                <updated>Sun, 29 Oct 2023 22:16:12 +0000</updated>
                            <resolved>Thu, 6 Feb 2020 20:28:53 +0000</resolved>
                                                    <fixVersion>4.3.4</fixVersion>
                                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="2817870" author="xgen-internal-githook" created="Thu, 6 Feb 2020 21:32:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Mark Benvenuto&apos;, &apos;username&apos;: &apos;markbenvenuto&apos;, &apos;email&apos;: &apos;mark.benvenuto@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-43951&quot; title=&quot;Shell Help Collection Examples Inconsistent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-43951&quot;&gt;&lt;del&gt;SERVER-43951&lt;/del&gt;&lt;/a&gt; Unifies help collection name&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e5b21a774777fd1a1d89959b9e78c6eb18580c32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e5b21a774777fd1a1d89959b9e78c6eb18580c32&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2786019" author="xgen-internal-githook" created="Wed, 5 Feb 2020 22:29:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Michael Doliner&apos;, &apos;username&apos;: &apos;mdoliner&apos;, &apos;email&apos;: &apos;michael.doliner@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-43951&quot; title=&quot;Shell Help Collection Examples Inconsistent&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-43951&quot;&gt;&lt;del&gt;SERVER-43951&lt;/del&gt;&lt;/a&gt; Unifies help collection name&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/84940076a90c3938decb6a28219f7102307404bd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/84940076a90c3938decb6a28219f7102307404bd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2523350" author="mark.benvenuto" created="Thu, 7 Nov 2019 21:39:42 +0000"  >&lt;p&gt;The PR looks good.&lt;/p&gt;

&lt;p&gt;Our current commit queue infrastructure does not support me submitting on behalf of another user. This means that if I submit the PR to the commit queue, it will appear that I wrote it. When&#160;EVG-6591 is complete, I will merge this PR.&lt;/p&gt;</comment>
                            <comment id="2480637" author="michael.doliner" created="Mon, 14 Oct 2019 17:37:01 +0000"  >&lt;p&gt;In terms of standardizing, I think it&apos;s worth considering all contexts - however in this ticket, I was mostly focused on standardizing within a specific feature, the help menu. From the user&apos;s perspective, the help section is the only Mongo Shell view that would require this type of standardization. Looking across all help menus, we use three terms: mycollection (once), mycoll (once), and foo (twice)&lt;/p&gt;

&lt;p&gt;As noted earlier, I don&apos;t have a strong inclination on what we should standardize to in this menu - though I do think that foo doesn&apos;t contribute to an understanding of what information the user should be filling in which might be detrimental in a help screen. It&apos;s good to note that we use foo the most in our code base, but I think foo has a more general use in writing test code or providing example variables, which is not necessarily equally applicable in a help screen. Regardless of this inclination, I&apos;m happy for us to use any of these three terms or a yet-to-be-identified fourth term. I do think changing it between different lines of the help screen provides unnecessary tension though.&lt;/p&gt;</comment>
                            <comment id="2480577" author="daniel.hatcher" created="Mon, 14 Oct 2019 17:15:50 +0000"  >&lt;p&gt;We use &quot;foo&quot; as a stand-in across the overall code base; I count 3865 uses in master src/mongo/ with admittedly most of them in the testing infrastructure. &quot;mycoll&quot; or &quot;mycollection&quot; only appears 71 times and the majority of that is in map reduce testing code. As far as I can tell, the only time we ever use &quot;mycoll&quot; in a customer facing manner is that single help line item. I would be inclined to actually change the &quot;mycoll&quot; here as opposed to changing everything to &quot;mycoll&quot;.&lt;/p&gt;

&lt;p&gt;However, I personally don&apos;t feel that strongly about it and would be fine making this specific change as its a very small one. You mention &quot;standardize&quot;; how do you imagine that going? Would we eventually be changing every instance of a stand-in for a collection to &quot;mycoll&quot;?&lt;/p&gt;</comment>
                            <comment id="2476523" author="daniel.hatcher" created="Thu, 10 Oct 2019 20:47:20 +0000"  >&lt;p&gt;Does Docs have a standard? I imagine that should be what we use if so.&lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kay.kim&quot; class=&quot;user-hover&quot; rel=&quot;kay.kim&quot;&gt;kay.kim&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                        </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>3.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, 10 Oct 2019 20:47:20 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/EVG-6591'>EVG-6591</a></s>]]></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_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, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>daniel.hatcher@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>mark.benvenuto@mongodb.com</customfieldvalue>
            <customfieldvalue>michael.doliner@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hvx0vz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hvygtr:</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="3341">Security 2019-11-18</customfieldvalue>
    <customfieldvalue id="3451">Security 2019-12-02</customfieldvalue>
    <customfieldvalue id="3516">Security 2020-02-10</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|hvwn5b:</customfieldvalue>

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