<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:07:10 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>[FOLIO-626] Curriculum Users App - first name last name fields errors</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-626</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;In following &lt;a href=&quot;http://dev.folio.org/curriculum/05_set_up_the_folio_users_app&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://dev.folio.org/curriculum/05_set_up_the_folio_users_app&lt;/a&gt;....&lt;/p&gt;

&lt;p&gt;Sample JSON data load throws error:&lt;/p&gt;

&lt;p&gt;Json content error Unrecognized field &quot;first_name&quot; (class org.folio.rest.jaxrs.model.Personal), not marked as ignorable (8 known properties: , &quot;middleName&quot;, &quot;lastName&quot;, &quot;dateOfBirth&quot;, &quot;firstName&quot;, &quot;email&quot;, &quot;mobilePhone&quot;, &quot;phone&quot;, &quot;preferredContact&quot;])&lt;br/&gt;
 at &lt;span class=&quot;error&quot;&gt;&amp;#91;Source: java.io.StringReader@15abfb3b; line: 1, column: 134&amp;#93;&lt;/span&gt; (through reference chain: org.folio.rest.jaxrs.model.User&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;personal&amp;quot;&amp;#93;&lt;/span&gt;-&amp;gt;org.folio.rest.jaxrs.model.Personal&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;first_name&amp;quot;&amp;#93;&lt;/span&gt;)&lt;/p&gt;

&lt;p&gt;But also when using the UI and creating/editing users:&lt;/p&gt;

&lt;p&gt;ERROR: in module @folio/users, operation CREATE on resource &apos;users&apos; failed with HTTP status 400, saying: Json content error Unrecognized field &quot;first_name&quot; (class org.folio.rest.jaxrs.model.Personal), not marked as ignorable (8 known properties: , &quot;middleName&quot;, &quot;lastName&quot;, &quot;dateOfBirth&quot;, &quot;firstName&quot;, &quot;email&quot;, &quot;mobilePhone&quot;, &quot;phone&quot;, &quot;preferredContact&quot;])&lt;br/&gt;
 at &lt;span class=&quot;error&quot;&gt;&amp;#91;Source: java.io.StringReader@576f88e1; line: 1, column: 66&amp;#93;&lt;/span&gt; (through reference chain: org.folio.rest.jaxrs.model.User&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;personal&amp;quot;&amp;#93;&lt;/span&gt;-&amp;gt;org.folio.rest.jaxrs.model.Personal&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;first_name&amp;quot;&amp;#93;&lt;/span&gt;)&lt;/p&gt;</description>
                <environment></environment>
        <key id="80174">FOLIO-626</key>
            <summary>Curriculum Users App - first name last name fields errors</summary>
                <type id="10006" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10307?size=medium">Umbrella</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="5ced27478b03050f27825a93">Peter Murray</assignee>
                                                                <reporter accountid="5af5ecdf244bc90a106063a0">RonB</reporter>
                                    <labels>
                    </labels>
                <created>Wed, 24 May 2017 16:42:28 +0000</created>
                <updated>Mon, 12 Nov 2018 14:23:33 +0000</updated>
                            <resolved>Mon, 5 Jun 2017 14:33:30 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                    <timespent seconds="2700">45 minutes</timespent>
                                <comments>
                                                            <comment id="192130" author="61cd0ca0bce5e00069e98be7" created="Thu, 25 May 2017 04:28:23 +0000"  >&lt;p&gt;The Curriculum is being updated at the moment. Among other things, the sample data files still need to be updated to adhere to the new format.&lt;/p&gt;</comment>
                                                            <comment id="192131" author="5ced27478b03050f27825a93" created="Mon, 5 Jun 2017 13:59:46 +0000"  >&lt;p&gt;Yes, it looks like the patron schema changed.  Here is a sample patron in the new schema:&lt;/p&gt;

&lt;p&gt;{{&lt;br/&gt;
{&lt;br/&gt;
  &quot;username&quot; : &quot;elyssa&quot;,&lt;br/&gt;
  &quot;id&quot; : &quot;90f2c933-ea1e-4b17-a719-b2af6bacc735&quot;,&lt;br/&gt;
  &quot;active&quot; : true,&lt;br/&gt;
  &quot;type&quot; : &quot;patron&quot;,&lt;br/&gt;
  &quot;personal&quot; : {&lt;br/&gt;
    &quot;email&quot; : &quot;cordie@carroll-corwin.hi.us&quot;,&lt;br/&gt;
    &quot;phone&quot; : &quot;791-043-4090 x776&quot;,&lt;br/&gt;
    &quot;lastName&quot; : &quot;Ferry&quot;,&lt;br/&gt;
    &quot;firstName&quot; : &quot;Liliane&quot;,&lt;br/&gt;
    &quot;mobilePhone&quot; : &quot;394.050.1417 x06534&quot;,&lt;br/&gt;
    &quot;dateOfBirth&quot; : &quot;2005-03-15T00:00:00.000+0000&quot;,&lt;br/&gt;
    &quot;preferredContact&quot; : &lt;/p&gt;
{
      &quot;desc&quot; : &quot;Email&quot;,
      &quot;value&quot; : &quot;EMAIL&quot;
    }
&lt;p&gt;  },&lt;br/&gt;
  &quot;lastUpdateDate&quot; : &quot;1995-04-01T00:00:00.000+0000&quot;,&lt;br/&gt;
  &quot;enrollmentDate&quot; : &quot;1981-07-06T00:00:00.000+0000&quot;,&lt;br/&gt;
  &quot;openDate&quot; : &quot;2012-10-10T00:00:00.000+0000&quot;,&lt;br/&gt;
  &quot;barcode&quot; : &quot;451770690377323&quot;,&lt;br/&gt;
  &quot;expirationDate&quot; : &quot;1981-12-12T00:00:00.000+0000&quot;&lt;br/&gt;
}&lt;br/&gt;
}}&lt;/p&gt;

&lt;p&gt;With 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-585&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-585&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Create bb with updated patron schema and sample data&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10300?size=medium&quot; /&gt;
            FOLIO-585
        &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;
 it also looks like the patrons are no longer stored in the `folio-ansible` git repo.  (Instead, they are generated from a Perl script.)  I&apos;ll add a few sample patrons to the curriculum rather than pulling them from that GitHub repo.&lt;/p&gt;</comment>
                    </comments>
                    <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_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzxogn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 25 May 2017 04:28:23 +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>