<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:12:42 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>[UIPFO-46] Create or add list of donors</title>
                <link>https://folio-org.atlassian.net/browse/UIPFO-46</link>
                <project id="10240" key="UIPFO">ui-plugin-find-organization</project>
                    <description>&lt;p&gt;&lt;b&gt;Purpose:&lt;/b&gt; Several different places in FOLIO need to keep track of donor information. This information should come from active Organizations that have been identified as Donors rather than be entered as text. Users should access this list by clicking on an &quot;Add Donor&quot; button.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;User story statement(s):&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;As a person who maintains order, fund and/or inventory information,&lt;br/&gt;
I want to be able to look up donors from a list&lt;br/&gt;
so that I can properly manage donors and donations&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Scenarios:&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Add donor:
	&lt;ul&gt;
		&lt;li&gt;Given user is working in a record containing a &quot;donor&quot; field&lt;/li&gt;
		&lt;li&gt;When user is creating or editing that record&lt;/li&gt;
		&lt;li&gt;Then the table of donors is displayed, if applicable&lt;/li&gt;
		&lt;li&gt;AND an &quot;Add donor&quot; button appears&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Generate modal:
	&lt;ul&gt;
		&lt;li&gt;Given user is creating or editing a record containing a &quot;donor&quot; field&lt;/li&gt;
		&lt;li&gt;When user clicks &quot;Add donor&quot;&lt;/li&gt;
		&lt;li&gt;Then a donor modal appears&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Modal interface:
	&lt;ul&gt;
		&lt;li&gt;Given user has clicked &quot;Donor look-up&quot; link&lt;/li&gt;
		&lt;li&gt;When the modal appears&lt;/li&gt;
		&lt;li&gt;Then user is presented with a multi-select list of all active Organizations that are Donors&lt;/li&gt;
		&lt;li&gt;AND user is presented with a search/filter box&lt;/li&gt;
		&lt;li&gt;AND user can facet on Types, Tags and Is vendor&lt;/li&gt;
		&lt;li&gt;AND &quot;Previous&quot; and &quot;Next&quot; buttons appear underneath the list of Organizations&lt;/li&gt;
		&lt;li&gt;AND there is text indicating which Organizations are visible (e.g. &quot;1-30&quot;)&lt;/li&gt;
		&lt;li&gt;AND the total number of selected Organizations is displayed&lt;/li&gt;
		&lt;li&gt;AND a &quot;close&quot; box is active&lt;/li&gt;
		&lt;li&gt;AND a &quot;save&quot; box is NOT active&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Modal pagination:
	&lt;ul&gt;
		&lt;li&gt;Given modal is open&lt;/li&gt;
		&lt;li&gt;When more than 50 Organizations are available&lt;/li&gt;
		&lt;li&gt;Then 50 Organizations are displayed&lt;/li&gt;
		&lt;li&gt;AND the pagination buttons become active as appropriate&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Organization selected:
	&lt;ul&gt;
		&lt;li&gt;Given modal is open&lt;/li&gt;
		&lt;li&gt;When user selects at least one Organization&lt;/li&gt;
		&lt;li&gt;Then the &quot;save&quot; box becomes active&lt;/li&gt;
		&lt;li&gt;AND the total number of selected Organizations is updated&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Selection persistence:
	&lt;ul&gt;
		&lt;li&gt;Given user has selected at least one Organization on a given page&lt;/li&gt;
		&lt;li&gt;When user clicks &quot;Previous&quot; or &quot;Next&quot;&lt;/li&gt;
		&lt;li&gt;Then the previously selected Organizations remain selected&lt;/li&gt;
		&lt;li&gt;AND the &quot;save&quot; box remains active&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Save:
	&lt;ul&gt;
		&lt;li&gt;Given user has selected one or more Organizations&lt;/li&gt;
		&lt;li&gt;When user clicks &quot;Save&quot;&lt;/li&gt;
		&lt;li&gt;Then the modal disappears&lt;/li&gt;
		&lt;li&gt;AND the selected Organizations are added to the Donors list&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Close:
	&lt;ul&gt;
		&lt;li&gt;Given modal is open&lt;/li&gt;
		&lt;li&gt;When user clicks &quot;Close&quot;&lt;/li&gt;
		&lt;li&gt;Then the modal disappears&lt;/li&gt;
		&lt;li&gt;AND any changes are NOT saved&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Linked organization
	&lt;ul&gt;
		&lt;li&gt;Given scenario 1&lt;/li&gt;
		&lt;li&gt;When authorized user clicks on the donor Name&lt;/li&gt;
		&lt;li&gt;Then the Organization record opens in View mode in a new tab&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ol&gt;
</description>
                <environment></environment>
        <key id="78721">UIPFO-46</key>
            <summary>Create or add list of donors</summary>
                <type id="10005" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium">Story</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="63c9984bbfdb647eb1da556a">Joseph Reimers</assignee>
                                                                <reporter accountid="63c9984bbfdb647eb1da556a">Joseph Reimers</reporter>
                                    <labels>
                    </labels>
                <created>Mon, 11 Sep 2023 20:37:57 +0000</created>
                <updated>Fri, 1 Dec 2023 15:35:34 +0000</updated>
                            <resolved>Fri, 1 Dec 2023 15:35:34 +0000</resolved>
                                                    <fixVersion>5.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                                                            <comment id="187512" author="712020:954aac8a-bfab-442c-92fe-93bc90a8b8e1" created="Thu, 9 Nov 2023 12:20:31 +0000"  >&lt;p&gt;Please, pay attention to the &quot;Select all&quot; checkbox in the plugin: it causes refreshing the page.&lt;/p&gt;</comment>
                                                            <comment id="187513" author="641dab67f1b529dfa98e0fbf" created="Wed, 15 Nov 2023 14:07:07 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=634fa2fe01c2ff842c162ed9&quot; class=&quot;user-hover&quot; rel=&quot;634fa2fe01c2ff842c162ed9&quot; data-account-id=&quot;634fa2fe01c2ff842c162ed9&quot; accountid=&quot;634fa2fe01c2ff842c162ed9&quot; rel=&quot;noreferrer&quot;&gt;Alisher Musurmonov&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;Could you please fix wrong behavior for &quot;Select all&quot; option? Thank you!&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;/rest/api/3/attachment/content/63681&quot; title=&quot;2023-11-15_19h02_13.mp4 attached to UIPFO-46&quot; data-attachment-type=&quot;file&quot; data-attachment-name=&quot;2023-11-15_19h02_13.mp4&quot; data-media-services-type=&quot;file&quot; data-media-services-id=&quot;026718ee-e3c0-4b17-9518-e5d8282ec0d4&quot; rel=&quot;noreferrer&quot;&gt;2023-11-15_19h02_13.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="187514" author="712020:e2367a36-2153-496f-96c4-c2d864c9599e" created="Thu, 30 Nov 2023 14:43:32 +0000"  >&lt;p&gt;Tested on &lt;a href=&quot;https://folio-snapshot.dev.folio.org/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot.dev.folio.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Works as expected. Please see the attached screencasts.&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63c9984bbfdb647eb1da556a&quot; class=&quot;user-hover&quot; rel=&quot;63c9984bbfdb647eb1da556a&quot; data-account-id=&quot;63c9984bbfdb647eb1da556a&quot; accountid=&quot;63c9984bbfdb647eb1da556a&quot; rel=&quot;noreferrer&quot;&gt;Joseph Reimers&lt;/a&gt; could you please review? Thank you!&lt;/p&gt;</comment>
                                                            <comment id="187515" author="63c9984bbfdb647eb1da556a" created="Fri, 1 Dec 2023 15:35:34 +0000"  >&lt;p&gt;Works as expected.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="13595">UXPROD-1018</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10006">
                    <name>Gantt End to Start</name>
                                            <outwardlinks description="has to be done before">
                                        <issuelink>
            <issuekey id="71056">MODFIN-333</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="60064">MODORDERS-944</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="66324">UIF-473</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25564">UIOR-1147</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25569">UIOR-1150</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="18897">FAT-9626</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="18928">FAT-9583</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="18929">FAT-9584</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19009">FAT-9695</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19028">FAT-9707</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="63681" name="2023-11-15_19h02_13.mp4" size="1703592" author="641dab67f1b529dfa98e0fbf" created="Wed, 15 Nov 2023 14:06:26 +0000"/>
                            <attachment id="63682" name="C422161.mp4" size="2212897" author="712020:e2367a36-2153-496f-96c4-c2d864c9599e" created="Thu, 30 Nov 2023 13:28:33 +0000"/>
                            <attachment id="63683" name="C422162.mp4" size="958757" author="712020:e2367a36-2153-496f-96c4-c2d864c9599e" created="Thu, 30 Nov 2023 13:28:31 +0000"/>
                            <attachment id="63684" name="C422163.mp4" size="6015571" author="641dab67f1b529dfa98e0fbf" created="Fri, 17 Nov 2023 16:43:08 +0000"/>
                            <attachment id="63685" name="C422194.mp4" size="1831793" author="712020:e2367a36-2153-496f-96c4-c2d864c9599e" created="Thu, 30 Nov 2023 14:20:08 +0000"/>
                            <attachment id="63686" name="C422251.mp4" size="7203409" author="712020:e2367a36-2153-496f-96c4-c2d864c9599e" created="Thu, 30 Nov 2023 14:20:39 +0000"/>
                            <attachment id="63687" name="Donor modal mock.png" size="44527" author="63c9984bbfdb647eb1da556a" created="Tue, 26 Sep 2023 15:08:36 +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="10185"><![CDATA[Thunderjet]]></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="10367"><![CDATA[TBD]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10046" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Release</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10079"><![CDATA[Quesnelia (R1 2024)]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="196">ACQ Sprint 177</customfieldvalue>
    <customfieldvalue id="197">ACQ Sprint 178</customfieldvalue>
    <customfieldvalue id="198">ACQ Sprint 179</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10108" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Tester Assignee</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>63c9984bbfdb647eb1da556a</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 9 Nov 2023 12:20:31 +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>