<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:22:38 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>[UIDATIMP-1193] Permission &quot;Data import: all permissions&quot; is missing permission &quot;data-import.fileExtensions.get&quot;</title>
                <link>https://folio-org.atlassian.net/browse/UIDATIMP-1193</link>
                <project id="10134" key="UIDATIMP">ui-data-import</project>
                    <description>&lt;p&gt;&lt;b&gt;Overview:&lt;/b&gt; User with only permission Data Import: All cannot upload files in Data Import. The cause is a missing permission: data-import.fileExtensions.get&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 Lotus as a user with only permission Data Import: All&lt;/li&gt;
	&lt;li&gt;Go to Data Import&lt;/li&gt;
	&lt;li&gt;Click &lt;b&gt;Choose files&lt;/b&gt; to upload a file&lt;/li&gt;
	&lt;li&gt;Select an .mrc file from your computer and upload&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;b&gt;Expected Results:&lt;/b&gt; &lt;br/&gt;
You are taken to the page where you select job profiles. A list of job profiles appears.&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;39195_thumb&quot; href=&quot;/rest/api/3/attachment/content/39195&quot; title=&quot;image-2022-06-16-12-34-13-217.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;39195&quot; file-preview-title=&quot;image-2022-06-16-12-34-13-217.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/39195?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/39195&quot; filename=&quot;image-2022-06-16-12-34-13-217.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/39195&quot; data-attachment-name=&quot;image-2022-06-16-12-34-13-217.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;779793d8-5d20-4ead-b442-6785d10decb6&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;Actual Results:&lt;/b&gt;   &lt;br/&gt;
You are taken to the page where you select job profiles. Instead of the list of job profiles, it just says &quot;Loading...&quot;&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;39195_thumb&quot; href=&quot;/rest/api/3/attachment/content/39195&quot; title=&quot;image-2022-06-16-12-34-13-217.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;39195&quot; file-preview-title=&quot;image-2022-06-16-12-34-13-217.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/39195?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/39195&quot; filename=&quot;image-2022-06-16-12-34-13-217.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/39195&quot; data-attachment-name=&quot;image-2022-06-16-12-34-13-217.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;779793d8-5d20-4ead-b442-6785d10decb6&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;If you open developer tools, you see a failed GET request to&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;
https:&lt;span class=&quot;code-comment&quot;&gt;//okapi-bugfest-lotus.&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;.aws.folio.org/data-&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt;/fileExtensions?query=extension==%22.mrc%22&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The message returned by the API is&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;
Access requires permission: data-&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt;.fileExtensions.get
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;Additional Information:&lt;/b&gt;&lt;br/&gt;
For now, you can manually add the permission &quot;Data Import - get file extension(s)&quot; to the user.&lt;/p&gt;

&lt;p&gt;URL: &lt;a href=&quot;https://bugfest-lotus.int.aws.folio.org/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://bugfest-lotus.int.aws.folio.org/&lt;/a&gt;&lt;br/&gt;
&lt;b&gt;Interested parties:&lt;/b&gt; &lt;/p&gt;</description>
                <environment></environment>
        <key id="50661">UIDATIMP-1193</key>
            <summary>Permission &quot;Data import: all permissions&quot; is missing permission &quot;data-import.fileExtensions.get&quot;</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                            <parent id="13571">UXPROD-47</parent>
                                    <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="10000">Won&apos;t Do</resolution>
                                                        <assignee accountid="-1">Unassigned</assignee>
                                                                <reporter accountid="5afc1ced2083b15a0bd3e494">Lisa Sj&#246;gren</reporter>
                                    <labels>
                            <label>bug</label>
                            <label>data-import</label>
                            <label>epam-folijet</label>
                            <label>folijet-support</label>
                            <label>needs-testrail</label>
                    </labels>
                <created>Thu, 16 Jun 2022 10:49:20 +0000</created>
                <updated>Tue, 4 Apr 2023 20:21:34 +0000</updated>
                            <resolved>Wed, 22 Jun 2022 10:52:17 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="120056" author="5af5e627525ba96b58654f12" created="Thu, 16 Jun 2022 12:46:09 +0000"  >&lt;p&gt;Hi &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; Hmm.... I haven&apos;t heard that one before. I&apos;ll try to repro. In general, users of DI should have these 2 basic permissions:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Data import: Can upload files, import, and view logs (this is the new name for Data import: All permissions as of Morning Glory)&lt;/li&gt;
	&lt;li&gt;Settings (Data import): Can view, create, edit, and remove&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Since one is the settings permission, maybe that was masking the issue with the DI: All permission. And for DI users who should be able to see settings, but not change them, we&apos;re adding a new permission in MG: Settings (Data import): Can view only&lt;/p&gt;</comment>
                                                            <comment id="120057" author="5af5e627525ba96b58654f12" created="Thu, 16 Jun 2022 12:47:11 +0000"  >&lt;p&gt;I&apos;m thinking this does not need to be a Lotus hotfix, but document in the Lotus release notes as a known issue, and make sure it&apos;s fixed in MG. Does that sound right to you?&lt;/p&gt;</comment>
                                                            <comment id="120058" author="5afc1ced2083b15a0bd3e494" created="Mon, 20 Jun 2022 13:23:11 +0000"  >&lt;p&gt;Sounds good! &lt;/p&gt;</comment>
                                                            <comment id="120059" author="609a89c797f3d400709f832f" created="Wed, 22 Jun 2022 09:44:50 +0000"  >&lt;p&gt;Hi &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=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; ! I checked this issue and in scope of MG it was fixed.&lt;/p&gt;</comment>
                                                            <comment id="120060" author="5af5e627525ba96b58654f12" created="Wed, 22 Jun 2022 10:52:22 +0000"  >&lt;p&gt;Thanks very much, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=609a89c797f3d400709f832f&quot; class=&quot;user-hover&quot; rel=&quot;609a89c797f3d400709f832f&quot; data-account-id=&quot;609a89c797f3d400709f832f&quot; accountid=&quot;609a89c797f3d400709f832f&quot; rel=&quot;noreferrer&quot;&gt;Oleksandr Hladchenko&lt;/a&gt;. I added to the Lotus release notes, and am closing this issue as &quot;Won&apos;t do&quot; (for Lotus)&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="12285">UXPROD-3464</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="39195" name="image-2022-06-16-12-34-13-217.png" size="24154" author="5afc1ced2083b15a0bd3e494" created="Thu, 16 Jun 2022 10:34:13 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10107" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Affected Institution</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10388"><![CDATA[!!!ALL!!!]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <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="10154"><![CDATA[Folijet Support]]></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)">Batch Importer (Bib/Acq)</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="10372"><![CDATA[Implementation coding issue]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i04y70:</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>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.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, 16 Jun 2022 12:46:09 +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>