<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:38:16 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-5048] Change internal Compass plugin loading logic from using package.json configuration to explicitly requiring plugins and passing them to hadron-plugin-manager</title>
                <link>https://jira.mongodb.org/browse/COMPASS-5048</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;We want to explicitly require and activate internal Compass plugins in main compass application (either by changing &lt;tt&gt;hadron-plugin-manager&lt;/tt&gt; to support this or by explicitly calling activate on every plugin so they are registered in the app registry). This is a prerequisite to make webpack aware of plugins existence. At the same time we should remove internal plugin loading from config/source logic from &lt;tt&gt;hadron-plugin-manager&lt;/tt&gt; to avoid keeping the unused code around&lt;/p&gt;</description>
                <environment></environment>
        <key id="1860654">COMPASS-5048</key>
            <summary>Change internal Compass plugin loading logic from using package.json configuration to explicitly requiring plugins and passing them to hadron-plugin-manager</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>Thu, 26 Aug 2021 11:08:54 +0000</created>
                <updated>Sun, 29 Oct 2023 02:39:39 +0000</updated>
                            <resolved>Thu, 14 Oct 2021 11:27:49 +0000</resolved>
                                                    <fixVersion>1.29.4</fixVersion>
                                    <component>Plugins</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="4103253" author="xgen-internal-githook" created="Tue, 5 Oct 2021 18:48:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sergey&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: build: Pass all Compass monorepo dependencies through a single build when bundling the application &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5048&quot; title=&quot;Change internal Compass plugin loading logic from using package.json configuration to explicitly requiring plugins and passing them to hadron-plugin-manager&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5048&quot;&gt;&lt;del&gt;COMPASS-5048&lt;/del&gt;&lt;/a&gt; (#2465)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Explicitly import plugins in compass main so that they are bundled by webpack&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Align async version everywhere&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(webpack-config-compass): More shared features for webpack config&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Add progress logging for builds&lt;/li&gt;
	&lt;li&gt;Do not externalize peer deps by default&lt;/li&gt;
	&lt;li&gt;Add support for loading libraries from source&lt;/li&gt;
	&lt;li&gt;Exclude node_modules from the babel processing to speed up things a bit&lt;/li&gt;
	&lt;li&gt;Add support for bundle analyzer + duplicate modules analysis&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Chance module.hot import paths from absolute aliased ones to relatives&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Update compass webpack config to allow hmr and externalize shell runtime&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Provide a exports.webpack condition for every monorepo workspace&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;That way Compass build process can pick up pacakge source when bundling&lt;br/&gt;
instead of using the dist&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(data-service, compass-logging): Do not use `export =` syntax in typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We use babel for processing ts in webpack as it&apos;s more convenient than using ts-loader,&lt;br/&gt;
but this comes with a few caveats, one of them is that `export =` syntax is not supported&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Fix non-supported import&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This worked before we added exports field to the package.json of the library&lt;br/&gt;
but is not supported when exports field is present&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(compass-shell): Asyncify loading of the shell component so that it&apos;s not in the apps critical path an initial bundle&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(compass-metrics): Asyncify loading of azure ip ranges so that it&apos;s not in the apps critical path an initial bundle&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(scripts): Allow to skip package json update; Add convenience method for inserting key at particular position in the object&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Update package-lock&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Add interruptor as a direct dependency; Fix typo in the externals list&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: Resolve depalign issues&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(compass-connect, compass-logging): Provide named export from the library for the easier interop with commonjs&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: More depcheck fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(hadron-plugin-manager): Update tests to match new API&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(mongodb-data-service): Correctly return constructor from reRequire call&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(compass-shell): Wait for component before asserting as it is async now&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass, hadron-build): Clean-up build steps that are not needed anymore&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(hadron-build): Fix depcheck issues&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(webpack-config-compass): Stop process bars when they are done&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: Update ampersand to the same version; Don&apos;t return null as successfull fetch from local-backend&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: Fix eslint error&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(compass-e2e-test, ci): Do not run compass-e2e-tests in check and test step; Always use progress logger&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Update package-lock&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(mongodb-compass): Use named exports for logger for commonjs compat&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;build(mongodb-compass): Use fs cache for webpack builds to speed up subsequent builds; Extract runtime chunks for renderers&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(mongodb-compass): Fix depcheck&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(compass-e2e-tests): Update default timeouts to 20s for all wdio commands&lt;br/&gt;
Branch: electron-13-same-keytar-node-14&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/3c1c5642932986ec5fe6dbe9bf6e1bfa94f7ad6a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/3c1c5642932986ec5fe6dbe9bf6e1bfa94f7ad6a&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4089205" author="xgen-internal-githook" created="Tue, 28 Sep 2021 14:32:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sergey&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: build: Pass all Compass monorepo dependencies through a single build when bundling the application &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5048&quot; title=&quot;Change internal Compass plugin loading logic from using package.json configuration to explicitly requiring plugins and passing them to hadron-plugin-manager&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5048&quot;&gt;&lt;del&gt;COMPASS-5048&lt;/del&gt;&lt;/a&gt; (#2465)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Explicitly import plugins in compass main so that they are bundled by webpack&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Align async version everywhere&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(webpack-config-compass): More shared features for webpack config&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Add progress logging for builds&lt;/li&gt;
	&lt;li&gt;Do not externalize peer deps by default&lt;/li&gt;
	&lt;li&gt;Add support for loading libraries from source&lt;/li&gt;
	&lt;li&gt;Exclude node_modules from the babel processing to speed up things a bit&lt;/li&gt;
	&lt;li&gt;Add support for bundle analyzer + duplicate modules analysis&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Chance module.hot import paths from absolute aliased ones to relatives&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Update compass webpack config to allow hmr and externalize shell runtime&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Provide a exports.webpack condition for every monorepo workspace&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;That way Compass build process can pick up pacakge source when bundling&lt;br/&gt;
instead of using the dist&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(data-service, compass-logging): Do not use `export =` syntax in typescript&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We use babel for processing ts in webpack as it&apos;s more convenient than using ts-loader,&lt;br/&gt;
but this comes with a few caveats, one of them is that `export =` syntax is not supported&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Fix non-supported import&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This worked before we added exports field to the package.json of the library&lt;br/&gt;
but is not supported when exports field is present&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(compass-shell): Asyncify loading of the shell component so that it&apos;s not in the apps critical path an initial bundle&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(compass-metrics): Asyncify loading of azure ip ranges so that it&apos;s not in the apps critical path an initial bundle&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(scripts): Allow to skip package json update; Add convenience method for inserting key at particular position in the object&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Update package-lock&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Add interruptor as a direct dependency; Fix typo in the externals list&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: Resolve depalign issues&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(compass-connect, compass-logging): Provide named export from the library for the easier interop with commonjs&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: More depcheck fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(hadron-plugin-manager): Update tests to match new API&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(mongodb-data-service): Correctly return constructor from reRequire call&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(compass-shell): Wait for component before asserting as it is async now&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass, hadron-build): Clean-up build steps that are not needed anymore&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(hadron-build): Fix depcheck issues&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(webpack-config-compass): Stop process bars when they are done&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: Update ampersand to the same version; Don&apos;t return null as successfull fetch from local-backend&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: Fix eslint error&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(compass-e2e-test, ci): Do not run compass-e2e-tests in check and test step; Always use progress logger&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Update package-lock&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(mongodb-compass): Use named exports for logger for commonjs compat&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;build(mongodb-compass): Use fs cache for webpack builds to speed up subsequent builds; Extract runtime chunks for renderers&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(mongodb-compass): Fix depcheck&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(compass-e2e-tests): Update default timeouts to 20s for all wdio commands&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/3c1c5642932986ec5fe6dbe9bf6e1bfa94f7ad6a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/3c1c5642932986ec5fe6dbe9bf6e1bfa94f7ad6a&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4088525" author="xgen-internal-githook" created="Tue, 28 Sep 2021 08:58:51 +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: Merge remote-tracking branch &apos;origin/main&apos; into compass-5048-bundle-compass-plugins-with-webpack&lt;/p&gt;

&lt;p&gt;Conflicts:&lt;br/&gt;
	.github/workflows/check-test.yaml&lt;br/&gt;
	configs/webpack-config-compass/src/index.ts&lt;br/&gt;
	package-lock.json&lt;br/&gt;
	packages/app-migrations/package.json&lt;br/&gt;
	packages/compass/package.json&lt;br/&gt;
	packages/compass/webpack.config.js&lt;br/&gt;
Branch: compass-5048-bundle-compass-plugins-with-webpack&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/357a406e714dfababe873cac3eb460e92f1b6f8c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/357a406e714dfababe873cac3eb460e92f1b6f8c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4083143" author="xgen-internal-githook" created="Fri, 24 Sep 2021 14:19:52 +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: Merge remote-tracking branch &apos;origin/main&apos; into compass-5048-bundle-compass-plugins-with-webpack&lt;br/&gt;
Branch: compass-5048-bundle-compass-plugins-with-webpack&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/d8c444e8dc20cc477081cf0b360dd371975650b4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/d8c444e8dc20cc477081cf0b360dd371975650b4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4080090" author="xgen-internal-githook" created="Thu, 23 Sep 2021 11:42:22 +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: Merge remote-tracking branch &apos;origin/main&apos; into compass-5048-bundle-compass-plugins-with-webpack&lt;br/&gt;
Branch: compass-5048-bundle-compass-plugins-with-webpack&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/ea64137ad802d0593582651c2864885473622eb0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/ea64137ad802d0593582651c2864885473622eb0&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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 23 Sep 2021 11:42:22 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 18 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="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-4764</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>
                            2 years, 18 weeks, 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|hzzb2f:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1ymn:</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="5437">Iteration Kampala</customfieldvalue>
    <customfieldvalue id="5448">Iteration Lutz</customfieldvalue>
    <customfieldvalue id="5487">Iteration Minsk</customfieldvalue>
    <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>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|hzyxbb:</customfieldvalue>

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