<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:46:56 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-7562] [Hadron Plugin Interface] Convert `FieldStore` plugin to new interface</title>
                <link>https://jira.mongodb.org/browse/COMPASS-7562</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Convert plugin to new interface&lt;/li&gt;
	&lt;li&gt;Replace event interface with hooks as the fields value is always used in UI for autocomplete in various plugins&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="2536528">COMPASS-7562</key>
            <summary>[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface</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="13201">Fixed</resolution>
                                        <assignee username="sergey.petushkov@mongodb.com">Sergey Petushkov</assignee>
                                    <reporter username="sergey.petushkov@mongodb.com">Sergey Petushkov</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Jan 2024 20:10:55 +0000</created>
                <updated>Tue, 30 Jan 2024 15:11:56 +0000</updated>
                            <resolved>Mon, 15 Jan 2024 11:28:28 +0000</resolved>
                                                    <fixVersion>1.42.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="6052471" author="xgen-internal-githook" created="Tue, 30 Jan 2024 15:11:56 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: chore(field-store): replace fields-changed events with useFields hooks &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7562&quot; title=&quot;[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7562&quot;&gt;&lt;del&gt;COMPASS-7562&lt;/del&gt;&lt;/a&gt; (#5304)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(field-store): add useAutocompleteFields and useFieldsSchema hooks to replace field store fields-changed event&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(aggregations): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(crud): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(indexes): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(query-bar): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(schema-validation): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(aggregations): pass namespace to the list&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(indexes): filter out _id field from autocomplete fields&lt;br/&gt;
Branch: ga-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/654b4c5e773c213a7b363038e307fa64253a2cbf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/654b4c5e773c213a7b363038e307fa64253a2cbf&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="6052463" author="xgen-internal-githook" created="Tue, 30 Jan 2024 15:11:37 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: chore(field-store): refactor to ts; use new plugin interface &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7562&quot; title=&quot;[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7562&quot;&gt;&lt;del&gt;COMPASS-7562&lt;/del&gt;&lt;/a&gt; (#5297)&lt;/p&gt;

&lt;p&gt;chore(field-store): refactor to ts; use new plugin interface&lt;br/&gt;
Branch: ga-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5998499" author="xgen-internal-githook" created="Tue, 9 Jan 2024 19:57:28 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: chore(field-store): replace fields-changed events with useFields hooks &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7562&quot; title=&quot;[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7562&quot;&gt;&lt;del&gt;COMPASS-7562&lt;/del&gt;&lt;/a&gt; (#5304)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(field-store): add useAutocompleteFields and useFieldsSchema hooks to replace field store fields-changed event&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(aggregations): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(crud): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(indexes): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(query-bar): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(schema-validation): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(aggregations): pass namespace to the list&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(indexes): filter out _id field from autocomplete fields&lt;br/&gt;
Branch: remove-enable-gai-experience-feature-flag&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/654b4c5e773c213a7b363038e307fa64253a2cbf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/654b4c5e773c213a7b363038e307fa64253a2cbf&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5998492" author="xgen-internal-githook" created="Tue, 9 Jan 2024 19:57:11 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: chore(field-store): refactor to ts; use new plugin interface &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7562&quot; title=&quot;[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7562&quot;&gt;&lt;del&gt;COMPASS-7562&lt;/del&gt;&lt;/a&gt; (#5297)&lt;/p&gt;

&lt;p&gt;chore(field-store): refactor to ts; use new plugin interface&lt;br/&gt;
Branch: remove-enable-gai-experience-feature-flag&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5992887" author="xgen-internal-githook" created="Mon, 8 Jan 2024 05:05:23 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: chore(field-store): replace fields-changed events with useFields hooks &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7562&quot; title=&quot;[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7562&quot;&gt;&lt;del&gt;COMPASS-7562&lt;/del&gt;&lt;/a&gt; (#5304)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(field-store): add useAutocompleteFields and useFieldsSchema hooks to replace field store fields-changed event&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(aggregations): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(crud): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(indexes): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(query-bar): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(schema-validation): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(aggregations): pass namespace to the list&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(indexes): filter out _id field from autocomplete fields&lt;br/&gt;
Branch: beta-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/654b4c5e773c213a7b363038e307fa64253a2cbf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/654b4c5e773c213a7b363038e307fa64253a2cbf&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5992880" author="xgen-internal-githook" created="Mon, 8 Jan 2024 05:05:07 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: chore(field-store): refactor to ts; use new plugin interface &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7562&quot; title=&quot;[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7562&quot;&gt;&lt;del&gt;COMPASS-7562&lt;/del&gt;&lt;/a&gt; (#5297)&lt;/p&gt;

&lt;p&gt;chore(field-store): refactor to ts; use new plugin interface&lt;br/&gt;
Branch: beta-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5989577" author="xgen-internal-githook" created="Fri, 5 Jan 2024 18:06:03 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: chore(field-store): replace fields-changed events with useFields hooks &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7562&quot; title=&quot;[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7562&quot;&gt;&lt;del&gt;COMPASS-7562&lt;/del&gt;&lt;/a&gt; (#5304)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(field-store): add useAutocompleteFields and useFieldsSchema hooks to replace field store fields-changed event&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(aggregations): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(crud): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(indexes): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(query-bar): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(schema-validation): replace fields store slice and event subscription with a hook&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(aggregations): pass namespace to the list&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(indexes): filter out _id field from autocomplete fields&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/654b4c5e773c213a7b363038e307fa64253a2cbf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/654b4c5e773c213a7b363038e307fa64253a2cbf&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5986312" author="xgen-internal-githook" created="Thu, 4 Jan 2024 16:45:15 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: chore(field-store): refactor to ts; use new plugin interface &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7562&quot; title=&quot;[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7562&quot;&gt;&lt;del&gt;COMPASS-7562&lt;/del&gt;&lt;/a&gt; (#5297)&lt;/p&gt;

&lt;p&gt;chore(field-store): refactor to ts; use new plugin interface&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7561&quot; title=&quot;Create connection-info package in Compass, move `extractSecrets`, `mergeSecrets`, `ConnectionInfo`, and `getConnectionTitle` there from `connection-storage`&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7561&quot;&gt;&lt;del&gt;COMPASS-7561&lt;/del&gt;&lt;/a&gt;-move-connection-info-to-new-package&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5985432" author="xgen-internal-githook" created="Thu, 4 Jan 2024 12:22:20 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: chore(field-store): refactor to ts; use new plugin interface &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7562&quot; title=&quot;[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7562&quot;&gt;&lt;del&gt;COMPASS-7562&lt;/del&gt;&lt;/a&gt; (#5297)&lt;/p&gt;

&lt;p&gt;chore(field-store): refactor to ts; use new plugin interface&lt;br/&gt;
Branch: compass-7407-use-logger-provider-in-plugin-stores&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5985172" author="xgen-internal-githook" created="Thu, 4 Jan 2024 09:54:12 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: chore(field-store): refactor to ts; use new plugin interface &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7562&quot; title=&quot;[Hadron Plugin Interface] Convert `FieldStore` plugin to new interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7562&quot;&gt;&lt;del&gt;COMPASS-7562&lt;/del&gt;&lt;/a&gt; (#5297)&lt;/p&gt;

&lt;p&gt;chore(field-store): refactor to ts; use new plugin interface&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e956625ed83ee3d5854dddc3c6b29cb2db3edf5f&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_23812" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Assigned Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="26455"><![CDATA[Developer Tools]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25720"><![CDATA[Developer Tools]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 4 Jan 2024 09:54:12 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 week, 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="11861"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>COMPASS-7020</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>xgen-internal-githook</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 week, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>sergey.petushkov@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i36mfz:</customfieldvalue>

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

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