<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:29:17 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>[MODEXPW-269] mod-data-export-worker: memory settings</title>
                <link>https://folio-org.atlassian.net/browse/MODEXPW-269</link>
                <project id="10012" key="MODEXPW">mod-data-export-worker</project>
                    <description>&lt;p&gt;mod-data-export-worker requires the following Java memory settings for stable operating: -XX:MetaspaceSize=384m -XX:MaxMetaspaceSize=512m -Xmx2048m - &lt;a href=&quot;https://github.com/folio-org/mod-data-export-worker/blob/master/README.md#memory-configuration&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-data-export-worker/blob/master/README.md#memory-configuration&lt;/a&gt;.&#160;&lt;/p&gt;

&lt;p&gt;Memory configuration should be updated on hosted reference env.&lt;/p&gt;</description>
                <environment></environment>
        <key id="31216">MODEXPW-269</key>
            <summary>mod-data-export-worker: memory settings</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="63519767d66d8108a1226c09">Viachaslau Khandramai</assignee>
                                                                <reporter accountid="63519767d66d8108a1226c09">Viachaslau Khandramai</reporter>
                                    <labels>
                    </labels>
                <created>Thu, 29 Sep 2022 09:34:39 +0000</created>
                <updated>Wed, 12 Oct 2022 05:06:29 +0000</updated>
                            <resolved>Wed, 12 Oct 2022 05:06:29 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                                                            <comment id="68583" author="557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67" created="Thu, 29 Sep 2022 13:26:38 +0000"  >&lt;p&gt;hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c706fbb47a54a6728e59df2&quot; class=&quot;user-hover&quot; rel=&quot;5c706fbb47a54a6728e59df2&quot; data-account-id=&quot;5c706fbb47a54a6728e59df2&quot; accountid=&quot;5c706fbb47a54a6728e59df2&quot; rel=&quot;noreferrer&quot;&gt;Wayne Schneider&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt;&#160;&lt;br/&gt;
could you please review and add to requests list?&lt;/p&gt;</comment>
                                                            <comment id="68584" author="61cd0ca0bce5e00069e98be7" created="Thu, 6 Oct 2022 05:19:40 +0000"  >&lt;p&gt;These settings are to be configured in the LaunchDescriptor section of your ModuleDescriptor.&lt;/p&gt;

&lt;p&gt;Refer to &lt;a href=&quot;https://dev.folio.org/guides/module-descriptor/#launchdescriptor-properties&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guides/module-descriptor/#launchdescriptor-properties&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So configure the &quot;JAVA_OPTIONS&quot; to have the settings that you need:&lt;br/&gt;
&lt;a href=&quot;https://dev.folio.org/guides/module-descriptor/#env-java_options&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guides/module-descriptor/#env-java_options&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also configure the &quot;Memory&quot;:&lt;br/&gt;
&lt;a href=&quot;https://dev.folio.org/guides/module-descriptor/#memory&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guides/module-descriptor/#memory&lt;/a&gt;&lt;br/&gt;
(The value that you are suggesting does seem high for the basic system that is folio-snapshot, as explained there. But do use what you need for this system.)&lt;/p&gt;

&lt;p&gt;The folio-ansible is currently configured to over-ride the &quot;JAVA_OPTIONS&quot; setting of your LaunchDescriptor (as &lt;a href=&quot;https://github.com/folio-org/folio-ansible/blob/ef085e03a3828a15e93308f96e460666202cb3e6/group_vars/snapshot#L139-L140&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;shown here&lt;/a&gt;). So please advise us when you have published the updated ModuleDescriptor. Then we will remove the folio-ansible over-ride, and we will do a test build of folio-snapshot-test.&lt;/p&gt;</comment>
                                                            <comment id="68585" author="63519767d66d8108a1226c09" created="Fri, 7 Oct 2022 07:02:27 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt;&#160;, I&apos;ve updated MD with -Xmx2048m and container memory for the following reasons: 3/2*2048m = 3072m = 3 072 000 000.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="68586" author="61cd0ca0bce5e00069e98be7" created="Fri, 7 Oct 2022 07:43:48 +0000"  >&lt;p&gt;However please see the note at this section:&lt;br/&gt;
&lt;a href=&quot;https://dev.folio.org/guides/module-descriptor/#env-java_options&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guides/module-descriptor/#env-java_options&lt;/a&gt;&lt;br/&gt;
Viz:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;setting -Xmx and -Xms disables the automatic heap sizing&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;No other FOLIO module uses &quot;-Xmx&quot; setting.&lt;/p&gt;

&lt;p&gt;That is beyond my expertise. I note that the link to that article is now broken. If you find a new explanation then please tell us, so that we can adjust that doc.&lt;/p&gt;

&lt;p&gt;This configuration is up to you.&lt;/p&gt;</comment>
                                                            <comment id="68587" author="557058:8629b273-56f1-466d-b7c7-5cbac0c3379b" created="Fri, 7 Oct 2022 17:42:27 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63519767d66d8108a1226c09&quot; class=&quot;user-hover&quot; rel=&quot;63519767d66d8108a1226c09&quot; data-account-id=&quot;63519767d66d8108a1226c09&quot; accountid=&quot;63519767d66d8108a1226c09&quot; rel=&quot;noreferrer&quot;&gt;Viachaslau Khandramai&lt;/a&gt; - how this ticket can be verified?&lt;/p&gt;</comment>
                                                            <comment id="68588" author="61cd0ca0bce5e00069e98be7" created="Mon, 10 Oct 2022 02:46:25 +0000"  >&lt;p&gt;I did a build of &quot;folio-snapshot-test&quot; and discovered that because this module has other unusual configuration in folio-ansible (e.g. 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-3581&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3581&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Setup new Env Vars : mod-data-export-worker&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-3581
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
) then folio-ansible does need to replicate/over-ride all of the settings from the docker &quot;env&quot; portion of your LaunchDescriptor.&lt;/p&gt;

&lt;p&gt;So that is now done, but only for the &quot;folio-snapshot-test&quot;.&lt;/p&gt;

&lt;p&gt;Please verify via &lt;tt&gt;folio-snapshot-test-okapi.dev.folio.org&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;As usual you can obtain the module docker logs via:&#160;&lt;br/&gt;
&lt;a href=&quot;https://dev.folio.org/faqs/how-to-obtain-refenv-logs/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/faqs/how-to-obtain-refenv-logs/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please note that you need to verify as soon as possible, as we need to utilise &quot;folio-snapshot-test&quot; for other purposes.&lt;/p&gt;

&lt;p&gt;After you have verified then i will apply this configuration to folio-ansible mainline.&lt;/p&gt;</comment>
                                                            <comment id="68589" author="61cd0ca0bce5e00069e98be7" created="Tue, 11 Oct 2022 00:12:35 +0000"  >&lt;p&gt;Ping &#8211; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63519767d66d8108a1226c09&quot; class=&quot;user-hover&quot; rel=&quot;63519767d66d8108a1226c09&quot; data-account-id=&quot;63519767d66d8108a1226c09&quot; accountid=&quot;63519767d66d8108a1226c09&quot; rel=&quot;noreferrer&quot;&gt;Viachaslau Khandramai&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; class=&quot;user-hover&quot; rel=&quot;557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; data-account-id=&quot;557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; accountid=&quot;557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; rel=&quot;noreferrer&quot;&gt;Mikita Siadykh&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; class=&quot;user-hover&quot; rel=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; data-account-id=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; accountid=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; rel=&quot;noreferrer&quot;&gt;Magda Zacharska&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;Please respond. We need to move on.&lt;/p&gt;</comment>
                                                            <comment id="68590" author="63519767d66d8108a1226c09" created="Tue, 11 Oct 2022 06:04:41 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt;&#160;,&lt;/p&gt;

&lt;p&gt;bulk-edit is verified on &lt;a href=&quot;https://folio-snapshot-test.dev.folio.org/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot-test.dev.folio.org/&lt;/a&gt;. The main flow works fine - i.e. there are no any issues in storage configurations:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;21769_thumb&quot; href=&quot;/rest/api/3/attachment/content/21769&quot; title=&quot;image-2022-10-11-09-03-11-771.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;21769&quot; file-preview-title=&quot;image-2022-10-11-09-03-11-771.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21769?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21769&quot; filename=&quot;image-2022-10-11-09-03-11-771.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21769&quot; data-attachment-name=&quot;image-2022-10-11-09-03-11-771.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;fae1d6f8-3994-4f9e-a021-a03a131d699a&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;21770_thumb&quot; href=&quot;/rest/api/3/attachment/content/21770&quot; title=&quot;image-2022-10-11-09-03-11-889.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;21770&quot; file-preview-title=&quot;image-2022-10-11-09-03-11-889.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21770?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21770&quot; filename=&quot;image-2022-10-11-09-03-11-889.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21770&quot; data-attachment-name=&quot;image-2022-10-11-09-03-11-889.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;e6b86a55-cf83-4a30-b6c5-55599eae9455&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;21771_thumb&quot; href=&quot;/rest/api/3/attachment/content/21771&quot; title=&quot;image-2022-10-11-09-03-12-080.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;21771&quot; file-preview-title=&quot;image-2022-10-11-09-03-12-080.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21771?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21771&quot; filename=&quot;image-2022-10-11-09-03-12-080.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21771&quot; data-attachment-name=&quot;image-2022-10-11-09-03-12-080.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;f6a931fa-f025-4e1b-9916-230ac29a1e06&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;21772_thumb&quot; href=&quot;/rest/api/3/attachment/content/21772&quot; title=&quot;image-2022-10-11-09-03-12-299.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;21772&quot; file-preview-title=&quot;image-2022-10-11-09-03-12-299.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21772?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21772&quot; filename=&quot;image-2022-10-11-09-03-12-299.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/21772&quot; data-attachment-name=&quot;image-2022-10-11-09-03-12-299.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;0f030665-5d75-4e34-ba46-8a05061d7134&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;data-export-worker is started with needed parameters (from the logs): exec java -XX:MaxRAMPercentage=66.0 -XX:MetaspaceSize=384m -XX:MaxMetaspaceSize=512m -Xmx2048m -XX:+ExitOnOutOfMemoryError -cp . -jar /usr/verticles/mod-data-export-worker-fat.jar&lt;/p&gt;

&lt;p&gt;CC &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; class=&quot;user-hover&quot; rel=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; data-account-id=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; accountid=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; rel=&quot;noreferrer&quot;&gt;Magda Zacharska&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; class=&quot;user-hover&quot; rel=&quot;557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; data-account-id=&quot;557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; accountid=&quot;557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; rel=&quot;noreferrer&quot;&gt;Mikita Siadykh&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Slava&lt;/p&gt;</comment>
                                                            <comment id="68591" author="61cd0ca0bce5e00069e98be7" created="Tue, 11 Oct 2022 06:41:51 +0000"  >&lt;p&gt;Thanks. This is now configured for folio-ansible proper.&lt;/p&gt;

&lt;p&gt;The re-build of &quot;folio-snapshot-2&quot; later today will utilise these new settings.&lt;/p&gt;

&lt;p&gt;Note that in the future if you need to modify the docker &quot;env&quot; settings (which should always be shown in your LaunchDescriptor for other operators) then you will need to &lt;a href=&quot;https://dev.folio.org/faqs/how-to-raise-devops-ticket/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;raise&lt;/a&gt; a FOLIO DevOps ticket for these to be replicated in folio-ansible.&lt;/p&gt;

&lt;p&gt;(Other modules do not require this, as their LaunchDescriptor settings are used as-is by folio-ansible.)&lt;/p&gt;</comment>
                                                            <comment id="68592" author="61cd0ca0bce5e00069e98be7" created="Wed, 12 Oct 2022 05:06:16 +0000"  >&lt;p&gt;Checked the docker logs on folio-snapshot-2. Okay.&lt;/p&gt;

&lt;p&gt;Done.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="82386">FOLIO-3603</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="21769" name="image-2022-10-11-09-03-11-771.png" size="896316" author="63519767d66d8108a1226c09" created="Tue, 11 Oct 2022 06:03:14 +0000"/>
                            <attachment id="21770" name="image-2022-10-11-09-03-11-889.png" size="777237" author="63519767d66d8108a1226c09" created="Tue, 11 Oct 2022 06:03:14 +0000"/>
                            <attachment id="21771" name="image-2022-10-11-09-03-12-080.png" size="921251" author="63519767d66d8108a1226c09" created="Tue, 11 Oct 2022 06:03:14 +0000"/>
                            <attachment id="21772" name="image-2022-10-11-09-03-12-299.png" size="877105" author="63519767d66d8108a1226c09" created="Tue, 11 Oct 2022 06:03:14 +0000"/>
                    </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="10152"><![CDATA[Firebird]]></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|i04zzm:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="595">Firebird - Sprint 150</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 29 Sep 2022 13:26:38 +0000</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>