<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:25:35 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>[UIU-1816] Allow override of failed renewal due to expired user</title>
                <link>https://folio-org.atlassian.net/browse/UIU-1816</link>
                <project id="10131" key="UIU">ui-users</project>
                    <description>&lt;p&gt;&lt;b&gt;Purpose&lt;/b&gt;: Allow users to override failed renewals when the borrower is inactive. When the system can calculate a due date, use that due date for the renewal. When it cannot (renewal failure reasons from scenarios 3 and 4), require user to select due date and time. &lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Scenario
	&lt;ul&gt;
		&lt;li&gt;Given:
		&lt;ul&gt;
			&lt;li&gt;a renewal that has failed because patron is inactive and/or any number of other renewal failure reasons, except that renewal would not change the due date&lt;/li&gt;
			&lt;li&gt;and a staff user with permissions Users: User loans renew through override&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;When the renewal fails&lt;/li&gt;
		&lt;li&gt;Then show the Override button on the renewal failure modal, in addition to Close&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Scenario
	&lt;ul&gt;
		&lt;li&gt;Given the renewal failure modal from scenario 1&lt;/li&gt;
		&lt;li&gt;When the Override button is clicked&lt;/li&gt;
		&lt;li&gt;Then display the Override &amp;amp; renew modal
		&lt;ul&gt;
			&lt;li&gt;Do not display date picker&lt;/li&gt;
			&lt;li&gt;In New due date column, display &quot;New due date will be calculated automatically&quot;&lt;/li&gt;
			&lt;li&gt;Additional information field (required)&lt;/li&gt;
			&lt;li&gt;Controls: Cancel, Override&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Scenario
	&lt;ul&gt;
		&lt;li&gt;Given a renewal that has failed because patron is inactive, and a staff user with permissions Users: User loans renew through override, and any number of additional failure reasons &lt;em&gt;except&lt;/em&gt; for the following reasons:
		&lt;ul&gt;
			&lt;li&gt;not loanable&lt;/li&gt;
			&lt;li&gt;not renewable (loan policy says not renewable)&lt;/li&gt;
			&lt;li&gt;renewal date is not in loan policy&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;When the Override button is clicked&lt;/li&gt;
		&lt;li&gt;Then display the Override &amp;amp; renew modal
		&lt;ul&gt;
			&lt;li&gt;Do not display date picker&lt;/li&gt;
			&lt;li&gt;In New due date column, display &quot;New due date will be calculated automatically&quot;&lt;/li&gt;
			&lt;li&gt;Additional information field (required)&lt;/li&gt;
			&lt;li&gt;Controls: Cancel, Override&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Scenario
	&lt;ul&gt;
		&lt;li&gt;Given a renewal that has failed because patron is inactive, and a staff user with permissions Users: User loans renew through override, and any of the following additional failure reasons:
		&lt;ul&gt;
			&lt;li&gt;not loanable&lt;/li&gt;
			&lt;li&gt;not renewable (loan policy says not renewable)&lt;/li&gt;
			&lt;li&gt;renewal date is not in loan policy&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;When the Override button is clicked&lt;/li&gt;
		&lt;li&gt;Then display the Override &amp;amp; renew modal
		&lt;ul&gt;
			&lt;li&gt;Display date picker&lt;/li&gt;
			&lt;li&gt;In New due date column, display &quot;Select due date above&quot;&lt;/li&gt;
			&lt;li&gt;Additional information field (required)&lt;/li&gt;
			&lt;li&gt;Controls: Cancel, Override&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Scenario
	&lt;ul&gt;
		&lt;li&gt;Given the Override &amp;amp; renew modal&lt;/li&gt;
		&lt;li&gt;When the user clicks Override&lt;/li&gt;
		&lt;li&gt;Then close the modal, and renew the item according to selected or calculated due date&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Scenario
	&lt;ul&gt;
		&lt;li&gt;Given the Override &amp;amp; renew modal&lt;/li&gt;
		&lt;li&gt;when the user clicks Cancel&lt;/li&gt;
		&lt;li&gt;Then close the modal and display the failure modal&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Scenario
	&lt;ul&gt;
		&lt;li&gt;Given an inactive user with an open loan where renewal would not change the due date&lt;/li&gt;
		&lt;li&gt;When a renewal is attempted on the open loan&lt;/li&gt;
		&lt;li&gt;Then fail the renewal, and show the renewal confirmation window
		&lt;ul&gt;
			&lt;li&gt;Renewal status: &quot;Item not renewed: borrower is inactive, renewal would not change the due date&quot;&lt;/li&gt;
			&lt;li&gt;Do not show override button&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Scenario
	&lt;ul&gt;
		&lt;li&gt;Given a renewal that has failed because patron is inactive, and a staff user without the permission Users: User loans renew through override&lt;/li&gt;
		&lt;li&gt;When the renewal fails&lt;/li&gt;
		&lt;li&gt;Then do not show the Override button on the renewal failure modal&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ol&gt;
</description>
                <environment></environment>
        <key id="42068">UIU-1816</key>
            <summary>Allow override of failed renewal due to expired user</summary>
                <type id="10005" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium">Story</type>
                            <parent id="10047">UXPROD-788</parent>
                                    <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="1" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="-1">Unassigned</assignee>
                                                                <reporter accountid="712020:e530422d-154a-4c37-b957-18a88051448e">Emma Boettcher</reporter>
                                    <labels>
                    </labels>
                <created>Mon, 24 Aug 2020 18:57:20 +0000</created>
                <updated>Tue, 7 Feb 2023 21:20:24 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                    <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="11870">UXPROD-3104</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10187"><![CDATA[Vega]]></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)">Loans</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzylb2:zzwo</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10108" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Tester Assignee</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>557058:dea2f026-f9d7-42e0-af50-31b385c95e3e</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>