<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:38:42 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-5173] Add expression to get value by keyname from object</title>
                <link>https://jira.mongodb.org/browse/COMPASS-5173</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;div class=&quot;panel&quot; style=&quot;background-color: #c2d2c2;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;background-color: #239eb0;&quot;&gt;&lt;b&gt;Downstream Change Summary&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #c2d2c2;&quot;&gt;
&lt;p&gt;Added a new aggregation expression, $getField: see the syntax document for more details: &lt;a href=&quot;https://docs.google.com/document/d/1aXTM207O4b8Sj7C76f3A44dvCIXErgKB_u17XLnsxfk&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.google.com/document/d/1aXTM207O4b8Sj7C76f3A44dvCIXErgKB_u17XLnsxfk&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Note that this is feature-flag guarded by featureFlagDotsAndDollars, which is currently disabled.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;h2&gt;&lt;a name=&quot;DescriptionofLinkedTicket&quot;&gt;&lt;/a&gt;Description of Linked Ticket&lt;/h2&gt;

&lt;p&gt;While it&apos;s possible via combined use of $objectToArray and $filter with $map, it would be nice to have a simple expression to get value of particular field of an object:&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;db.foo.find()&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;{ _id: 1, a: 5, foo: { b: &quot;a&quot;, c: 99.9 } }&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;db.foo.aggregate({$project:{ foo_c_is: {$getField:[ &quot;c&quot;, &quot;$foo&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;   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;{ _id: 1, foo_c_is: 99.9 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;This will allow easily plucking out a value when the field name is stored in another part of the same document, or when it has some funny character that precludes it being used as subfield name (like leading &quot;$&quot;) as in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30365&quot; title=&quot;How to exclude (sub)fields starting with $ in a query projection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30365&quot;&gt;SERVER-30365&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14466&quot; title=&quot;Support projecting the $id or $ref for a DBRef() field&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14466&quot;&gt;&lt;del&gt;SERVER-14466&lt;/del&gt;&lt;/a&gt; or embedded &apos;.&apos; when querying oplog or system.profile collections.&lt;/p&gt;

&lt;p&gt;Second argument could be optional and default to &quot;$$ROOT&quot;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1882089">COMPASS-5173</key>
            <summary>Add expression to get value by keyname from object</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="9">Done</resolution>
                                        <assignee username="alena.khineika@mongodb.com">Alena Khineika</assignee>
                                    <reporter username="jessica.sigafoos@mongodb.com">Jessica Sigafoos</reporter>
                        <labels>
                    </labels>
                <created>Thu, 23 Sep 2021 17:10:13 +0000</created>
                <updated>Tue, 16 Nov 2021 14:46:08 +0000</updated>
                            <resolved>Tue, 19 Oct 2021 14:16:30 +0000</resolved>
                                                    <fixVersion>1.29.4</fixVersion>
                                    <component>Autocomplete</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4147199" author="xgen-internal-githook" created="Tue, 26 Oct 2021 02:35:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Alena Khineika&apos;, &apos;email&apos;: &apos;alena.khineika@gmail.com&apos;, &apos;username&apos;: &apos;alenakhineika&apos;}
&lt;p&gt;Message: feat: bump ace-autocompleter to 0.8.0 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5152&quot; title=&quot;Add autocomplete support for expressions: $tsSecond, $tsIncrement&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5152&quot;&gt;&lt;del&gt;COMPASS-5152&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5173&quot; title=&quot;Add expression to get value by keyname from object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5173&quot;&gt;&lt;del&gt;COMPASS-5173&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5172&quot; title=&quot;Support new aggregation stage $densify&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5172&quot;&gt;&lt;del&gt;COMPASS-5172&lt;/del&gt;&lt;/a&gt; (#2519)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5152&quot; title=&quot;Add autocomplete support for expressions: $tsSecond, $tsIncrement&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5152&quot;&gt;&lt;del&gt;COMPASS-5152&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5173&quot; title=&quot;Add expression to get value by keyname from object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5173&quot;&gt;&lt;del&gt;COMPASS-5173&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5172&quot; title=&quot;Support new aggregation stage $densify&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5172&quot;&gt;&lt;del&gt;COMPASS-5172&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: compass-home-ts&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/c59da1fd4b30cdb13a7e97b5210faac6775c124b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/c59da1fd4b30cdb13a7e97b5210faac6775c124b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4132860" author="xgen-internal-githook" created="Tue, 19 Oct 2021 16:18:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Alena Khineika&apos;, &apos;email&apos;: &apos;alena.khineika@gmail.com&apos;, &apos;username&apos;: &apos;alenakhineika&apos;}
&lt;p&gt;Message: feat: bump ace-autocompleter to 0.8.0 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5152&quot; title=&quot;Add autocomplete support for expressions: $tsSecond, $tsIncrement&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5152&quot;&gt;&lt;del&gt;COMPASS-5152&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5173&quot; title=&quot;Add expression to get value by keyname from object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5173&quot;&gt;&lt;del&gt;COMPASS-5173&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5172&quot; title=&quot;Support new aggregation stage $densify&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5172&quot;&gt;&lt;del&gt;COMPASS-5172&lt;/del&gt;&lt;/a&gt; (#2519)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5152&quot; title=&quot;Add autocomplete support for expressions: $tsSecond, $tsIncrement&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5152&quot;&gt;&lt;del&gt;COMPASS-5152&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5173&quot; title=&quot;Add expression to get value by keyname from object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5173&quot;&gt;&lt;del&gt;COMPASS-5173&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5172&quot; title=&quot;Support new aggregation stage $densify&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5172&quot;&gt;&lt;del&gt;COMPASS-5172&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5053&quot; title=&quot;Add a loading status and a cancellation button to the CRUD view (and do not show global loading overlay when running queries)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5053&quot;&gt;&lt;del&gt;COMPASS-5053&lt;/del&gt;&lt;/a&gt;-loading-status&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/c59da1fd4b30cdb13a7e97b5210faac6775c124b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/c59da1fd4b30cdb13a7e97b5210faac6775c124b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4132318" author="xgen-internal-githook" created="Tue, 19 Oct 2021 14:15:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Alena Khineika&apos;, &apos;email&apos;: &apos;alena.khineika@gmail.com&apos;, &apos;username&apos;: &apos;alenakhineika&apos;}
&lt;p&gt;Message: feat: bump ace-autocompleter to 0.8.0 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5152&quot; title=&quot;Add autocomplete support for expressions: $tsSecond, $tsIncrement&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5152&quot;&gt;&lt;del&gt;COMPASS-5152&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5173&quot; title=&quot;Add expression to get value by keyname from object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5173&quot;&gt;&lt;del&gt;COMPASS-5173&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5172&quot; title=&quot;Support new aggregation stage $densify&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5172&quot;&gt;&lt;del&gt;COMPASS-5172&lt;/del&gt;&lt;/a&gt; (#2519)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5152&quot; title=&quot;Add autocomplete support for expressions: $tsSecond, $tsIncrement&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5152&quot;&gt;&lt;del&gt;COMPASS-5152&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5173&quot; title=&quot;Add expression to get value by keyname from object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5173&quot;&gt;&lt;del&gt;COMPASS-5173&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5172&quot; title=&quot;Support new aggregation stage $densify&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5172&quot;&gt;&lt;del&gt;COMPASS-5172&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/c59da1fd4b30cdb13a7e97b5210faac6775c124b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/c59da1fd4b30cdb13a7e97b5210faac6775c124b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4129340" author="xgen-internal-githook" created="Mon, 18 Oct 2021 14:11:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Alena Khineika&apos;, &apos;email&apos;: &apos;alena.khineika@gmail.com&apos;, &apos;username&apos;: &apos;alenakhineika&apos;}
&lt;p&gt;Message: feat: bump ace-autocompleter to 0.8.0 to support tsSecond, tsIncrement, densify, getfield&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5152&quot; title=&quot;Add autocomplete support for expressions: $tsSecond, $tsIncrement&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5152&quot;&gt;&lt;del&gt;COMPASS-5152&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5173&quot; title=&quot;Add expression to get value by keyname from object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5173&quot;&gt;&lt;del&gt;COMPASS-5173&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5172&quot; title=&quot;Support new aggregation stage $densify&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5172&quot;&gt;&lt;del&gt;COMPASS-5172&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: add-tssecond-tsincrement-densify-getfield&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/cf89fff0290b5a72e38e3c9ff962acd46b3ebabc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/cf89fff0290b5a72e38e3c9ff962acd46b3ebabc&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="1886200">VSCODE-299</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="1882091">MONGOSH-1003</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                                                <inwardlinks description="is caused by">
                                        <issuelink>
            <issuekey id="409814">SERVER-30417</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>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 18 Oct 2021 14:11:10 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 15 weeks, 1 day 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_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10250"><![CDATA[Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>COMPASS-4949</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>massimiliano.marcon@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 15 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alena.khineika@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jessica.sigafoos@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i02y0n:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.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|i02k5z:</customfieldvalue>

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