<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:22:24 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>[MODUSERS-306] POST and PUT of user object fail with error &quot;Invalid Text format&quot; if the object contains a non-required customFields of type text and the value is an empty string</title>
                <link>https://folio-org.atlassian.net/browse/MODUSERS-306</link>
                <project id="10158" key="MODUSERS">mod-users</project>
                    <description>&lt;p&gt;&lt;b&gt;Overview:&lt;/b&gt;&lt;br/&gt;
POST and PUT of user objects with &lt;b&gt;non-required&lt;/b&gt; customFields of &lt;b&gt;type text&lt;/b&gt; fail if the value is an empty string. This is inconsistent with how empty strings are treated for other non-required fields on the user record.&lt;/p&gt;

&lt;p&gt;This is a problem for libraries with customFields who regularly load users in batch from delimited files that they receive from their institutional student/staff database. The data is likely to contain empty strings for some users/properties. &lt;/p&gt;

&lt;p&gt;If FOLIO&apos;s API&apos;s don&apos;t accept those empty strings, the library would need to remove the entire field from the user object before posting it. This, besides being inconsistent with how FOLIO handles other empty strings on the user record, requires scripting conditions and validation and so raises the the bar for batch importing users &lt;b&gt;significantly&lt;/b&gt;. &lt;/p&gt;

&lt;p&gt;(Given the user and user-import APIs accept empty strings for non-required fields a library pretty much only needs to &lt;em&gt;map&lt;/em&gt; the source data fields to the FOLIO json properties in order to be able to iterative over a delimited file to import their users using something like Postman&apos;s Collection Runner.)&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Steps to Reproduce:&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Log into Bugfest Kiwi &lt;a href=&quot;https://bugfest-kiwi.folio.ebsco.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://bugfest-kiwi.folio.ebsco.com&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Create a non-required customField of type &quot;text&quot;&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;54199_thumb&quot; href=&quot;/rest/api/3/attachment/content/54199&quot; title=&quot;image-2022-03-17-11-42-41-826.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;54199&quot; file-preview-title=&quot;image-2022-03-17-11-42-41-826.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/54199?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/54199&quot; filename=&quot;image-2022-03-17-11-42-41-826.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/54199&quot; data-attachment-name=&quot;image-2022-03-17-11-42-41-826.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;70c77653-b82c-4839-a778-295a70ce194d&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;/li&gt;
	&lt;li&gt;POST or PUT a user object containing this customField with a value that is an empty string to /users&lt;/li&gt;
&lt;/ol&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;
&lt;span class=&quot;code-quote&quot;&gt;&quot;customFields&quot;&lt;/span&gt;: {
                &lt;span class=&quot;code-quote&quot;&gt;&quot;atheletics_1&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;opt_2&quot;&lt;/span&gt;,
                &lt;span class=&quot;code-quote&quot;&gt;&quot;quick-note_1&quot;&lt;/span&gt;: &quot;&quot;
            }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;Expected Results:&lt;/b&gt;  &lt;br/&gt;
The POST/PUT is successful. The custom field with the empty string is either not saved to the user at all and does not appear in the UI at all (I think this would be ideal), or it is saved as an empty string.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Actual Results:&lt;/b&gt;   &lt;/p&gt;

&lt;p&gt;The POST/PUT fails with the following error:&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;

{
    &lt;span class=&quot;code-quote&quot;&gt;&quot;errors&quot;&lt;/span&gt;: [
        {
            &lt;span class=&quot;code-quote&quot;&gt;&quot;message&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Invalid Text format&quot;&lt;/span&gt;,
            &lt;span class=&quot;code-quote&quot;&gt;&quot;type&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;1&quot;&lt;/span&gt;,
            &lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;-1&quot;&lt;/span&gt;,
            &lt;span class=&quot;code-quote&quot;&gt;&quot;parameters&quot;&lt;/span&gt;: [
                {
                    &lt;span class=&quot;code-quote&quot;&gt;&quot;key&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;quick-note_1&quot;&lt;/span&gt;,
                    &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;\&quot;&lt;/span&gt;\&quot;&quot;
                }
            ]
        }
    ]
}

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;If I perform the same import using user-import, I get a generic error message that does not explain at all why the import failed.&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;
{
    &lt;span class=&quot;code-quote&quot;&gt;&quot;message&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Users were imported successfully.&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;createdRecords&quot;&lt;/span&gt;: 0,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedRecords&quot;&lt;/span&gt;: 0,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;failedRecords&quot;&lt;/span&gt;: 1,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;failedUsers&quot;&lt;/span&gt;: [
        {
            &lt;span class=&quot;code-quote&quot;&gt;&quot;username&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;10066ddah96&quot;&lt;/span&gt;,
            &lt;span class=&quot;code-quote&quot;&gt;&quot;externalSystemId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;100sah6696&quot;&lt;/span&gt;,
            &lt;span class=&quot;code-quote&quot;&gt;&quot;errorMessage&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Failed to update user with externalSystemId: 100sah6696&quot;&lt;/span&gt;
        }
    ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;totalRecords&quot;&lt;/span&gt;: 1
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;54198_thumb&quot; href=&quot;/rest/api/3/attachment/content/54198&quot; title=&quot;image-2022-03-17-11-28-43-715.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;54198&quot; file-preview-title=&quot;image-2022-03-17-11-28-43-715.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/54198?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/54198&quot; filename=&quot;image-2022-03-17-11-28-43-715.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/54198&quot; data-attachment-name=&quot;image-2022-03-17-11-28-43-715.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;0cce0578-48a7-4571-a35a-a121fe375161&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;&lt;b&gt;Interested parties:&lt;/b&gt;  NUST Library&lt;/p&gt;</description>
                <environment></environment>
        <key id="67775">MODUSERS-306</key>
            <summary>POST and PUT of user object fail with error &quot;Invalid Text format&quot; if the object contains a non-required customFields of type text and the value is an empty string</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</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:9b6f7674-c092-4953-ae97-1a53a16ec2fd">Javokhir Abdullaev</assignee>
                                                                <reporter accountid="5afc1ced2083b15a0bd3e494">Lisa Sj&#246;gren</reporter>
                                    <labels>
                            <label>back-end</label>
                            <label>epam-spitfire</label>
                            <label>support</label>
                    </labels>
                <created>Thu, 17 Mar 2022 11:07:11 +0000</created>
                <updated>Mon, 13 Jun 2022 19:10:54 +0000</updated>
                            <resolved>Mon, 18 Apr 2022 12:38:21 +0000</resolved>
                                                    <fixVersion>18.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                                                            <comment id="165769" author="5af5e627525ba96b58654f12" created="Mon, 21 Mar 2022 07:38:15 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt; No dev team or specific project assigned to this bug. Do you think it belongs to Users or Custom fields?&lt;/p&gt;</comment>
                                                            <comment id="165770" author="5eb44b5a96bbcb0b8585c98d" created="Mon, 28 Mar 2022 09:20:27 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;. it belongs to custom fields. &lt;br/&gt;
&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt;, should we fix it in the scope of Lotus or MG?&lt;/p&gt;</comment>
                                                            <comment id="165771" author="62a96ae7192edb006f9f1bf9" created="Mon, 28 Mar 2022 12:15:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5eb44b5a96bbcb0b8585c98d&quot; class=&quot;user-hover&quot; rel=&quot;5eb44b5a96bbcb0b8585c98d&quot; data-account-id=&quot;5eb44b5a96bbcb0b8585c98d&quot; accountid=&quot;5eb44b5a96bbcb0b8585c98d&quot; rel=&quot;noreferrer&quot;&gt;Pavlo Smahin&lt;/a&gt;&#160;- Morning Glory&lt;/p&gt;</comment>
                                                            <comment id="165772" author="62a96ae7192edb006f9f1bf9" created="Tue, 12 Apr 2022 12:29:37 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt;&#160;can you help with testing this issue? You would need to use snapshot for testing.&lt;/p&gt;</comment>
                                                            <comment id="165773" author="712020:9b6f7674-c092-4953-ae97-1a53a16ec2fd" created="Fri, 15 Apr 2022 10:03:04 +0000"  >&lt;p&gt;hi!&#160;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc1ced2083b15a0bd3e494&quot; class=&quot;user-hover&quot; rel=&quot;5afc1ced2083b15a0bd3e494&quot; data-account-id=&quot;5afc1ced2083b15a0bd3e494&quot; accountid=&quot;5afc1ced2083b15a0bd3e494&quot; rel=&quot;noreferrer&quot;&gt;Lisa Sj&#246;gren&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt;&#160;uploaded some screenshots and recorded video that shows no more errors are thrown when creating (updating) user with empty custom field of a type text.&#160;&#160;&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/54202&quot; height=&quot;362&quot; width=&quot;418&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;/rest/api/3/attachment/content/54200&quot; height=&quot;357&quot; width=&quot;764&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                                                            <comment id="165774" author="712020:9b6f7674-c092-4953-ae97-1a53a16ec2fd" created="Fri, 15 Apr 2022 10:06:25 +0000"  >&lt;p&gt;in response, there is no empty custom field&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/54203&quot; height=&quot;361&quot; width=&quot;527&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                                                            <comment id="165775" author="712020:9b6f7674-c092-4953-ae97-1a53a16ec2fd" created="Fri, 15 Apr 2022 10:11:29 +0000"  >&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;/rest/api/3/attachment/content/54196&quot; title=&quot;Users - FOLIO - Google Chrome 2022-04-15 15-10-11.mp4 attached to MODUSERS-306&quot; data-attachment-type=&quot;file&quot; data-attachment-name=&quot;Users - FOLIO - Google Chrome 2022-04-15 15-10-11.mp4&quot; data-media-services-type=&quot;file&quot; data-media-services-id=&quot;cbfac343-e562-4b89-96b0-852727ab017d&quot; rel=&quot;noreferrer&quot;&gt;Users - FOLIO - Google Chrome 2022-04-15 15-10-11.mp4&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                                                            <comment id="165776" author="712020:9b6f7674-c092-4953-ae97-1a53a16ec2fd" created="Fri, 15 Apr 2022 10:13:47 +0000"  >&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;/rest/api/3/attachment/content/54197&quot; height=&quot;136&quot; width=&quot;338&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="12202">UXPROD-3436</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="76982">MODUIMP-67</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="54196" name="Users - FOLIO - Google Chrome 2022-04-15 15-10-11.mp4" size="15730394" author="712020:9b6f7674-c092-4953-ae97-1a53a16ec2fd" created="Fri, 15 Apr 2022 10:11:30 +0000"/>
                            <attachment id="54197" name="custom.PNG" size="19927" author="712020:9b6f7674-c092-4953-ae97-1a53a16ec2fd" created="Fri, 15 Apr 2022 10:13:36 +0000"/>
                            <attachment id="54198" name="image-2022-03-17-11-28-43-715.png" size="115657" author="5afc1ced2083b15a0bd3e494" created="Thu, 17 Mar 2022 10:28:44 +0000"/>
                            <attachment id="54199" name="image-2022-03-17-11-42-41-826.png" size="9428" author="5afc1ced2083b15a0bd3e494" created="Thu, 17 Mar 2022 10:42:42 +0000"/>
                            <attachment id="54200" name="image-2022-04-15-15-02-40-306.png" size="28292" author="712020:9b6f7674-c092-4953-ae97-1a53a16ec2fd" created="Fri, 15 Apr 2022 10:02:40 +0000"/>
                            <attachment id="54201" name="image-2022-04-15-15-02-40-360.png" size="58823" author="712020:9b6f7674-c092-4953-ae97-1a53a16ec2fd" created="Fri, 15 Apr 2022 10:02:40 +0000"/>
                            <attachment id="54202" name="image-2022-04-15-15-02-40-406.png" size="65265" author="712020:9b6f7674-c092-4953-ae97-1a53a16ec2fd" created="Fri, 15 Apr 2022 10:02:40 +0000"/>
                            <attachment id="54203" name="resp.PNG" size="58823" author="712020:9b6f7674-c092-4953-ae97-1a53a16ec2fd" created="Fri, 15 Apr 2022 10:05:29 +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="10180"><![CDATA[Spitfire]]></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="10386"><![CDATA[Requirements change]]></customfieldvalue>

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

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="574">Spitfire Sprint 137</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, 21 Mar 2022 07:38:15 +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>