<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:14:45 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 add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[ESCONF-16] webpack 5.70 vomits uncontrollably</title>
                <link>https://folio-org.atlassian.net/browse/ESCONF-16</link>
                <project id="10242" key="ESCONF">eslint-config-stripes</project>
                    <description>&lt;p&gt;&lt;b&gt;Summary:&lt;/b&gt; lock to &lt;tt&gt;webpack v5.69.1&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Details:&lt;/b&gt; &lt;tt&gt;webpack&lt;/tt&gt; &lt;tt&gt;5.69.0&lt;/tt&gt;&#160;and &lt;tt&gt;5.70.0&lt;/tt&gt; contain a change to&#160;&quot;&lt;a href=&quot;https://github.com/webpack/webpack/releases/tag/v5.70.0&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;handle multiple alternative directories (e. g. due to resolve.alias or resolve.modules) when creating an context module&lt;/a&gt;&quot; that cause resolution problems with moment&apos;s locale bundling. I think the relevant issue is&#160;&lt;a href=&quot;https://github.com/moment/moment/issues/5492&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;#5492&lt;/a&gt;&#160;where the author notes that the way the ecosystem has changed with the advent of ESM modules is basically at odds with the way &lt;tt&gt;moment&lt;/tt&gt;&#160;handles locales.&#160;&lt;/p&gt;

&lt;p&gt;For &lt;tt&gt;stripes-smart-components&lt;/tt&gt; and possibly some others, test output is prefixed with ~7k lines of errors, first like this:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
{
&#160; &#160; moduleIdentifier: &lt;span class=&quot;code-quote&quot;&gt;&apos;/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale|/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale|lazy|/(en)/|groupOptions: {}|namespace object&apos;&lt;/span&gt;,
&#160; &#160; moduleName: &lt;span class=&quot;code-quote&quot;&gt;&apos;./node_modules/moment/locale/ ./node_modules/moment/locale/ lazy (en) namespace object&apos;&lt;/span&gt;,
&#160; &#160; loc: &lt;span class=&quot;code-quote&quot;&gt;&apos;moment/locale/af&apos;&lt;/span&gt;,
&#160; &#160; message: &lt;span class=&quot;code-quote&quot;&gt;&quot;Module not found: Error: Can&lt;span class=&quot;code-quote&quot;&gt;&apos;t resolve &apos;&lt;/span&gt;/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af&lt;span class=&quot;code-quote&quot;&gt;&apos; in &apos;&lt;/span&gt;/Users/zburke/projects/folio-org/stripes-smart-components&apos;&quot;&lt;/span&gt;,
&#160; &#160; moduleId: &lt;span class=&quot;code-quote&quot;&gt;&apos;./node_modules/moment/locale ./node_modules/moment/locale lazy recursive (en)&apos;&lt;/span&gt;,
&#160; &#160; moduleTrace: [
&#160; &#160; &#160; [&lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;], [&lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;],
&#160; &#160; &#160; [&lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;], [&lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;],
&#160; &#160; &#160; [&lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;], [&lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;],
&#160; &#160; &#160; [&lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;]
&#160; &#160; ],
&#160; &#160; details: &lt;span class=&quot;code-quote&quot;&gt;&quot;resolve &lt;span class=&quot;code-quote&quot;&gt;&apos;/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af&apos;&lt;/span&gt; in &lt;span class=&quot;code-quote&quot;&gt;&apos;/Users/zburke/projects/folio-org/stripes-smart-components&apos;&lt;/span&gt;\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; using description file: /Users/zburke/projects/folio-org/stripes-smart-components/&lt;span class=&quot;code-keyword&quot;&gt;package&lt;/span&gt;.json (relative path: .)\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; root path /Users/zburke/projects/folio-org/stripes-smart-components\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; using description file: /Users/zburke/projects/folio-org/stripes-smart-components/&lt;span class=&quot;code-keyword&quot;&gt;package&lt;/span&gt;.json (relative path: ./Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af)\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; &#160; no extension\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; &#160; .js\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af.js doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; &#160; .json\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af.json doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; &#160; .tsx\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af.tsx doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; &#160; css\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/afcss doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; &#160; as directory\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; using description file: /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/&lt;span class=&quot;code-keyword&quot;&gt;package&lt;/span&gt;.json (relative path: ./locale/moment/locale/af)\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; no extension\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; .js\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af.js doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; .json\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af.json doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; .tsx\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af.tsx doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; css\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; Field &lt;span class=&quot;code-quote&quot;&gt;&apos;browser&apos;&lt;/span&gt; doesn&apos;t contain a valid alias configuration\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/afcss doesn&apos;t exist\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; &#160; as directory\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;&#160; &#160; &#160; &#160; /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af doesn&apos;t exist&quot;&lt;/span&gt;,
&#160; &#160; stack: &lt;span class=&quot;code-quote&quot;&gt;&quot;ModuleNotFoundError: Module not found: Error: Can&lt;span class=&quot;code-quote&quot;&gt;&apos;t resolve &apos;&lt;/span&gt;/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af&lt;span class=&quot;code-quote&quot;&gt;&apos; in &apos;&lt;/span&gt;/Users/zburke/projects/folio-org/stripes-smart-components&apos;\n&quot;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; at /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/webpack/lib/Compilation.js:2014:28\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; at /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/webpack/lib/NormalModuleFactory.js:791:13\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; at eval (eval at create (/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/tapable/lib/HookCodeFactory.js:33:10), &amp;lt;anonymous&amp;gt;:10:1)\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; at /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/webpack/lib/NormalModuleFactory.js:265:22\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; at eval (eval at create (/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/tapable/lib/HookCodeFactory.js:33:10), &amp;lt;anonymous&amp;gt;:9:1)\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; at /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/webpack/lib/NormalModuleFactory.js:427:22\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; at /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/webpack/lib/NormalModuleFactory.js:111:11\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; at /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/webpack/lib/NormalModuleFactory.js:663:25\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; at /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/webpack/lib/NormalModuleFactory.js:848:8\n&apos;&lt;/span&gt; +
&#160; &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&apos;&#160; &#160; at /Users/zburke/projects/folio-org/stripes-smart-components/node_modules/webpack/lib/NormalModuleFactory.js:968:5&apos;&lt;/span&gt;
&#160; }, &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and then like this:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
WARNING in ./node_modules/moment/locale/ ./node_modules/moment/locale/ lazy (en) namespace object moment/locale/af
Module not found: Error: Can&lt;span class=&quot;code-quote&quot;&gt;&apos;t resolve &apos;&lt;/span&gt;/Users/zburke/projects/folio-org/stripes-smart-components/node_modules/moment/locale/moment/locale/af&lt;span class=&quot;code-quote&quot;&gt;&apos; in &apos;&lt;/span&gt;/Users/zburke/projects/folio-org/stripes-smart-components&apos;
&#160;@ ./node_modules/@folio/stripes-core/src/loginServices.js 124:4-49
&#160;@ ./node_modules/@folio/stripes-core/index.js 12:0-75 12:0-75 12:0-75 30:0-55 30:0-55 31:0-64 31:0-64 32:0-55 32:0-55
&#160;@ ./lib/ClipCopy/ClipCopy.js 5:0-53 11:27-41
&#160;@ ./lib/ sync ^(?%21.*(stories%7Cexamples)).*\.js$ ./ClipCopy/ClipCopy.js
&#160;@ ./tests/index.js 10:24-92

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;once of each for each locale.&lt;/p&gt;</description>
                <environment></environment>
        <key id="78794">ESCONF-16</key>
            <summary>webpack 5.70 vomits uncontrollably</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/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="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="615afd1cd9820f0070a09ef0">Zak Burke</assignee>
                                                                <reporter accountid="615afd1cd9820f0070a09ef0">Zak Burke</reporter>
                                    <labels>
                    </labels>
                <created>Fri, 1 Apr 2022 18:19:03 +0000</created>
                <updated>Tue, 20 Dec 2022 16:05:33 +0000</updated>
                            <resolved>Fri, 1 Apr 2022 18:57:31 +0000</resolved>
                                                    <fixVersion>6.1.1</fixVersion>
                    <fixVersion>6.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                    <issuelinks>
                            <issuelinktype id="10001">
                    <name>Cloners</name>
                                            <outwardlinks description="clones">
                                        <issuelink>
            <issuekey id="71433">STCLI-195</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="78805">ESCONF-28</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10171"><![CDATA[Prokopovych]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10106" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>RCA Group</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10367"><![CDATA[TBD]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i04eqq:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="961">Prokopovych - Sprint 136</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>