<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:10:28 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>[UXPROD-795] Patrons can borrow/request/hold/recall/renew items directly from non-home member libraries (unmediated &amp; cross tenant) with which their library has a resource sharing relationship</title>
                <link>https://folio-org.atlassian.net/browse/UXPROD-795</link>
                <project id="10000" key="UXPROD">UX Product</project>
                    <description>&lt;p&gt;Patrons can borrow/request/hold/recall/renew items directly (&lt;b&gt;Unmediated&lt;/b&gt;) from non-home member libraries (owning library) with which their library has a resource sharing relationship.  All of FOLIO&apos;s circulation rights can be used to control access for non-owning library patrons.  Library may need the addition of &quot;special&quot; user groups for patrons that can be used by default when trying to borrow from a non-home library.  Circulation staff workflows should be as close to a typical checkout as possible.  On the backend staff side these operations should be completely unmediated.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Checkout requirements:&lt;/b&gt;&lt;br/&gt;
1. Borrower must exist in both the home library and the non-home library.  This can be accomplished in 4 possible ways:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Option 1: Automated feature exists that allows library to list all the member libraries that the home library will allow a circulation relationship with that circulation uses to search for a patron record across the member libraries and when found, automatically imports that patron while adding a flag that the patron is &quot;non-native&quot; or &quot;temporary&quot;.  FOLIO is able to see if the patron has been restricted due to &quot;bad&quot; behavior. This feature also sets up live synchronization of transaction data to make sure home and remote libraries are always in alignment.  Note that this feature needs to be automatically initiated when a non-local patron tries to login to the discovery service and place a request for the 1st time as well.  The following 3 options take care of this discovery use case by default as well.&lt;/li&gt;
	&lt;li&gt;Option 2: Sys-Admin regularly batch loads patron files (can be setup as automatic cron type process) from all affiliated libraries.  The load automatically assigns non-native patrons as &quot;non-native&quot; or &quot;temporary&quot;.  The &quot;almost&quot; union patron file is managed locally.  But this option is somewhat limited in that it does not really help with configuration of library communication of data to keep the home library FOLIO system in sync and responsible.&lt;/li&gt;
	&lt;li&gt;Option 3: For walk-ins, the front desk simply adds the patron manually by hand as a non-native patron (When a patron is not a member of any affiliated library)  Possibly move this to an additional use case.&lt;/li&gt;
	&lt;li&gt;Option 4: A registration page is setup for the patron to register and add their personal information into FOLIO including login, password and affiliation that the librarian can approve or FOLIO itself can validate against the patron&apos;s home library.&lt;/li&gt;
	&lt;li&gt;Note: in options 2 - 4, FOLIO still needs to be configured to communicate with patron home libraries to keep transaction data is sync and to verify affiliation, restrictions if wanted. All options can &quot;work together&quot; for the most flexible options and seamless experience.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;2. Local librarians get all standard abilities such as dealing with blocks, notifications, etc.&lt;br/&gt;
3. On checkout, FOLIO connects and sends the following to the patron library:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Patron ID&lt;/li&gt;
	&lt;li&gt;Instance metadata and ID&lt;/li&gt;
	&lt;li&gt;Item metadata and ID&lt;/li&gt;
	&lt;li&gt;Transaction type and data (ex. loan, parameters of loan, library that actually owns the item and loan, etc)&lt;/li&gt;
	&lt;li&gt;Home circulation (patron library) checks to see if the patron is still a valid member of the library in good standing.  If so, sends acknowledgement to owning library.  If not, sends denial to owning library.&lt;/li&gt;
	&lt;li&gt;if acknowledgement is positive, patron library creates a loan transaction for the above&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;4. Owning library circulation creates the transaction locally.  Library might want to print a &quot;slip&quot; with a reminder that the item must be returned to the owning library&lt;br/&gt;
5. Circ stats are updated on both systems.  ex. local loans are updated, along with some additional information or stats that shows this item was provided for a patron of another library.&lt;br/&gt;
6. Affiliation and privileges validation (critical): There is a need to check regularly if the patron is still a member of their home library.  Need to remove rights once they are no longer a member. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Check-in requirements:&lt;/b&gt;&lt;br/&gt;
1. If item returned to the owning library, item is returned and circulation sends the following to the patron&apos;s home library:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Patron ID&lt;/li&gt;
	&lt;li&gt;Item metadata and ID&lt;/li&gt;
	&lt;li&gt;Transaction type and data (ex. loan, parameters of loan, fees if overdue or lost, etc)&lt;/li&gt;
	&lt;li&gt;The patron&apos;s home library closes the loan.  What happens to the item since it is not part of inventory?  What status is it assigned?&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;2. Else if Item returned to the wrong library, Circ displays a block and possibly prints a slip or shipping label (library configurable) to facilitate transfer back to owning library&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The loan is closed&lt;/li&gt;
	&lt;li&gt;Circulation sends a message to the library that owns the item that it was returned.&lt;/li&gt;
	&lt;li&gt;Is a status of &quot;in-transit&quot;? assigned until the library physically received the item?&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Assumptions:&lt;/b&gt;&lt;br/&gt;
1. All standard GDPR needs can be accommodated with standard library policy.&lt;br/&gt;
2. Circ systems communicated via HTTPS.&lt;br/&gt;
3. The minimum amount of patron data to load still needs to be defined.&lt;br/&gt;
4. All external ILL systems will simply connect via API to FOLIO and rely on the transactions created in FOLIO tenants.&lt;br/&gt;
5. Unaffiliated walk-ins (community users) will be handled per library policy either via library simply creating a local patron for the user as needed or possibly in the future, a registration page. Considered out of scope of this feature.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Notes:&lt;/b&gt;&lt;br/&gt;
1. Stories need to be written for:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Loans&lt;/li&gt;
	&lt;li&gt;Renewals&lt;/li&gt;
	&lt;li&gt;Requests&lt;/li&gt;
	&lt;li&gt;Returns&lt;/li&gt;
	&lt;li&gt;Damaged or lost items&lt;/li&gt;
	&lt;li&gt;Data that needs to be included in transaction data transfer that indicates the loan (or other types) actually originates at another library&lt;/li&gt;
	&lt;li&gt;Member library setup and configuration including which library has responsibility (patron&apos;s home or library owning the item)&lt;/li&gt;
	&lt;li&gt;Configuration for if the library must ship the item back to home or keep it.  Including config of &quot;in-transit&quot; status behavior&lt;/li&gt;
	&lt;li&gt;Automated patron lookup in member libraries at the front desk as well as via Discovery&lt;/li&gt;
	&lt;li&gt;Modifications for batch patron loader that marks these records as non-native.&lt;/li&gt;
	&lt;li&gt;New patron registration page&lt;/li&gt;
	&lt;li&gt;Item slips for patron reminder of where to return item&lt;/li&gt;
	&lt;li&gt;Item slip upon return for where to send item if needed&lt;/li&gt;
	&lt;li&gt;Shipping labels&lt;/li&gt;
	&lt;li&gt;Changes to reports to deal with non-local patrons (overdues, fees &amp;amp; fines)&lt;/li&gt;
	&lt;li&gt;Changes to patron import and circulation about how to handle when the patron barcode of the just loaded patron&apos;s barcode collides with a local patron barcode.&lt;/li&gt;
	&lt;li&gt;Changes to overdue notices to configure which library actually sends overdue notices&lt;/li&gt;
	&lt;li&gt;SSO ring down (
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-808&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-808&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Patrons able to authn using multiple authn systems&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium&quot; /&gt;
            UXPROD-808
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
)&lt;/li&gt;
	&lt;li&gt;NCIP support needs to be added as a requirement for interfacing with external systems&lt;/li&gt;
	&lt;li&gt;Reporting needs (Consortia and local)&lt;/li&gt;
	&lt;li&gt;What patron fields are hidden/accessable?&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;2. For the patron loading options listed, it is being recommended that a union catalog of patron records not be included for the following reasons:  &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;It lacks or will require a sync of not just patron data, but transaction data as well which implies instance and item data also which will always be out of date minutes after the next sync.  This implies to properly fix, the next item below is probably the ideal solution if the union option is wanted/needed...&lt;/li&gt;
	&lt;li&gt;It can easily supported via single tenant consortia option in FOLIO or&lt;/li&gt;
	&lt;li&gt;It might be possible to support via an external ILL system, but maintenance and circulation transactions at the front desk might rely on the ILL system for ILL transactions?&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;3. When handling cross library borrowing in this manner across tenants, 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-797&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-797&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Patrons can view loans and other account information for all consortial libraries online via a single account/login within a FOLIO instance, across FOLIO instances, and with non-FOLIO systems&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium&quot; /&gt;
            UXPROD-797
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 for should be automatic and really just an additional story that most likely needs no work.  Or worst case, just some changes in the discovery service.&lt;/p&gt;

&lt;p&gt;4. This includes functionality defined in 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-816&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-816&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;If item is returned at non-owning library location, library can configure (at the collection or service point level) how the return is handled: possibilities include automatically put in transit to owning library, set a temporary location, etc.&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium&quot; /&gt;
            UXPROD-816
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 and 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-819&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-819&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Consortial level statistics need to be produced by aggregating data from individual libraries&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium&quot; /&gt;
            UXPROD-819
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Questions:&lt;/b&gt;&lt;br/&gt;
1. Question, does this handle the &quot;group&quot; situation as WMS and/orVoyager systems do?&lt;br/&gt;
2. What happens to the item record when the item is returned to the home library and the loan is closed?  It&apos;s technically no longer part of inventory of the non-home library?  What status is assigned?  &lt;br/&gt;
3. This is no longer a feature.  This is an epic sized on it&apos;s own.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="10050">UXPROD-795</key>
            <summary>Patrons can borrow/request/hold/recall/renew items directly from non-home member libraries (unmediated &amp; cross tenant) with which their library has a resource sharing relationship</summary>
                <type id="10002" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium">New Feature</type>
                            <parent id="10048">UXPROD-794</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="5af5ed55244bc90a106063c7">Cate Boerema</reporter>
                                    <labels>
                            <label>suppress-from-capplan</label>
                    </labels>
                <created>Tue, 5 Jun 2018 12:19:46 +0000</created>
                <updated>Fri, 4 Nov 2022 20:46:19 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>11</watches>
                                                                <comments>
                                                            <comment id="13477" author="557058:688c0ffc-9d16-437f-8cd3-51e3c19da5cc" created="Wed, 5 Jun 2019 12:50:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5ecdb772036612ff61cf1&quot; class=&quot;user-hover&quot; rel=&quot;5af5ecdb772036612ff61cf1&quot; data-account-id=&quot;5af5ecdb772036612ff61cf1&quot; accountid=&quot;5af5ecdb772036612ff61cf1&quot; rel=&quot;noreferrer&quot;&gt;Hkaplanian&lt;/a&gt; and others - a few comments that come to mind immediately...&lt;/p&gt;

&lt;p&gt;We should standardize the language to distinguish the item library from the patron library. If this isn&apos;t already codified, I would suggest &quot;Patron Library&quot; and &quot;Owning Library&quot;.&lt;/p&gt;

&lt;p&gt;Checkout&lt;br/&gt;
#3: home library = patron library in this case? HK - I updated the checkout and checking sections with this terminology.&lt;br/&gt;
#3: is instance/item metadata necessary or just a UUID? HK - I believe the metadata is necessary as there is a high probability the patron library lacks the required descriptions.  If we just send the UUID, the patron library will want to send a request to the owning library for the details.  Might as well get it all up front.  But, truthfully, this will come down to developer preference. &lt;br/&gt;
#4: for some consortia, the item does not have to be returned to the owning library; it can be returned to any library in the consortium.  HK - This will need to be a configuration option.  Good point and I&apos;ve added it up above. See item 8 under notes.&lt;br/&gt;
#5: we should think about what is needed at the consortial level as well.  HK - See 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-1764&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-1764&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;ILL between FOLIO libraries&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/images/icons/issuetypes/epic.svg&quot; /&gt;
            UXPROD-1764
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 where we can kick off that discussion.&lt;br/&gt;
#5: at the local level, the owning library and patron level would log different circ stats. Owning Library -&amp;gt; stats about the circulation of an item; Patron Library -&amp;gt; stats about the patron&apos;s activity.  HK - Will this be true for all libraries, or will there be variations on this?&lt;/p&gt;

&lt;p&gt;Check-in&lt;br/&gt;
#2: not necessarily &quot;wrong&quot;; what does &quot;Circ displays a block&quot; mean? The actual steps listed seem correct.  HK - &quot;block&quot; refers to the message that appears on the screen in circulation that the librarian must respond to.&lt;/p&gt;

&lt;p&gt;Notes&lt;br/&gt;
#1: &quot;Automated patron lookup in member libraries at the front desk &lt;em&gt;as well as via Discovery&lt;/em&gt;&quot; - do we expect a patron to be able to use another member library&apos;s discovery interface and login? I&apos;d expect they&apos;d either (a) use some sort of &quot;union&quot; discovery layer or (b) have the holdings of other member libraries in their own library&apos;s discovery layer.  HK - My hope was that in some cases, we could avoid those 2 options to carry the &quot;unmediated&quot; theme all the way through discovery.  As a library user, it&apos;s what I would like to see &lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                                                            <comment id="13484" author="5af5ecdb772036612ff61cf1" created="Wed, 5 Jun 2019 14:47:54 +0000"  >&lt;p&gt;ToDo: Compare to NCIP functionality for overlap&lt;br/&gt;
ToDo: Check into the status of NCIP&lt;br/&gt;
ToDo:Add/review ILL Epic&lt;/p&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10009">
                    <name>Gantt End to End</name>
                                            <outwardlinks description="has to be finished together with">
                                        <issuelink>
            <issuekey id="10557">UXPROD-804</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="11696">UXPROD-1764</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10007">
                    <name>Requires</name>
                                            <outwardlinks description="requires">
                                        <issuelink>
            <issuekey id="10057">UXPROD-805</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="10030">UXPROD-808</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="10051">UXPROD-797</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="10052">UXPROD-798</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="10036">UXPROD-816</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="10039">UXPROD-819</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="10040">UXPROD-820</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="10168"><![CDATA[None]]></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)">Consortia (Cross Tenant)</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10062" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Kiwi Planning Points (DO NOT CHANGE)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzylyf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10071" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: 5Colleges (Full Jul 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10227"><![CDATA[R5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10067" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Chalmers (Impl Aut 2019)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10207"><![CDATA[R5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10068" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Chicago (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10212"><![CDATA[R5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10069" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Cornell (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10217"><![CDATA[R5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10070" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Duke (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10222"><![CDATA[R5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10073" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: FLO (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10236"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10074" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: GBV (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10241"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10077" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Hungary (MVP End 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10253"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10078" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Lehigh (MVP Summer 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10261"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10080" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Leipzig (ERM Aut 2019)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10272"><![CDATA[R5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10079" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Leipzig (Full TBD)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10266"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10085" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: MO State (MVP June 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10297"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10089" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: TAMU (MVP Jan 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10318"><![CDATA[R5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10091" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: U of AL (MVP Oct 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10328"><![CDATA[R5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10076" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: hbz (TBD)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10251"><![CDATA[R4]]></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, 5 Jun 2019 12:50:00 +0000</customfieldvalue>

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