<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:22:33 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>[MODPATRON-40] Unexpected responses from GET /patron/account/&lt;id&gt; WRT the includeCharges query arg</title>
                <link>https://folio-org.atlassian.net/browse/MODPATRON-40</link>
                <project id="10193" key="MODPATRON">mod-patron</project>
                    <description>&lt;p&gt;&lt;b&gt;Overview:&lt;/b&gt;&lt;br/&gt;
When calling GET /patron/account/&amp;lt;id&amp;gt;?includeCharges=true, a 404 is returned.  If includeCharges is omitted or set to false, the call succeeds.&lt;/p&gt;

&lt;p&gt;NOTE that even when omitting or explicitly setting includeCharges=false, the response includes the &lt;em&gt;total&lt;/em&gt; charge information.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Steps to Reproduce:&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Log into folio-testing&lt;/li&gt;
	&lt;li&gt;Find a user w/o any charges&lt;/li&gt;
	&lt;li&gt;Call mod-patron w/ includeCharges=true for that user&lt;/li&gt;
	&lt;li&gt;Add a fee/fine to that user&lt;/li&gt;
	&lt;li&gt;Repeat the call to mod-patron&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;b&gt;Expected Results:&lt;/b&gt;  &lt;/p&gt;

&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;user has charges&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;includeCharges&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;charges shown in response&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;yes&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;omitted&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;no&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;yes&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;true&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;yes&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;false&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;no&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;&lt;b&gt;Actual Results:&lt;/b&gt;   &lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;user has charges&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;includeCharges&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;charges shown in response&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;yes&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;omitted&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;no&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;yes&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;true&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt; 404 not found &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;yes&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;false&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;no&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;&lt;b&gt;Additional Information:&lt;/b&gt;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
$ curl $OKAPI/patron/account/c0d4a2da-7c38-46f4-869c-797bb083ee2d -H &lt;span class=&quot;code-quote&quot;&gt;&quot;X-Okapi-Token: $TOKEN&quot;&lt;/span&gt; -w&lt;span class=&quot;code-quote&quot;&gt;&apos;\n&apos;&lt;/span&gt;
{
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalCharges&quot;&lt;/span&gt; : {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;amount&quot;&lt;/span&gt; : 50.0,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;isoCurrencyCode&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;USD&quot;&lt;/span&gt;
  },
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalChargesCount&quot;&lt;/span&gt; : 1,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalLoans&quot;&lt;/span&gt; : 0,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalHolds&quot;&lt;/span&gt; : 0,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;charges&quot;&lt;/span&gt; : [ ],
  &lt;span class=&quot;code-quote&quot;&gt;&quot;holds&quot;&lt;/span&gt; : [ ],
  &lt;span class=&quot;code-quote&quot;&gt;&quot;loans&quot;&lt;/span&gt; : [ ]
}

$ curl $OKAPI/patron/account/c0d4a2da-7c38-46f4-869c-797bb083ee2d?includeCharges=&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;X-Okapi-Token: $TOKEN&quot;&lt;/span&gt; -w&lt;span class=&quot;code-quote&quot;&gt;&apos;\n&apos;&lt;/span&gt;
{
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalCharges&quot;&lt;/span&gt; : {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;amount&quot;&lt;/span&gt; : 50.0,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;isoCurrencyCode&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;USD&quot;&lt;/span&gt;
  },
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalChargesCount&quot;&lt;/span&gt; : 1,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalLoans&quot;&lt;/span&gt; : 0,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalHolds&quot;&lt;/span&gt; : 0,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;charges&quot;&lt;/span&gt; : [ ],
  &lt;span class=&quot;code-quote&quot;&gt;&quot;holds&quot;&lt;/span&gt; : [ ],
  &lt;span class=&quot;code-quote&quot;&gt;&quot;loans&quot;&lt;/span&gt; : [ ]
}

$ curl $OKAPI/patron/account/c0d4a2da-7c38-46f4-869c-797bb083ee2d?includeCharges=&lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;X-Okapi-Token: $TOKEN&quot;&lt;/span&gt; -w&lt;span class=&quot;code-quote&quot;&gt;&apos;\n&apos;&lt;/span&gt;
Not Found
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;h3&gt;&lt;a name=&quot;Thisissuemustalsoaccountforthefollowing%3A&quot;&gt;&lt;/a&gt;This issue must also account for the following: &lt;/h3&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;em&gt;Make the &quot;itemId&quot; returned by fees/fines optional instead of using a &quot;0&quot; to indicate the field is not in use. Since an item is not required in the charge schema, the code may just work. The goal would be to have charges with no itemId return without the item field set and the other fields set if in use by FOLIO.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;URL: &lt;br/&gt;
&lt;b&gt;Interested parties:&lt;/b&gt;  &lt;br/&gt;
&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; class=&quot;user-hover&quot; rel=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; data-account-id=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; accountid=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; rel=&quot;noreferrer&quot;&gt;Magda Zacharska&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d6eeadef989e00d8c7e897b&quot; class=&quot;user-hover&quot; rel=&quot;5d6eeadef989e00d8c7e897b&quot; data-account-id=&quot;5d6eeadef989e00d8c7e897b&quot; accountid=&quot;5d6eeadef989e00d8c7e897b&quot; rel=&quot;noreferrer&quot;&gt;Anya&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ff8d61da9d0300107f0afe2&quot; class=&quot;user-hover&quot; rel=&quot;5ff8d61da9d0300107f0afe2&quot; data-account-id=&quot;5ff8d61da9d0300107f0afe2&quot; accountid=&quot;5ff8d61da9d0300107f0afe2&quot; rel=&quot;noreferrer&quot;&gt;Ian Walls&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab45447b0-4142-447e-9ac7-b2b97eeb90bc&quot; class=&quot;user-hover&quot; rel=&quot;557058:b45447b0-4142-447e-9ac7-b2b97eeb90bc&quot; data-account-id=&quot;557058:b45447b0-4142-447e-9ac7-b2b97eeb90bc&quot; accountid=&quot;557058:b45447b0-4142-447e-9ac7-b2b97eeb90bc&quot; rel=&quot;noreferrer&quot;&gt;Martin Tran&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;folio-testing, fameflower production envs&lt;/p&gt;</environment>
        <key id="75095">MODPATRON-40</key>
            <summary>Unexpected responses from GET /patron/account/&lt;id&gt; WRT the includeCharges query arg</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10001" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p2.svg">P2</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="10001">Duplicate</resolution>
                                                        <assignee accountid="70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3">Kyle Felker</assignee>
                                                                <reporter accountid="5cf6c546b87c300f36eb7b9a">Craig McNally</reporter>
                                    <labels>
                            <label>support</label>
                    </labels>
                <created>Wed, 15 Jul 2020 13:35:01 +0000</created>
                <updated>Tue, 14 Sep 2021 18:39:38 +0000</updated>
                            <resolved>Tue, 14 Sep 2021 18:39:38 +0000</resolved>
                                    <version>4.2.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                <comments>
                                                            <comment id="181307" author="5cf6c546b87c300f36eb7b9a" created="Wed, 15 Jul 2020 16:21:12 +0000"  >&lt;p&gt;While the root cause of this is bad data in the account record (See 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;UIU-1773&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UIU-1773&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;&amp;quot;0&amp;quot; specified for &amp;quot;itemID&amp;quot; if no item is specified when creating a fee/fine--should be blank instead of &amp;#39;0&amp;#39;&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            UIU-1773
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 and 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODFEE-88&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODFEE-88&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;UUID fields should be validated against the UUID regex pattern&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            MODFEE-88
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
), ideally mod-patron would handle this more gracefully and not return a 404.  For that reason I&apos;m keeping this bug open.&lt;/p&gt;</comment>
                                                            <comment id="181308" author="5c925a60a5cb042c635a5b2e" created="Thu, 16 Jul 2020 14:17:45 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6c546b87c300f36eb7b9a&quot; class=&quot;user-hover&quot; rel=&quot;5cf6c546b87c300f36eb7b9a&quot; data-account-id=&quot;5cf6c546b87c300f36eb7b9a&quot; accountid=&quot;5cf6c546b87c300f36eb7b9a&quot; rel=&quot;noreferrer&quot;&gt;Craig McNally&lt;/a&gt; I see this is assigned to Gulfstream with Release:Q2 2020 Hot Fix. What&apos;s the priority of this bug? Is it urgent or not? &lt;br/&gt;
As we&apos;d rather not take it right now. Team has 2 devs on vacation next week out of 4 and honestly speaking our capacity is pretty full.&lt;/p&gt;</comment>
                                                            <comment id="181309" author="70121:e70f578f-dc5a-4a30-8836-fc2418025d21" created="Tue, 1 Sep 2020 13:00:24 +0000"  >&lt;p&gt;The current plan is to make the &quot;itemId&quot; returned by fees/fines optional instead of using a &quot;0&quot; to indicate the field is not in use. Since an item is not required in the charge schema, the code may just work. The goal would be to have charges with no itemId return without the item field set and the other fields set if in use by FOLIO.&lt;/p&gt;

&lt;p&gt;See the related JIRA for fees/fines for more info.&lt;/p&gt;</comment>
                                                            <comment id="181310" author="632e12f7748d1bfcb85875fd" created="Fri, 30 Jul 2021 21:09:33 +0000"  >&lt;p&gt;We are receiving reports from a live library that account access in EDS is failing when they have fees/fines on their patron account that do not have a corresponding item. They are unable to view their loans or requests. It seems as if it may be tied to this bug. Are there any plans for a fix and, if so, is there a timeline? Thanks for any info you can provide. cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6c546b87c300f36eb7b9a&quot; class=&quot;user-hover&quot; rel=&quot;5cf6c546b87c300f36eb7b9a&quot; data-account-id=&quot;5cf6c546b87c300f36eb7b9a&quot; accountid=&quot;5cf6c546b87c300f36eb7b9a&quot; rel=&quot;noreferrer&quot;&gt;Craig McNally&lt;/a&gt;&#160;and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Ae70f578f-dc5a-4a30-8836-fc2418025d21&quot; class=&quot;user-hover&quot; rel=&quot;70121:e70f578f-dc5a-4a30-8836-fc2418025d21&quot; data-account-id=&quot;70121:e70f578f-dc5a-4a30-8836-fc2418025d21&quot; accountid=&quot;70121:e70f578f-dc5a-4a30-8836-fc2418025d21&quot; rel=&quot;noreferrer&quot;&gt;Matt Reno&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="181311" author="70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3" created="Thu, 26 Aug 2021 15:06:12 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6c546b87c300f36eb7b9a&quot; class=&quot;user-hover&quot; rel=&quot;5cf6c546b87c300f36eb7b9a&quot; data-account-id=&quot;5cf6c546b87c300f36eb7b9a&quot; accountid=&quot;5cf6c546b87c300f36eb7b9a&quot; rel=&quot;noreferrer&quot;&gt;Craig McNally&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am unable to replicate this issue on snapshot.&#160; Procedure I followed:&lt;/p&gt;

&lt;p&gt;1.&#160; I added a fee of 5.00 to a user account (sheldon bazinga) with no item data.&lt;/p&gt;

&lt;p&gt;2.&#160; Sent a request for the patron account data to mod-patron:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://folio-snapshot-okapi.dev.folio.org/patron/account/b4cee18d-f862-4ef1-95a5-879fdd619603?includeCharges=true&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://folio-snapshot-okapi.dev.folio.org/patron/account/b4cee18d-f862-4ef1-95a5-879fdd619603?includeCharges=true&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As you can see, the account data is reported in the result (I added a second 3.00 charge the same way just to make sure-that&apos;s showing as well):&lt;br/&gt;
{&lt;br/&gt;
&quot;totalCharges&quot;: &lt;/p&gt;
{
&quot;amount&quot;: 8.0,
&quot;isoCurrencyCode&quot;: &quot;USD&quot;
}
&lt;p&gt;,&lt;br/&gt;
&quot;totalChargesCount&quot;: 2,&lt;br/&gt;
&quot;totalLoans&quot;: 0,&lt;br/&gt;
&quot;totalHolds&quot;: 0,&lt;br/&gt;
&quot;charges&quot;: [&lt;br/&gt;
{&lt;br/&gt;
&quot;chargeAmount&quot;: &lt;/p&gt;
{
&quot;amount&quot;: 5.0,
&quot;isoCurrencyCode&quot;: &quot;USD&quot;
}
&lt;p&gt;,&lt;br/&gt;
&quot;accrualDate&quot;: &quot;2021-08-26T14:36:44.767+00:00&quot;,&lt;br/&gt;
&quot;state&quot;: &quot;Outstanding&quot;,&lt;br/&gt;
&quot;reason&quot;: &quot;foo&quot;&lt;br/&gt;
},&lt;br/&gt;
{&lt;br/&gt;
&quot;chargeAmount&quot;: &lt;/p&gt;
{
&quot;amount&quot;: 3.0,
&quot;isoCurrencyCode&quot;: &quot;USD&quot;
}
&lt;p&gt;,&lt;br/&gt;
&quot;accrualDate&quot;: &quot;2021-08-26T14:55:13.412+00:00&quot;,&lt;br/&gt;
&quot;state&quot;: &quot;Outstanding&quot;,&lt;br/&gt;
&quot;reason&quot;: &quot;&quot;&lt;br/&gt;
}&lt;br/&gt;
],&lt;br/&gt;
&quot;holds&quot;: [],&lt;br/&gt;
&quot;loans&quot;: []&lt;br/&gt;
}&lt;/p&gt;</comment>
                                                            <comment id="181312" author="557058:1f093336-57f7-4359-9b28-6e72640645af" created="Mon, 30 Aug 2021 14:36:17 +0000"  >&lt;p&gt;FROM SUPPORT SIG: Should this be closed &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6c546b87c300f36eb7b9a&quot; class=&quot;user-hover&quot; rel=&quot;5cf6c546b87c300f36eb7b9a&quot; data-account-id=&quot;5cf6c546b87c300f36eb7b9a&quot; accountid=&quot;5cf6c546b87c300f36eb7b9a&quot; rel=&quot;noreferrer&quot;&gt;Craig McNally&lt;/a&gt;&#160;and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Af1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; class=&quot;user-hover&quot; rel=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; data-account-id=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; accountid=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; rel=&quot;noreferrer&quot;&gt;Kyle Felker&lt;/a&gt;?&lt;/p&gt;</comment>
                                                            <comment id="181313" author="70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3" created="Thu, 9 Sep 2021 14:43:28 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A1f093336-57f7-4359-9b28-6e72640645af&quot; class=&quot;user-hover&quot; rel=&quot;557058:1f093336-57f7-4359-9b28-6e72640645af&quot; data-account-id=&quot;557058:1f093336-57f7-4359-9b28-6e72640645af&quot; accountid=&quot;557058:1f093336-57f7-4359-9b28-6e72640645af&quot; rel=&quot;noreferrer&quot;&gt;Debra Howell&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I can&apos;t replicate and I have no confirmation from anyone else that it&apos;s still a problem.&#160; So yes?&lt;/p&gt;</comment>
                                                            <comment id="181314" author="632e12f7748d1bfcb85875fd" created="Thu, 9 Sep 2021 15:53:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Af1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; class=&quot;user-hover&quot; rel=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; data-account-id=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; accountid=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; rel=&quot;noreferrer&quot;&gt;Kyle Felker&lt;/a&gt;&#160;and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6c546b87c300f36eb7b9a&quot; class=&quot;user-hover&quot; rel=&quot;5cf6c546b87c300f36eb7b9a&quot; data-account-id=&quot;5cf6c546b87c300f36eb7b9a&quot; accountid=&quot;5cf6c546b87c300f36eb7b9a&quot; rel=&quot;noreferrer&quot;&gt;Craig McNally&lt;/a&gt;, do we know which version this would have been resolved in? I have a library on Iris HF#3 that reported this at the end of July. (Though they may have been on HF#2 or HF#1 at that point.) Should I ask them to re-test?&lt;/p&gt;</comment>
                                                            <comment id="181315" author="70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3" created="Fri, 10 Sep 2021 13:02:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e12f7748d1bfcb85875fd&quot; class=&quot;user-hover&quot; rel=&quot;632e12f7748d1bfcb85875fd&quot; data-account-id=&quot;632e12f7748d1bfcb85875fd&quot; accountid=&quot;632e12f7748d1bfcb85875fd&quot; rel=&quot;noreferrer&quot;&gt;Molly Driscoll&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;m not even sure it &lt;b&gt;has&lt;/b&gt; been resolved-all I know is I can&apos;t replicate with the provided information.&lt;/p&gt;

&lt;p&gt;I&apos;d ask them to retest and supply detailed instructions for replicating if it does show up.&lt;/p&gt;</comment>
                                                            <comment id="181316" author="618135e8a989710070ca04e7" created="Mon, 13 Sep 2021 12:12:12 +0000"  >&lt;p&gt;Moving it to blocking till further confirmation about it&apos;s reproducibility&#160;&lt;/p&gt;</comment>
                                                            <comment id="181317" author="632e12f7748d1bfcb85875fd" created="Mon, 13 Sep 2021 19:36:31 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=618135e8a989710070ca04e7&quot; class=&quot;user-hover&quot; rel=&quot;618135e8a989710070ca04e7&quot; data-account-id=&quot;618135e8a989710070ca04e7&quot; accountid=&quot;618135e8a989710070ca04e7&quot; rel=&quot;noreferrer&quot;&gt;Oleksiy_Lemeshko&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Af1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; class=&quot;user-hover&quot; rel=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; data-account-id=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; accountid=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; rel=&quot;noreferrer&quot;&gt;Kyle Felker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Does the following help at all?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;/rest/api/3/attachment/content/61934&quot; title=&quot;MODPATRON-40.docx attached to MODPATRON-40&quot; data-attachment-type=&quot;file&quot; data-attachment-name=&quot;MODPATRON-40.docx&quot; data-media-services-type=&quot;file&quot; data-media-services-id=&quot;240e1f00-8eef-406a-a366-d9770b072270&quot; rel=&quot;noreferrer&quot;&gt;MODPATRON-40.docx&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="181318" author="5afc1ced2083b15a0bd3e494" created="Tue, 14 Sep 2021 14:42:14 +0000"  >&lt;p&gt;Hi! &lt;/p&gt;

&lt;p&gt;The error &lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;61935_thumb&quot; href=&quot;/rest/api/3/attachment/content/61935&quot; title=&quot;mtsu-1.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;61935&quot; file-preview-title=&quot;mtsu-1.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/61935?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/61935&quot; filename=&quot;mtsu-1.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/61935&quot; data-attachment-name=&quot;mtsu-1.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;3d6057e3-23bf-4c02-806b-f3b369dcacd1&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
has been reported by MTSU as well. &lt;/p&gt;

&lt;p&gt;However, similar to what &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Af1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; class=&quot;user-hover&quot; rel=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; data-account-id=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; accountid=&quot;70121:f1213da6-7b29-4ca4-bbe6-c32db1da25d3&quot; rel=&quot;noreferrer&quot;&gt;Kyle Felker&lt;/a&gt; notes, if I try out the call &lt;tt&gt;edgeUrl&lt;/tt&gt;/patron/account/atjohnson@mtmail.mtsu.edu?apikey=&lt;tt&gt;edgeKey&lt;/tt&gt;&amp;amp;includeLoans=true&amp;amp;includeCharges=true&amp;amp;includeHolds=true&lt;br/&gt;
I do get what looks like a correct response, including loan/request/fee data.&lt;/p&gt;</comment>
                                                            <comment id="181319" author="62a96ae7192edb006f9f1bf9" created="Tue, 14 Sep 2021 17:38:33 +0000"  >&lt;p&gt;Closing as this appears to not be an issue. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="45588">UIU-1773</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="75034">MODPATRON-59</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="69215">MODFEE-88</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="13573">UXPROD-2754</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10007">
                    <name>Requires</name>
                                            <outwardlinks description="requires">
                                        <issuelink>
            <issuekey id="76130">EDGPATRON-32</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="61933" name="MODPATRON-40-1.docx" size="591670" author="632e12f7748d1bfcb85875fd" created="Mon, 13 Sep 2021 19:36:25 +0000"/>
                            <attachment id="61934" name="MODPATRON-40.docx" size="591670" author="632e12f7748d1bfcb85875fd" created="Mon, 13 Sep 2021 19:35:54 +0000"/>
                            <attachment id="61935" name="mtsu-1.png" size="60397" author="5afc1ced2083b15a0bd3e494" created="Tue, 14 Sep 2021 14:39:34 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10107" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Affected Institution</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10405"><![CDATA[MO State]]></customfieldvalue>
    <customfieldvalue key="10407"><![CDATA[Okanagan College]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10171"><![CDATA[Prokopovych]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="900">Prokopovych - Sprint 123</customfieldvalue>
    <customfieldvalue id="1532">Prokopovych - Sprint 122</customfieldvalue>
    <customfieldvalue id="1612">Prokopovych - Sprint 121</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 16 Jul 2020 14:17:45 +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>