<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:30:43 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>[EDGOAIPMH-101] Update to Java 17 edge-oai-pmh</title>
                <link>https://folio-org.atlassian.net/browse/EDGOAIPMH-101</link>
                <project id="10044" key="EDGOAIPMH">edge-oai-pmh</project>
                    <description>&lt;p&gt;&lt;b&gt;Purpose/Overview:&lt;/b&gt;&lt;br/&gt;
Update the module to Java 17 and identify issues.&lt;br/&gt;
&lt;a href=&quot;https://folio-org.atlassian.net/wiki/display/TC/JDK+17+and+Java+17&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/wiki/display/TC/JDK+17+and+Java+17&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Acceptance criteria:&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Identify issues related to Java 17 update&lt;/li&gt;
	&lt;li&gt;The module compiles without errors&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="37253">EDGOAIPMH-101</key>
            <summary>Update to Java 17 edge-oai-pmh</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                            <parent id="79948">FOLIO-3783</parent>
                                    <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="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9">Dmytro Bykov</assignee>
                                                                <reporter accountid="557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26">Oleksii Petrenko</reporter>
                                    <labels>
                    </labels>
                <created>Fri, 16 Jun 2023 13:40:00 +0000</created>
                <updated>Fri, 13 Oct 2023 08:56:31 +0000</updated>
                            <resolved>Fri, 8 Sep 2023 16:42:39 +0000</resolved>
                                                    <fixVersion>2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                                                            <comment id="84268" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Mon, 28 Aug 2023 12:01:41 +0000"  >&lt;p&gt;During the compilation under Java 11, the project triggers the warning(below) at the stage of java classes generation by the&#160; org.folio.raml-module-builder&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;/rest/api/3/attachment/content/26453&quot; height=&quot;182&quot; width=&quot;792&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; but the process finishes with success.&lt;/p&gt;

&lt;p&gt;Migration of the project to Java 17 with the following changes applied &lt;a href=&quot;https://github.com/folio-org/edge-oai-pmh/pull/99/files&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/edge-oai-pmh/pull/99/files&lt;/a&gt;&#160;&lt;br/&gt;
causes the issue at the place mentioned previously.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;/rest/api/3/attachment/content/26454&quot; height=&quot;243&quot; width=&quot;791&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;/rest/api/3/attachment/content/26455&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The total error stack trace is attached.&lt;/p&gt;

&lt;p&gt;The root cause of such an issue is that the file-generation process goes through the&#160;&lt;br/&gt;
org.raml.jaxrs.generator.v10.types.V10GTypeXml, which is bound to&#160;&lt;br/&gt;
org.raml.jaxrs.generator.builders.JAXBHelper&lt;/p&gt;

&lt;p&gt;but the same Java file-generation flow in the &lt;a href=&quot;https://github.com/folio-org/mod-data-export&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-data-export&lt;/a&gt; project works successfully under Java 17 because it passes org.raml.jaxrs.generator.v10.types.V10GTypeJson but not V10GTypeXml&lt;/p&gt;

&lt;p&gt;The suggestion regarding further steps in the Java 17 migration flow scope is needed.&lt;/p&gt;

&lt;p&gt;FYI &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;&#160;&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</comment>
                                                            <comment id="84269" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Mon, 28 Aug 2023 14:15:34 +0000"  >&lt;p&gt;Processing raml schemas, the raml-module builder dealing with two kinds of objectType: JSON_OBJECT_TYPE and XML_OBJECT_TYPE.&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;/rest/api/3/attachment/content/26456&quot; height=&quot;447&quot; width=&quot;752&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;br/&gt;
Both of them are bound to different types of generators: V10GTypeJson and V10GTypeXml.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;org.raml.jaxrs.generator.builders.JAXBHelper is involved in file generation flow by V10GTypeXml, and currently ruins encapsulation of Java internals.&lt;br/&gt;
The error stack trace is attached.&lt;/p&gt;</comment>
                                                            <comment id="84270" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Thu, 31 Aug 2023 09:45:47 +0000"  >&lt;p&gt;Karate - tests result&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;/rest/api/3/attachment/content/26457&quot; height=&quot;505&quot; width=&quot;1034&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                                                            <comment id="84271" author="6349ccc562541f0d4c504003" created="Fri, 8 Sep 2023 12:05:53 +0000"  >&lt;p&gt;Hi, &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; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A9755513a-5f04-4e3b-823a-3727a7aab1a9&quot; class=&quot;user-hover&quot; rel=&quot;712020:9755513a-5f04-4e3b-823a-3727a7aab1a9&quot; data-account-id=&quot;712020:9755513a-5f04-4e3b-823a-3727a7aab1a9&quot; accountid=&quot;712020:9755513a-5f04-4e3b-823a-3727a7aab1a9&quot; rel=&quot;noreferrer&quot;&gt;Dmytro Bykov&lt;/a&gt; the smoke verification was done on Snapshot:&lt;br/&gt;
1. Start harvesting with verb=ListRecords&amp;amp;metadataPrefix=marc21&lt;br/&gt;
SRS&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;26467_thumb&quot; href=&quot;/rest/api/3/attachment/content/26467&quot; title=&quot;srs_verb=ListRecords&amp;metadataPrefix=marc21-1.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;26467&quot; file-preview-title=&quot;srs_verb=ListRecords&amp;metadataPrefix=marc21-1.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26467?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26467&quot; filename=&quot;srs_verb=ListRecords&amp;metadataPrefix=marc21-1.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26467&quot; data-attachment-name=&quot;srs_verb=ListRecords&amp;amp;metadataPrefix=marc21-1.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;fecc836e-fe10-4880-843e-124b5edd3351&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;2. Start harvesting with verb=ListRecords&amp;amp;metadataPrefix=marc21_withholdings&lt;br/&gt;
SRS,&#160; SRS+Inventory&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;26473_thumb&quot; href=&quot;/rest/api/3/attachment/content/26473&quot; title=&quot;srs_verb=ListRecords&amp;metadataPrefix=marc21_withholdings.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;26473&quot; file-preview-title=&quot;srs_verb=ListRecords&amp;metadataPrefix=marc21_withholdings.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26473?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26473&quot; filename=&quot;srs_verb=ListRecords&amp;metadataPrefix=marc21_withholdings.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26473&quot; data-attachment-name=&quot;srs_verb=ListRecords&amp;amp;metadataPrefix=marc21_withholdings.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;4260d2ca-1e24-4352-984d-5dae0a1bc177&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;br/&gt;
3. Start harvesting with verb=ListIdentifiers&amp;amp;metadataPrefix=marc21 and with verb=ListIdentifiers&amp;amp;metadataPrefix=marc21_withholdings&lt;br/&gt;
SRS,&#160; SRS+Inventory&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;26465_thumb&quot; href=&quot;/rest/api/3/attachment/content/26465&quot; title=&quot;srs_verb=ListIds&amp;metadataPrefix=marc21_withholdings.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;26465&quot; file-preview-title=&quot;srs_verb=ListIds&amp;metadataPrefix=marc21_withholdings.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26465?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26465&quot; filename=&quot;srs_verb=ListIds&amp;metadataPrefix=marc21_withholdings.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26465&quot; data-attachment-name=&quot;srs_verb=ListIds&amp;amp;metadataPrefix=marc21_withholdings.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;bdb8009e-6002-47bc-b787-6d9cc95ef9e3&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;26463_thumb&quot; href=&quot;/rest/api/3/attachment/content/26463&quot; title=&quot;srs_verb=ListIds&amp;metadataPrefix=marc21.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;26463&quot; file-preview-title=&quot;srs_verb=ListIds&amp;metadataPrefix=marc21.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26463?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26463&quot; filename=&quot;srs_verb=ListIds&amp;metadataPrefix=marc21.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26463&quot; data-attachment-name=&quot;srs_verb=ListIds&amp;amp;metadataPrefix=marc21.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;56fc863e-fde8-4ab8-92d4-a6b238686aaa&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;4. Full harvesting was done on Sprint testing env (tenant fs09000000) for &lt;b&gt;Inventory&lt;/b&gt;: marc21 and marc21_withholdings:&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;26449_thumb&quot; href=&quot;/rest/api/3/attachment/content/26449&quot; title=&quot;FH_fs0900000_Inventory.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;26449&quot; file-preview-title=&quot;FH_fs0900000_Inventory.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26449?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26449&quot; filename=&quot;FH_fs0900000_Inventory.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/26449&quot; data-attachment-name=&quot;FH_fs0900000_Inventory.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;e5c1df6b-019d-4c33-b407-74cfa49c367b&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;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="12443">UXPROD-3900</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10006">
                    <name>Gantt End to Start</name>
                                                                <inwardlinks description="has to be done after">
                                        <issuelink>
            <issuekey id="64947">MODOAIPMH-525</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="26449" name="FH_fs0900000_Inventory.png" size="26027" author="6349ccc562541f0d4c504003" created="Fri, 8 Sep 2023 11:57:07 +0000"/>
                            <attachment id="26450" name="error_trace.txt" size="77648" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Mon, 28 Aug 2023 11:53:40 +0000"/>
                            <attachment id="26451" name="image-1.png" size="317364" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Thu, 31 Aug 2023 09:45:23 +0000"/>
                            <attachment id="26452" name="image-2023-08-28-16-42-39-693.png" size="73375" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Mon, 28 Aug 2023 11:42:43 +0000"/>
                            <attachment id="26453" name="image-2023-08-28-16-43-00-506.png" size="73375" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Mon, 28 Aug 2023 11:43:03 +0000"/>
                            <attachment id="26454" name="image-2023-08-28-16-49-45-409.png" size="79938" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Mon, 28 Aug 2023 11:49:49 +0000"/>
                            <attachment id="26455" name="image-2023-08-28-16-51-17-013.png" size="20107" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Mon, 28 Aug 2023 11:51:20 +0000"/>
                            <attachment id="26456" name="image-2023-08-28-19-15-00-888.png" size="348366" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Mon, 28 Aug 2023 14:15:05 +0000"/>
                            <attachment id="26457" name="image-2023-08-31-14-45-33-911.png" size="317364" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Thu, 31 Aug 2023 09:45:35 +0000"/>
                            <attachment id="26459" name="image.png" size="317364" author="712020:9755513a-5f04-4e3b-823a-3727a7aab1a9" created="Thu, 31 Aug 2023 09:44:54 +0000"/>
                            <attachment id="26461" name="srs_verb=ListIds&amp;metadataPrefix=marc21 SRS+Inventory.png" size="94604" author="6349ccc562541f0d4c504003" created="Fri, 8 Sep 2023 11:57:07 +0000"/>
                            <attachment id="26463" name="srs_verb=ListIds&amp;metadataPrefix=marc21.png" size="96346" author="6349ccc562541f0d4c504003" created="Fri, 8 Sep 2023 11:57:07 +0000"/>
                            <attachment id="26465" name="srs_verb=ListIds&amp;metadataPrefix=marc21_withholdings.png" size="94951" author="6349ccc562541f0d4c504003" created="Fri, 8 Sep 2023 11:57:07 +0000"/>
                            <attachment id="26467" name="srs_verb=ListRecords&amp;metadataPrefix=marc21-1.png" size="100387" author="6349ccc562541f0d4c504003" created="Fri, 8 Sep 2023 11:57:51 +0000"/>
                            <attachment id="26469" name="srs_verb=ListRecords&amp;metadataPrefix=marc21.png" size="100387" author="6349ccc562541f0d4c504003" created="Fri, 8 Sep 2023 11:57:07 +0000"/>
                            <attachment id="26471" name="srs_verb=ListRecords&amp;metadataPrefix=marc21_withholdings SRS+Inventory.png" size="102028" author="6349ccc562541f0d4c504003" created="Fri, 8 Sep 2023 11:57:07 +0000"/>
                            <attachment id="26473" name="srs_verb=ListRecords&amp;metadataPrefix=marc21_withholdings.png" size="101962" author="6349ccc562541f0d4c504003" created="Fri, 8 Sep 2023 11:57:08 +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_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">Poppy 2023 R2 - Upgrade to Java 17</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|i070ka:i</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10046" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Release</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10076"><![CDATA[Poppy (R2 2023)]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 28 Aug 2023 12:01:41 +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>