<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:10:22 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-1037] User Import fails on repeat import of the same file</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1037</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;To reproduce against testing backend (&lt;a href=&quot;http://folio-testig-backend01.aws.indexdata.com:9130&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://folio-testig-backend01.aws.indexdata.com:9130&lt;/a&gt;)&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Download the attached file of one user. Save somewhere (e.g. /tmp)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Get a token:
&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;
curl -i -X POST -H &lt;span class=&quot;code-quote&quot;&gt;&quot;Content-type:application/json&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;X-Okapi-Tenant:diku&quot;&lt;/span&gt; -d &lt;span class=&quot;code-quote&quot;&gt;&apos;{&lt;span class=&quot;code-quote&quot;&gt;&quot;username&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;diku_admin&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;password&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;admin&quot;&lt;/span&gt;}&apos;&lt;/span&gt; http:&lt;span class=&quot;code-comment&quot;&gt;//folio-testing-backend01.aws.indexdata.com:9130/authn/login&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Save the token to a variable
&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;
export TOKEN=&lt;span class=&quot;code-quote&quot;&gt;&apos;&amp;lt;long_hash_here&amp;gt;&apos;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Send the file to the user-import endpoint
&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;
curl -i -X POST -H &lt;span class=&quot;code-quote&quot;&gt;&quot;Content-type:application/json&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;X-Okapi-Tenant:diku&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;X-Okapi-Token:$TOKEN&quot;&lt;/span&gt; -d @/tmp/user_import_test_data_with_1_users.json http:&lt;span class=&quot;code-comment&quot;&gt;//folio-testing-backend01.aws.indexdata.com:9130/user-&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;After successful return, repeat the file import
&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;
curl -i -X POST -H &lt;span class=&quot;code-quote&quot;&gt;&quot;Content-type:application/json&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;X-Okapi-Tenant:diku&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;X-Okapi-Token:$TOKEN&quot;&lt;/span&gt; -d @/tmp/user_import_test_data_with_1_users.json http:&lt;span class=&quot;code-comment&quot;&gt;//folio-testing-backend01.aws.indexdata.com:9130/user-&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Request will hang indefinitely.&lt;/p&gt;</description>
                <environment></environment>
        <key id="80530">FOLIO-1037</key>
            <summary>User Import fails on repeat import of the same file</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="5e1750638dfdd40ec489bf08">Katalin Lovagn&#233; Sz&#369;cs</assignee>
                                                                <reporter accountid="5c38e8d616ac1e4f7cbc660a">Kurt Nordstrom</reporter>
                                    <labels>
                    </labels>
                <created>Tue, 23 Jan 2018 09:19:30 +0000</created>
                <updated>Mon, 12 Nov 2018 14:24:04 +0000</updated>
                            <resolved>Wed, 31 Jan 2018 11:38:50 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                <comments>
                                                            <comment id="189518" author="5e1750638dfdd40ec489bf08" created="Wed, 31 Jan 2018 11:38:50 +0000"  >&lt;p&gt;The reason was user schema mismatch. The fix was pushed on the 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-1024&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-1024&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Mod-users-Import module erroring with 1000 users per request&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-1024
        &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;
 branch.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="80510">FOLIO-1034</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64016" name="user_import_test_data_with_1_users.json" size="711" author="5c38e8d616ac1e4f7cbc660a" created="Tue, 23 Jan 2018 09:21:18 +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_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzy93b:</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>Wed, 31 Jan 2018 11:38:50 +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>