<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:20:59 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>[RMB-684] GET query returns no records when offset value &gt; estimated totalRecords</title>
                <link>https://folio-org.atlassian.net/browse/RMB-684</link>
                <project id="10140" key="RMB">RAML Module Builder</project>
                    <description>&lt;p&gt;&lt;b&gt;Overview:&lt;/b&gt; Given a query that matches &amp;gt;= 1000 rows, it is not possible to use &lt;tt&gt;limit&lt;/tt&gt; and &lt;tt&gt;offset&lt;/tt&gt; together to retrieve rows after the 999th because when &lt;tt&gt;limit&lt;/tt&gt; is greater than &lt;tt&gt;999&lt;/tt&gt;, the result array is always empty. This makes it impossible to retrieve paged data beyond the 999th record. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Steps to reproduce:&lt;/b&gt; &lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;One way or another, find out the actual number of loans with Status &quot;Open&quot;. In our case, it is 6023.&lt;/li&gt;
	&lt;li&gt;Make this request to find out the estimated totalRecords count:
&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;{{okapi-url}}/loan-storage/loans?limit=0&amp;amp;query=(status.name=&lt;span class=&quot;code-quote&quot;&gt;&quot;Open&quot;&lt;/span&gt;)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Make a note that totalRecords: 1000. &lt;/p&gt;&lt;/li&gt;
	&lt;li&gt;Attempt to retrieve these 6023 loans by making the 7 times, incrementing offset by 1000 for each iteration:
&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;{{okapi-url}}/loan-storage/loans?limit=1000&amp;amp;offset=0&amp;amp;query=(status.name=&lt;span class=&quot;code-quote&quot;&gt;&quot;Open&quot;&lt;/span&gt;)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;b&gt;Expected result:&lt;/b&gt; &lt;br/&gt;
The first 6 requests return 1000 loans each. The 7th request returns 23 loan objects. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Actual result:&lt;/b&gt; &lt;br/&gt;
The first request returns 1000. The subsequent requests return [] loans. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Additional information:&lt;/b&gt; &lt;br/&gt;
The same behaviour can be observed in the bugfest tenant as well.&lt;/p&gt;

&lt;p&gt;If the offset parameter &amp;gt; than totalRecords, no records are returned. This can be demonstrated by the following steps: &lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Make the following request:
&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;{{okapi-url}}/loan-storage/loans?limit=1000&amp;amp;offset=1000&amp;amp;query=(status.name=&lt;span class=&quot;code-quote&quot;&gt;&quot;Open&quot;&lt;/span&gt;).&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;This should return loans 1000 loans, but actually returns [] &#8211; ie no loans past totalRecords. &lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Now change the offset to be &amp;lt; totalRecords:
&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;{{okapi-url}}/loan-storage/loans?limit=200&amp;amp;offset=900&amp;amp;query=(status.name=&lt;span class=&quot;code-quote&quot;&gt;&quot;Open&quot;&lt;/span&gt;)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;After the last request, we might expect this to return 100 loans, stopping at the totalRecords. However, this actually returns 200 loans &#8211; ie the correct result, and 100 loans past the totalRecords. &lt;/p&gt;

&lt;p&gt;This issue has also been observed in Inventory, see &lt;a href=&quot;https://folio-org.atlassian.net/browse/CHAL-294&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/CHAL-294&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="57252">RMB-684</key>
            <summary>GET query returns no records when offset value &gt; estimated totalRecords</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                            <parent id="78961">SUP-12</parent>
                                    <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="10003">Done</resolution>
                                                        <assignee accountid="5ee89462f7aa140abd82d11d">Julian Ladisch</assignee>
                                                                <reporter accountid="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2">Theodor Tolstoy (One-Group.se)</reporter>
                                    <labels>
                            <label>Support</label>
                            <label>platform-backlog</label>
                    </labels>
                <created>Fri, 29 May 2020 17:52:44 +0000</created>
                <updated>Mon, 18 Jan 2021 22:59:34 +0000</updated>
                            <resolved>Wed, 19 Aug 2020 11:05:48 +0000</resolved>
                                    <version>30.2.4</version>
                                    <fixVersion>30.2.5</fixVersion>
                    <fixVersion>31.0.1</fixVersion>
                    <fixVersion>31.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                <comments>
                                                            <comment id="134877" author="712020:63713c36-3c65-4968-b5f4-586840c71ffd" created="Fri, 29 May 2020 18:12:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; class=&quot;user-hover&quot; rel=&quot;712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; data-account-id=&quot;712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; accountid=&quot;712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; rel=&quot;noreferrer&quot;&gt;Theodor Tolstoy (One-Group.se)&lt;/a&gt;  I am able to duplicate your scenario in the Simmons environment as well.&lt;/p&gt;

&lt;p&gt;Only one question - how do you know how many actual open loans there are?  ie - where did you get the 6023 figure?&lt;/p&gt;</comment>
                                                            <comment id="134879" author="5d6eeadef989e00d8c7e897b" created="Fri, 29 May 2020 18:18:37 +0000"  >&lt;p&gt;What dev or po do we need to look at this ?&lt;/p&gt;</comment>
                                                            <comment id="134881" author="712020:63713c36-3c65-4968-b5f4-586840c71ffd" created="Fri, 29 May 2020 18:23:10 +0000"  >&lt;p&gt;Emma?  It has to do with the loan-storage is part of mod-circulation?&lt;/p&gt;</comment>
                                                            <comment id="134883" author="5d6eeadef989e00d8c7e897b" created="Fri, 29 May 2020 18:27:34 +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;could you look at this bug?&lt;/p&gt;</comment>
                                                            <comment id="134885" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Fri, 29 May 2020 19:45:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A63713c36-3c65-4968-b5f4-586840c71ffd&quot; class=&quot;user-hover&quot; rel=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; data-account-id=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; accountid=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; rel=&quot;noreferrer&quot;&gt;Kelly Drake&lt;/a&gt; I will add the dB query to the ticket &lt;/p&gt;</comment>
                                                            <comment id="134887" author="5af5ed55244bc90a106063c7" created="Tue, 2 Jun 2020 11:29:46 +0000"  >&lt;p&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; I can have Core Functional look at this.  I am not familiar with the SUP issue process.  Should I assign this issue to Core Functional or am I supposed to create a clone of it?  &lt;/p&gt;

&lt;p&gt;Could you please tell us more about the priority of this issue?  Is it must-fix for Q2 or can it wait until Q3?&lt;/p&gt;</comment>
                                                            <comment id="134889" author="5afc1ced2083b15a0bd3e494" created="Thu, 11 Jun 2020 08:59:21 +0000"  >&lt;p&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; I&apos;m the person who originally reported this issue, as well as 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;CHAL-294&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/CHAL-294&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Query request where offset value &amp;gt; totalRecords returns 0 reords even if actual number of records &amp;gt; totalRecords&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;
            CHAL-294
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-current jira-macro-single-issue-export-pdf&quot;&gt;In Code Review&lt;/span&gt;
            &lt;/span&gt;
, which is the same issue but in Inventory. &lt;/p&gt;

&lt;p&gt;Regarding the priority for Chalmers: so far, we&apos;ve found more or less cumbersome ways to work around it &amp;#8211; some of them thanks to the fact that we have relatively small amounts of records. &lt;/p&gt;

&lt;p&gt;But I suspect that we will keep running into this, and that it might hit libraries with larger volumes of records harder. Even more concerning, I imagine it would also affect any internal or external services that are using CQL queries to fetch subsets of data from e.g. item-storage or loan-storage.&lt;/p&gt;

&lt;p&gt;So to me, the important thing seems to be that this is investigated and solved &lt;em&gt;thoroughly&lt;/em&gt;, across any affected apps.&lt;/p&gt;

&lt;p&gt;What do you think, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; class=&quot;user-hover&quot; rel=&quot;712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; data-account-id=&quot;712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; accountid=&quot;712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; rel=&quot;noreferrer&quot;&gt;Theodor Tolstoy (One-Group.se)&lt;/a&gt;?&lt;/p&gt;</comment>
                                                            <comment id="134891" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Mon, 15 Jun 2020 12:10:46 +0000"  >&lt;p&gt;I agree with &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;.&lt;/p&gt;

&lt;p&gt;1. It makes migrating things a nightmare because you cannot trust the APIs to verify that things got set up the right way. The only way is to either use DB queries or harvest out all objects of a certain kind, and then do filter and counting once they are downloaded. Both these processes are making it hard for clients to validate if the migration was successful or not. Luckilly, you can have very high limit-numbers in the request parameters, but that is not a very polished way to do it.&lt;br/&gt;
2. If these counts, just as Lisa says, are used and relied upon in service-to-service requests, it would make the system behave very unexpected, to say the least.&lt;/p&gt;

&lt;p&gt;To me,  this issue is critical, especially if it is wide-spread and if it is relied upon in communication between modules.&lt;/p&gt;</comment>
                                                            <comment id="134894" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Mon, 15 Jun 2020 12:12:57 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A63713c36-3c65-4968-b5f4-586840c71ffd&quot; class=&quot;user-hover&quot; rel=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; data-account-id=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; accountid=&quot;712020:63713c36-3c65-4968-b5f4-586840c71ffd&quot; rel=&quot;noreferrer&quot;&gt;Kelly Drake&lt;/a&gt; if you make a request for open loans in postman, and you set the limit parameter very high, you can then search for properties in the response and note the number of occurrences. You will see that it is higher than the totalRecords.&lt;/p&gt;</comment>
                                                            <comment id="134896" author="712020:63713c36-3c65-4968-b5f4-586840c71ffd" created="Mon, 15 Jun 2020 17:33:36 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; class=&quot;user-hover&quot; rel=&quot;712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; data-account-id=&quot;712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; accountid=&quot;712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2&quot; rel=&quot;noreferrer&quot;&gt;Theodor Tolstoy (One-Group.se)&lt;/a&gt; - also for your explanation of why this is so critical!&lt;/p&gt;</comment>
                                                            <comment id="134898" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Tue, 16 Jun 2020 11:21:39 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; made me aware, that replacing the single = with a double equals sign (==) made the queries work as expected. &lt;/p&gt;

&lt;p&gt;&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; can you verify that on your part as well?&lt;/p&gt;

&lt;p&gt;I am not sure if this solves the whole issue or not. Does it?&lt;/p&gt;</comment>
                                                            <comment id="134900" author="5afc1ced2083b15a0bd3e494" created="Tue, 16 Jun 2020 12:47:44 +0000"  >&lt;p&gt;Verified that it&apos;s true for the case descried above. I am also getting what looks like an exact count (5 924) in totalRecords - which I had come to expect was impossible... &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;

&lt;p&gt;But could this be different for different modules? When I test with requests I get this:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43699_thumb&quot; href=&quot;/rest/api/3/attachment/content/43699&quot; title=&quot;screenshot-1.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43699&quot; file-preview-title=&quot;screenshot-1.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43699?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43699&quot; filename=&quot;screenshot-1.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43699&quot; data-attachment-name=&quot;screenshot-1.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;eadc4faf-0949-46d6-8a05-d22156ea2545&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;
And it looks like the request app itself is using single equals sign for the same query.&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;43700_thumb&quot; href=&quot;/rest/api/3/attachment/content/43700&quot; title=&quot;screenshot-2.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;43700&quot; file-preview-title=&quot;screenshot-2.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43700?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43700&quot; filename=&quot;screenshot-2.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/43700&quot; data-attachment-name=&quot;screenshot-2.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;e2b71039-c47b-4389-b498-568bb07f4f24&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;/p&gt;

&lt;p&gt;Is there documentation anywhere detailing the differences between record counts and limit/offset use across FOLIO or in different apps?&lt;/p&gt;</comment>
                                                            <comment id="134903" author="5afc1ced2083b15a0bd3e494" created="Tue, 16 Jun 2020 13:01:02 +0000"  >&lt;p&gt;When I originally reported this issue in 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;CHAL-294&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/CHAL-294&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Query request where offset value &amp;gt; totalRecords returns 0 reords even if actual number of records &amp;gt; totalRecords&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;
            CHAL-294
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-current jira-macro-single-issue-export-pdf&quot;&gt;In Code Review&lt;/span&gt;
            &lt;/span&gt;
, regarding Inventory, all my example queries were using double equals signs.&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;
{{okapi-url}}/item-storage/items?query=(effectiveLocationId==&lt;span class=&quot;code-quote&quot;&gt;&quot;f4c5afee-261a-43d1-9708-cc123aaba50a&quot;&lt;/span&gt;)&amp;amp;limit=100&amp;amp;offset=11100
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So it seems that back in April double equals signs didn&apos;t make any difference, at least in item-storage. But would be great to know if there has been development that fixes both this and 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;CHAL-294&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/CHAL-294&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Query request where offset value &amp;gt; totalRecords returns 0 reords even if actual number of records &amp;gt; totalRecords&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;
            CHAL-294
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-current jira-macro-single-issue-export-pdf&quot;&gt;In Code Review&lt;/span&gt;
            &lt;/span&gt;
.&lt;/p&gt;</comment>
                                                            <comment id="134905" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Tue, 16 Jun 2020 13:29:30 +0000"  >&lt;p&gt;Completely agree &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;&lt;br/&gt;
I also think there is more to it than just using double equal signs. Is there documentation somewhere telling you what that means compared to the single equal signs? Does it differ between modules? Does the behavior change between versions? &lt;/p&gt;</comment>
                                                            <comment id="134907" author="5afc1ced2083b15a0bd3e494" created="Tue, 16 Jun 2020 14:17:01 +0000"  >&lt;p&gt;The only documentation on double equals signs I am aware of is &lt;a href=&quot;https://dev.folio.org/faqs/explain-cql&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/faqs/explain-cql&lt;/a&gt;. I am not able to infer the different behaviours around result counts and returned results when using single/double equals signs from the information there.&lt;/p&gt;</comment>
                                                            <comment id="134909" author="5af5ed55244bc90a106063c7" created="Fri, 26 Jun 2020 11:15:11 +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; I guess these SUP issues are supposed to be cloned to create dev ones.  Will you do that for this one and assign to CF?  It looks like it is in your area.  Thanks!&lt;/p&gt;</comment>
                                                            <comment id="134911" author="5d6eeadef989e00d8c7e897b" created="Mon, 13 Jul 2020 14:12:44 +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; could you not clone - but follow the procedure that was laid out in the last PO meeting. &lt;/p&gt;</comment>
                                                            <comment id="134913" author="5d6eeadef989e00d8c7e897b" created="Mon, 20 Jul 2020 14:19:30 +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; - on behalf of the support sig - could a release field be added to this ticket. &lt;/p&gt;</comment>
                                                            <comment id="134915" author="712020:63713c36-3c65-4968-b5f4-586840c71ffd" created="Mon, 27 Jul 2020 14:15:36 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; will follow up with RMB.&lt;/p&gt;</comment>
                                                            <comment id="134917" author="5ee89462f7aa140abd82d11d" created="Mon, 27 Jul 2020 16:34:55 +0000"  >&lt;p&gt;For better performance the full text word match &lt;tt&gt;status.name=&quot;Open&quot;&lt;/tt&gt; should be changed to the field match &lt;tt&gt;status.name==&quot;Open&quot;&lt;/tt&gt;. However, this will only improve performance (in connection with the new index 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;CIRCSTORE-223&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/CIRCSTORE-223&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Create b-tree index for loan status.name&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            CIRCSTORE-223
        &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;
 ). This cannot influence this limit/offset bug because we only have Open and Closed as loan status names. For details about = and == see &lt;a href=&quot;https://dev.folio.org/faqs/explain-cql/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/faqs/explain-cql/&lt;/a&gt; and &lt;a href=&quot;https://github.com/folio-org/raml-module-builder#cql-relations&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/raml-module-builder#cql-relations&lt;/a&gt; .&lt;/p&gt;</comment>
                                                            <comment id="134919" author="615afd1cd9820f0070a09ef0" created="Mon, 27 Jul 2020 17:08:14 +0000"  >&lt;p&gt;I learned from &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; that it is possible to get exact an exact count from &lt;tt&gt;/loan-storage/loans&lt;/tt&gt; by changing the CQL query from &lt;tt&gt;status.name=&quot;Open&quot;&lt;/tt&gt; (single-equals) to &lt;tt&gt;status.name==&quot;Open&quot;&lt;/tt&gt; (double-equals). I haven&apos;t yet confirmed whether this is a general property of CQL queries that we can always use to get exact counts; stay tuned.&lt;/p&gt;</comment>
                                                            <comment id="134921" author="5afc1ced2083b15a0bd3e494" created="Tue, 28 Jul 2020 07:31:56 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; When I tested some queries with single and double equals back in June, the behaviour did not seem consistent between modules.&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;https://folio-org.atlassian.net/browse/SUP-8?focusedCommentId=134900&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;this comment&lt;/a&gt; and &lt;a href=&quot;#comment-79661&quot; rel=&quot;noreferrer&quot;&gt;this comment&lt;/a&gt;.&lt;/p&gt;</comment>
                                                            <comment id="134923" author="5ee89462f7aa140abd82d11d" created="Tue, 28 Jul 2020 07:46:54 +0000"  >&lt;p&gt;How to get an exact count is out of scope of this issue. See &lt;a href=&quot;https://github.com/folio-org/raml-module-builder#estimated-totalrecords&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/raml-module-builder#estimated-totalrecords&lt;/a&gt; for details. Please create a new Jira if you want to report a bug or use #raml-module-builder Slack channel if you want to discuss this topic.&lt;/p&gt;</comment>
                                                            <comment id="134925" author="615afd1cd9820f0070a09ef0" created="Tue, 28 Jul 2020 12:07:43 +0000"  >&lt;p&gt;The challenge is that a query like &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;
GET https:&lt;span class=&quot;code-comment&quot;&gt;//okapi-bugfest-goldenrod.folio.ebsco.com/loan-storage/loans?limit=0&amp;amp;query=(status.name=&lt;span class=&quot;code-quote&quot;&gt;&quot;Open&quot;&lt;/span&gt;)&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;that uses &lt;tt&gt;limit=0&lt;/tt&gt; to force an exact &lt;tt&gt;totalRecords&lt;/tt&gt; value returns &lt;tt&gt;&quot;totalRecords&quot;: 6676&lt;/tt&gt; but then the &lt;em&gt;exact same&lt;/em&gt; &lt;tt&gt;query&lt;/tt&gt; clause with an &lt;tt&gt;offset&lt;/tt&gt; &amp;gt;= 1000 returns an empty array: &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;
GET https:&lt;span class=&quot;code-comment&quot;&gt;//okapi-bugfest-goldenrod.folio.ebsco.com/loan-storage/loans?limit=1&amp;amp;offset=1000&amp;amp;query=(status.name=&lt;span class=&quot;code-quote&quot;&gt;&quot;Open&quot;&lt;/span&gt;)
&lt;/span&gt;
{
  &lt;span class=&quot;code-quote&quot;&gt;&quot;loans&quot;&lt;/span&gt;: [],
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalRecords&quot;&lt;/span&gt;: 1000
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;It turns out that you can gain access to the &amp;gt; 1000 rows by keeping &lt;tt&gt;offset&lt;/tt&gt; under 1000 and increasing the &lt;tt&gt;limit&lt;/tt&gt; value, e.g. &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;
https:&lt;span class=&quot;code-comment&quot;&gt;//okapi-bugfest-goldenrod.folio.ebsco.com/loan-storage/loans?limit=${6676 - 999}&amp;amp;offset=999&amp;amp;query=(status.name=&lt;span class=&quot;code-quote&quot;&gt;&quot;Open&quot;&lt;/span&gt;)&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;but this makes paging through large result sets, a fundamental optimization deeply woven into the UI, literally impossible. &lt;/p&gt;</comment>
                                                            <comment id="134927" author="557058:c2706f9e-f281-4999-8937-b5c5a8ff211f" created="Wed, 9 Sep 2020 12:32:56 +0000"  >&lt;p&gt;There is another issue with regard to paging through data to watch out for. If you are trying to page through millions of rows of data to do something like dump all the data in a table, queries that have high offset values will be slower than ones with lower ones. For example, say you fetch 5,000 with an offset of 8 million. I could take a minute and a half to complete, while it might only take 15 seconds if the offset was 0.&lt;/p&gt;

&lt;p&gt;This is a good reason that any query API that queries a table that has more than a small number of rows should stream the data and not require paging. That is, in addition to the fact that the query happens in a single transaction as a snapshot. Otherwise, rows could be inserted/removed while you are paging through the data, causing rows to be read more than once or skipped.&lt;/p&gt;

&lt;p&gt;It might not hurt if there was a way for RMB to add a default ORDER BY clause to the SQL if offset or limit are provided. You have to use an ORDER BY if you are paging through the data. Otherwise, you will get inconsistent results and will end up reading the same results multiple times.&lt;/p&gt;

&lt;p&gt;Overall, having to page the data causes a lot of hassle and a lot of bugs. Everything should stream.&lt;/p&gt;</comment>
                                                            <comment id="134930" author="557058:c2706f9e-f281-4999-8937-b5c5a8ff211f" created="Wed, 9 Sep 2020 12:40:08 +0000"  >&lt;p&gt;Also, it doesn&apos;t help that a lot of the Docker modules have the max memory size set to small values like 300 MB. If you use too large of a page size, you will run out of memory. When that happens, Docker just goes ahead and terminates the module process. I&apos;ve seen it where OKAPI returns an empty response when this happens and HTTP success status. The only way you can check if it failed is to check for empty string. Docker killing processes like that is pretty ridiculous if you ask me. The default memory sizes on a lot of modules are way too small.&lt;/p&gt;</comment>
                                                            <comment id="134932" author="63e2a2771b13d42998e4e706" created="Thu, 10 Sep 2020 14:50:36 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ac2706f9e-f281-4999-8937-b5c5a8ff211f&quot; class=&quot;user-hover&quot; rel=&quot;557058:c2706f9e-f281-4999-8937-b5c5a8ff211f&quot; data-account-id=&quot;557058:c2706f9e-f281-4999-8937-b5c5a8ff211f&quot; accountid=&quot;557058:c2706f9e-f281-4999-8937-b5c5a8ff211f&quot; rel=&quot;noreferrer&quot;&gt;Jon Miller&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;This is a good reason that any query API that queries a table that has more than a small number of rows should stream the data and not require paging&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;By streaming are you referring to an API that only allows for fetching the entire record set (as no offset or limit can be provided)?&lt;/p&gt;

&lt;p&gt;A trade off with that approach is that clients must read all of the records even if they are only interested in the first or the last.&lt;/p&gt;</comment>
                                                            <comment id="134934" author="557058:c2706f9e-f281-4999-8937-b5c5a8ff211f" created="Thu, 10 Sep 2020 15:06:52 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt; No, I mean paging is optional, not required. For a lot of the APIs you have to use paging (otherwise the server will run out of RAM), because it buffers the results on the server-side. I.e. I&apos;m pretty sure it loads them into an array before returning them through the HTTP response. With streaming, the results are returned one at a time over the HTTP response and not loaded into an array first. This is already implemented for instances, holdings, items, and users.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="29803">CIRCSTORE-226</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="69216">MODFEE-90</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="34312">MODPERMS-91</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="33835">CHAL-294</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="31873">UIORGS-196</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31875">UIORGS-197</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="43699" name="screenshot-1.png" size="58834" author="5afc1ced2083b15a0bd3e494" created="Tue, 16 Jun 2020 12:38:03 +0000"/>
                            <attachment id="43700" name="screenshot-2.png" size="2005" author="5afc1ced2083b15a0bd3e494" created="Tue, 16 Jun 2020 12:39:04 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10107" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Affected Institution</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10393"><![CDATA[Chalmers]]></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="10144"><![CDATA[Core: Platform]]></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)">Epic to link all support issues located in Dev projects</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10147" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Hosting Provider</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10471"><![CDATA[EBSCO]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10046" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Release</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10023"><![CDATA[Q2 2020 Hot Fix #1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10145" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>Reporter Email</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;a href=&apos;mailto:ttolstoy@ebsco.com&apos;&gt;ttolstoy@ebsco.com&lt;/a&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10144" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>Reporter Name</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Theodor</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10154" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>Reporter Position/Title</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Implementation Consultant</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10150" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Result on central FOLIO instance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>See description</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10149" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Result on local FOLIO instance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>See description</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1169">CP: sprint 94</customfieldvalue>
    <customfieldvalue id="1170">CP: sprint 95</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10146" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Support Provider</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10467"><![CDATA[EBSCO]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10148" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>System Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10475"><![CDATA[Production]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10152" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>URL of central FOLIO instance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugfest.folio.ebsco.com/]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10151" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>URL of local FOLIO instance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugfest.folio.ebsco.com/]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 29 May 2020 18:12:47 +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>