<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:16:18 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-1530] Implement Needed for in the Three-Part Item State</title>
                <link>https://folio-org.atlassian.net/browse/UXPROD-1530</link>
                <project id="10000" key="UXPROD">UX Product</project>
                    <description>&lt;p&gt;&lt;b&gt;Current situation or problem&lt;/b&gt;:&lt;/p&gt;

&lt;p&gt;Libraries need a way to indicate that an item is needed for staff workflows. Many libraries are used to doing this with features like check in / check out notes, or with fake patrons, but those are difficult to manage and tend to have a high rate of error because they must be maintained manually.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;In scope&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Allow FOLIO users to create a list of &quot;Needed for&quot; values for their library.&lt;/li&gt;
	&lt;li&gt;Allow a FOLIO user with appropriate permission to assign one or more &quot;Needed for&quot; values to an item record.&lt;/li&gt;
	&lt;li&gt;Allow a FOLIO user with appropriate permissions to include a note with assigned Needed for values on an item record.&lt;/li&gt;
	&lt;li&gt;Allow a FOLIO user with appropriate permissions to remove a Needed for value from an item&lt;/li&gt;
	&lt;li&gt;Allow applying a &quot;Needed for&quot; value to trigger a recall if an item is out on loan&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Display of those values across different apps&lt;/li&gt;
	&lt;li&gt;logic at Check In
	&lt;ul&gt;
		&lt;li&gt;Alert user when there is at least one of these values on an item&lt;/li&gt;
		&lt;li&gt;if there is at least one of these values on an item, change item status to In process when checked in (as opposed to Available)&lt;/li&gt;
		&lt;li&gt;if there is at least one of these values on an item &lt;em&gt;and&lt;/em&gt; a patron request, require user to choose whether to fulfill patron request or not at check in&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Out of scope&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Behavior in Check-in app (separate feature needed)
	&lt;ul&gt;
		&lt;li&gt;Alert to Needed for values when Checked in;&lt;/li&gt;
		&lt;li&gt;Change to appropriate item status at Check in (if different from Available)&lt;/li&gt;
		&lt;li&gt;Handle scenario with 1 or more patron request and 1 or more Needed for on same item&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Behavior in Requests app/with requesting (separate feature needed)&lt;/li&gt;
	&lt;li&gt;Behavior in Orders app&lt;/li&gt;
	&lt;li&gt;Behavior in Requesting app&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Use case(s)&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;A library wants to send an item for binding at an outsourced binding company;&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item needs to be sent to their preservation staff for physical repair;&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item needs to be digitized to support availability of the item in an online collection;&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item needs to be digitized to support controlled digital lending;&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item needs to be pulled for original cataloging;&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item needs to be pulled to be sent to an outsourced cataloging firm;&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item needs to be prepared to be placed on exhibition;&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item needs to be put on course reserve;&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item needs to be pulled for a temporary themed collection;&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item needs to be pulled for review and possible weeding;&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item needs to be pulled for a mediated request process (e.g., special collections, locked stacks, etc.)&lt;/li&gt;
	&lt;li&gt;A library wants to indicate that an item is being planned for move to another location (&quot;Move to Annex&quot;)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Proposed solution/stories&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;General development approach
	&lt;ul&gt;
		&lt;li&gt;Settings page&lt;/li&gt;
		&lt;li&gt;Inventory
		&lt;ul&gt;
			&lt;li&gt;Item UI updates&lt;/li&gt;
			&lt;li&gt;Search filters&lt;/li&gt;
			&lt;li&gt;Instance display (holdings accordion)&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Request whitelist behavior - hold, page, recall&lt;/li&gt;
		&lt;li&gt;Check in behavior - allow, allow/warn, prohibit&lt;/li&gt;
		&lt;li&gt;Check out behavior - allow, allow/warn, prohibit&lt;/li&gt;
		&lt;li&gt;Inventory search&lt;/li&gt;
		&lt;li&gt;Data import behavior&lt;/li&gt;
		&lt;li&gt;Data export behavior&lt;/li&gt;
		&lt;li&gt;Bulk edit behavior&lt;/li&gt;
		&lt;li&gt;Circ log updates - new events to capture, new filters, update existing filters&lt;/li&gt;
		&lt;li&gt;Canned reports
		&lt;ul&gt;
			&lt;li&gt;in transit items (inventory)&lt;/li&gt;
			&lt;li&gt;overdue loans, claim returned, cash drawer reconciliation, financial detail, refunds to process manually (users), hold shelf clearance (requests)&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;TBD: Receiving app&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Links to additional info&lt;/b&gt;&lt;br/&gt;
Examples and some additional details:&lt;br/&gt;
&lt;a href=&quot;https://docs.google.com/presentation/d/11BE_G1o-yBNg1ki8HyaDTdmkrP03_cR7KGjiXQviwuQ/edit#slide=id.g8b76928899_0_70&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://docs.google.com/presentation/d/11BE_G1o-yBNg1ki8HyaDTdmkrP03_cR7KGjiXQviwuQ/edit#slide=id.g8b76928899_0_70&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://folio-org.atlassian.net/wiki/display/AppInt/Item+status+%28item+state%29+subgroup&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/wiki/display/AppInt/Item+status+%28item+state%29+subgroup&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Questions&lt;/b&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="13077">UXPROD-1530</key>
            <summary>Implement Needed for in the Three-Part Item State</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="10147">UXPROD-1321</parent>
                                    <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="10000" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/generic.png" description="(Migrated on 4 Feb 2024 13:41 UTC)">Draft</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="557058:eb198214-3032-45c9-9781-9967c26deb3f">Thomas Trutt</assignee>
                                                                <reporter accountid="557058:ad89644f-caaa-466a-8bf5-cdcd4358fa9a">Darcy Branchini</reporter>
                                    <labels>
                            <label>round_iv</label>
                    </labels>
                <created>Mon, 11 Feb 2019 18:18:11 +0000</created>
                <updated>Thu, 8 Feb 2024 18:18:29 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>11</watches>
                                                                <comments>
                                                            <comment id="16447" author="63e2a2771b13d42998e4e706" created="Mon, 20 May 2019 09:56:12 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae530422d-154a-4c37-b957-18a88051448e&quot; class=&quot;user-hover&quot; rel=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; data-account-id=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; accountid=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; rel=&quot;noreferrer&quot;&gt;Emma Boettcher&lt;/a&gt; Can organisations define their own set of item processes (that an item can be &lt;tt&gt;needed for&lt;/tt&gt;)?&lt;/p&gt;</comment>
                                                            <comment id="16450" author="5c48911b54e1e6466b11f38c" created="Fri, 28 Jun 2019 18:32:28 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae530422d-154a-4c37-b957-18a88051448e&quot; class=&quot;user-hover&quot; rel=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; data-account-id=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; accountid=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; rel=&quot;noreferrer&quot;&gt;Emma Boettcher&lt;/a&gt;, can you clarify the relationship of this UXPROD to 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-1590&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-1590&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Implement Process in the Three-Part Item State&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-1590
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Draft&lt;/span&gt;
            &lt;/span&gt;
? I see that this is blocked by and cloned by 1590, and that 1590 is slated for Q32020 while this one is slated for Q12020. &lt;/p&gt;</comment>
                                                            <comment id="16453" author="712020:e530422d-154a-4c37-b957-18a88051448e" created="Fri, 28 Jun 2019 18:45:34 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c48911b54e1e6466b11f38c&quot; class=&quot;user-hover&quot; rel=&quot;5c48911b54e1e6466b11f38c&quot; data-account-id=&quot;5c48911b54e1e6466b11f38c&quot; accountid=&quot;5c48911b54e1e6466b11f38c&quot; rel=&quot;noreferrer&quot;&gt;Erin Nettifee&lt;/a&gt; thanks for bringing that to my attention. Fix versions were added to the features as a result of the capacity planning, but that was without controlling for the logical order of things, and I need to go through and remove those where they&apos;re inaccurate.&lt;/p&gt;

&lt;p&gt;I was originally thinking that this would be blocked on 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-1590&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-1590&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Implement Process in the Three-Part Item State&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-1590
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Draft&lt;/span&gt;
            &lt;/span&gt;
 because if you don&apos;t have any staff workflows for things to be &lt;em&gt;in&lt;/em&gt;, then you can&apos;t have any staff workflows that items can be needed for. But if an institution is willing to be more specific with what something&apos;s needed for, then lose that specificity once it enters that process (for example, show that an item is needed for Digitization, but when it&apos;s being digitized not having any record of what&apos;s being done with it), then this could be the first part. It&apos;s not so much a blocker as what seems like the best way to gradually support those workflows, if that makes sense (and with the understanding that having both 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-1590&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-1590&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Implement Process in the Three-Part Item State&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-1590
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Draft&lt;/span&gt;
            &lt;/span&gt;
 and 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-1530&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-1530&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Implement Needed for in the Three-Part Item State&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-1530
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Draft&lt;/span&gt;
            &lt;/span&gt;
 is much preferable over having only one or the other).&lt;/p&gt;</comment>
                                                            <comment id="16456" author="5c48911b54e1e6466b11f38c" created="Mon, 1 Jul 2019 20:27:23 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae530422d-154a-4c37-b957-18a88051448e&quot; class=&quot;user-hover&quot; rel=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; data-account-id=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; accountid=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; rel=&quot;noreferrer&quot;&gt;Emma Boettcher&lt;/a&gt; &amp;#8211; that does make sense. What I&apos;m trying to do is to best trace what is actually being planned for implementing all of this and what might be in place in order for a library to go live in Summer 2020. I had thought I had understood from the last few RA SIG discussions that Needed For would not be in place by next summer, and so I&apos;m hoping to learn about what would be in place of the three-pronged setup if needed for wasn&apos;t part of it.&lt;/p&gt;</comment>
                                                            <comment id="16459" author="557058:8eb52188-0565-4921-b55b-b0b42e919590" created="Tue, 9 Jul 2019 18:11:16 +0000"  >&lt;p&gt;This should probably be go-live for Chicago, based on our discussion of a bare-bones approach at launch. A more robust version can wait longer.&lt;/p&gt;</comment>
                                                            <comment id="16462" author="5af5e627525ba96b58654f12" created="Fri, 30 Aug 2019 12:15:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae530422d-154a-4c37-b957-18a88051448e&quot; class=&quot;user-hover&quot; rel=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; data-account-id=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; accountid=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; rel=&quot;noreferrer&quot;&gt;Emma Boettcher&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5ed55244bc90a106063c7&quot; class=&quot;user-hover&quot; rel=&quot;5af5ed55244bc90a106063c7&quot; data-account-id=&quot;5af5ed55244bc90a106063c7&quot; accountid=&quot;5af5ed55244bc90a106063c7&quot; rel=&quot;noreferrer&quot;&gt;Cate Boerema&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A2f7b6349-450b-419a-ba54-c181f51383ad&quot; class=&quot;user-hover&quot; rel=&quot;557058:2f7b6349-450b-419a-ba54-c181f51383ad&quot; data-account-id=&quot;557058:2f7b6349-450b-419a-ba54-c181f51383ad&quot; accountid=&quot;557058:2f7b6349-450b-419a-ba54-c181f51383ad&quot; rel=&quot;noreferrer&quot;&gt;Dennis Bridges&lt;/a&gt; Discussed this at Chalmers this week. There are item status, request, and receiving implications. &lt;/p&gt;

&lt;p&gt;Here&apos;s a workflow where this might be needed:&lt;br/&gt;
1. I receive 20 books. 2 of them have holds on them and should go to patrons, then go to cataloging when patrons return them. 18 of them should go straight to cataloging.&lt;/p&gt;

&lt;p&gt;2. I need to figure out which books have holds and which don&apos;t. I don&apos;t see hold info in the order line or receiving. Should I? Maybe we should add it, so that I&apos;m aware of it during receiving. Since the request may have been added after point of order, the system would have to automatically know about it and update the order with a link to the request info, then show a pop-up during receiving.&lt;/p&gt;

&lt;p&gt;3. To start the patron notice process for the hold books, I have to check in (circulation) the books. That will trigger the book to go on hold (if the check in service point is the same as the pick up service point) or In transit (if the check in service point is different from the pick up service point).&lt;/p&gt;

&lt;p&gt;4. So I check in those 2 books and they end up on hold shelves, then getting checked out to patrons, then getting returned. &lt;/p&gt;

&lt;p&gt;5. When they get returned, I need them to get back to cataloging, so they can get fully cataloged and have spine labels attached. We&apos;ve come up with 2 possibilities so far:&lt;br/&gt;
a. They don&apos;t have spine labels, so they can&apos;t be reshelved, so they end up in a problem area. A staff member looks them up and realizes they need to go to cataloging.&lt;br/&gt;
b. When the receiver checks them in (to trigger the holds), the receiver also goes over and adds a check-in note to the item record to route the book to cataloging when returned. The check-in note pops up the next time the book is checked in, and the book ends up back in cataloging&lt;br/&gt;
Both of those are less than optimal, but they are liveable until the expanded statuses are available. Per &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aae78c182-82ad-4afd-89ba-90b95f2ddab3&quot; class=&quot;user-hover&quot; rel=&quot;557058:ae78c182-82ad-4afd-89ba-90b95f2ddab3&quot; data-account-id=&quot;557058:ae78c182-82ad-4afd-89ba-90b95f2ddab3&quot; accountid=&quot;557058:ae78c182-82ad-4afd-89ba-90b95f2ddab3&quot; rel=&quot;noreferrer&quot;&gt;Marie Widigson&lt;/a&gt; and &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; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5afc112839d04955d9e23aa4&quot; class=&quot;user-hover&quot; rel=&quot;5afc112839d04955d9e23aa4&quot; data-account-id=&quot;5afc112839d04955d9e23aa4&quot; accountid=&quot;5afc112839d04955d9e23aa4&quot; rel=&quot;noreferrer&quot;&gt;Martina Karlsson&lt;/a&gt;, they are more liveable if this workaround wouldn&apos;t have to last too long.&lt;/p&gt;

&lt;p&gt;6. Meanwhile, we have 18 that do not get checked out to a staff member, have a status of In process, and are handed to cataloging. Who makes an indication that these books are now over in cataloging, and how? For now, the workaround will be not to make any alert, and just leave them with the In process status. Once cataloging finishes their work, those books will be checked in, which will change the status to Available. Again, that&apos;s an OK workaround, but ideally, the expanded status would help folks know they are in process and sitting in cataloging.&lt;/p&gt;

&lt;p&gt;I think Chalmers will be raising the priority of this feature, but I also wanted to document this discussion we had today, in case it&apos;s of use in the future.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="11856">UXPROD-2567</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="13512">UXPROD-1352</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10001">
                    <name>Cloners</name>
                                                                <inwardlinks description="is cloned by">
                                        <issuelink>
            <issuekey id="13091">UXPROD-1590</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                                                <inwardlinks description="is defined by ">
                                        <issuelink>
            <issuekey id="47234">CIRC-1640</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="47235">CIRC-1642</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="29263">UX-373</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="10702">UXPROD-1037</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="68590">UICHKIN-71</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="11210" name="uxprod-1530,1590-edit-item-record.png" size="175475" author="712020:e530422d-154a-4c37-b957-18a88051448e" created="Thu, 3 Dec 2020 17:16:35 +0000"/>
                            <attachment id="11211" name="uxprod-1530,1590-settings.png" size="40449" author="712020:e530422d-154a-4c37-b957-18a88051448e" created="Thu, 3 Dec 2020 17:16:35 +0000"/>
                            <attachment id="11212" name="uxprod-1530,1590-view-item-record-1.png" size="160690" author="712020:e530422d-154a-4c37-b957-18a88051448e" created="Thu, 3 Dec 2020 17:16:38 +0000"/>
                            <attachment id="11213" name="uxprod-1530,1590-view-item-record-2.png" size="149188" author="712020:e530422d-154a-4c37-b957-18a88051448e" created="Thu, 3 Dec 2020 17:16:35 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10053" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Back End Estimate</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10124"><![CDATA[XXL < 30 days]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10054" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Back End Estimator</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>63e2a2771b13d42998e4e706</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_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">Item states (status)</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Estimation Notes and Assumptions</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>No bulk editing of needed for&lt;br/&gt;
Significant changes to check in process&lt;br/&gt;
</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10050" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Front End Estimate</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10099"><![CDATA[XL < 15 days]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10051" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Front End Estimator</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>557058:ff6a9612-bb35-41b2-88a8-a5b66d0a41a0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Front-End Confidence factor</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10107"><![CDATA[Low]]></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>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>93.1</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10045" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Potential Workaround</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Using dummy patrons to place requests or using check in notes to indicate where to send an item. </customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzeyv:</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="10224"><![CDATA[R2]]></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="10206"><![CDATA[R4]]></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="10211"><![CDATA[R4]]></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="10216"><![CDATA[R4]]></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="10218"><![CDATA[R1]]></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="10233"><![CDATA[R1]]></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="10259"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10079" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Leipzig (Full TBD)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10263"><![CDATA[R1]]></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="10314"><![CDATA[R1]]></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="10325"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10076" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: hbz (TBD)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10249"><![CDATA[R2]]></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>Mon, 20 May 2019 09:56:12 +0000</customfieldvalue>

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