<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:19:04 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>[MODOAIPMH-73] Default-loaded SRS records won&apos;t show up in mod-oai-pmh</title>
                <link>https://folio-org.atlassian.net/browse/MODOAIPMH-73</link>
                <project id="10151" key="MODOAIPMH">mod-oai-pmh</project>
                    <description>&lt;p&gt;&lt;b&gt;Overview:&lt;/b&gt;&lt;br/&gt;
Connection between mod-oai-pmh and SRS seem broken.&lt;/p&gt;

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

&lt;ol&gt;
	&lt;li&gt;Invoke the loading of test records into SRS (&lt;a href=&quot;https://s3.amazonaws.com/foliodocs/api/mod-source-record-storage/p/source-record-storage.html#source_storage_populate_test_marc_records_post&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://s3.amazonaws.com/foliodocs/api/mod-source-record-storage/p/source-record-storage.html#source_storage_populate_test_marc_records_post&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;make a HTTP GET call to 
{OKAPI_URL}
&lt;p&gt;oai/records?metadataPrefix=marc21&amp;amp;set=all.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;b&gt;Expected Results:&lt;/b&gt;  &lt;br/&gt;
You get a MARC_XML formatted OAI-PMH response back.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Actual Results:&lt;/b&gt;   &lt;br/&gt;
A HTTP 500 with the response &quot;Sorry, we can&apos;t process your request. Please contact administrator(s).&quot;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Additional Information:&lt;/b&gt;  &lt;br/&gt;
I have tried the same thing in Chalmers tenant with other records. Same result. These records are attached to this Bug report.&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;Logfrommodoai&quot;&gt;&lt;/a&gt;Log from mod-oai&lt;/h3&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;
08 Jul 2019 17:17:08:882 ERROR AbstractGetRecordsHelper [2150141365eqId] Sorry, we can&apos;t process your request. Please contact administrator(s).
java.util.concurrent.CompletionException: java.lang.ClassCastException: java.util.LinkedHashMap cannot be &lt;span class=&quot;code-keyword&quot;&gt;cast&lt;/span&gt; to java.lang.CharSequence
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) ~[?:1.8.0_151]
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) ~[?:1.8.0_151]
at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:943) ~[?:1.8.0_151]
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:926) ~[?:1.8.0_151]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_151]
at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) ~[?:1.8.0_151]
at me.escoffier.vertx.completablefuture.VertxCompletableFuture.lambda$supplyBlockingAsync$11(VertxCompletableFuture.java:334) ~[ms.jar:?]
at io.vertx.core.impl.FutureImpl.setHandler(FutureImpl.java:79) ~[ms.jar:?]
at io.vertx.core.impl.ContextImpl.lambda$&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;$0(ContextImpl.java:289) ~[ms.jar:?]
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$2(ContextImpl.java:339) ~[ms.jar:?]
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [ms.jar:?]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [ms.jar:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [ms.jar:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886) [ms.jar:?]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [ms.jar:?]
at java.lang.&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.run(&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.java:748) [?:1.8.0_151]
Caused by: java.lang.ClassCastException: java.util.LinkedHashMap cannot be &lt;span class=&quot;code-keyword&quot;&gt;cast&lt;/span&gt; to java.lang.CharSequence
at io.vertx.core.json.JsonObject.getString(JsonObject.java:111) ~[ms.jar:?]
at org.folio.oaipmh.helpers.storage.SourceRecordStorageHelper.getInstanceRecordSource(SourceRecordStorageHelper.java:33) ~[ms.jar:?]
at org.folio.oaipmh.helpers.AbstractGetRecordsHelper.buildRecords(AbstractGetRecordsHelper.java:167) ~[ms.jar:?]
at org.folio.oaipmh.helpers.AbstractGetRecordsHelper.lambda$buildRecordsResponse$5(AbstractGetRecordsHelper.java:132) ~[ms.jar:?]
at me.escoffier.vertx.completablefuture.VertxCompletableFuture.lambda$supplyBlockingAsync$10(VertxCompletableFuture.java:327) ~[ms.jar:?]
at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$1(ContextImpl.java:273) ~[ms.jar:?]
at io.vertx.core.impl.TaskQueue.run(TaskQueue.java:76) ~[ms.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_151]
... 2 more
08 Jul 2019 17:17:08:884 INFO LogUtil [2150141367eqId] org.folio.&lt;span class=&quot;code-keyword&quot;&gt;rest&lt;/span&gt;.RestVerticle start invoking getOaiRecords
08 Jul 2019 17:17:08:905 INFO LogUtil [2150141388eqId] 127.0.0.1:49284 GET /oai/records metadataPrefix=marc21 HTTP_1_1 500 70 783 tid=fs00001000 Internal Server Error 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="64672">MODOAIPMH-73</key>
            <summary>Default-loaded SRS records won&apos;t show up in mod-oai-pmh</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="10625">UXPROD-993</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="5cf6c546b87c300f36eb7b9a">Craig McNally</assignee>
                                                                <reporter accountid="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2">Theodor Tolstoy (One-Group.se)</reporter>
                                    <labels>
                            <label>back-end</label>
                    </labels>
                <created>Mon, 8 Jul 2019 14:39:48 +0000</created>
                <updated>Fri, 3 Jan 2020 14:21:43 +0000</updated>
                            <resolved>Thu, 11 Jul 2019 17:32:00 +0000</resolved>
                                    <version>1.0.2</version>
                                    <fixVersion>1.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                                                            <comment id="157249" author="5cf6c546b87c300f36eb7b9a" created="Mon, 8 Jul 2019 17:46:47 +0000"  >&lt;p&gt;Here&apos;s the root cause:  &lt;a href=&quot;https://github.com/folio-org/data-import-raml-storage/commit/6df0e8803456131caa5bbb003dea2baaaed080a1#diff-543ff91985065a4003dbbff5bcca8b45&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/data-import-raml-storage/commit/6df0e8803456131caa5bbb003dea2baaaed080a1#diff-543ff91985065a4003dbbff5bcca8b45&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;in short, &lt;tt&gt;parsedRecord.content&lt;/tt&gt; changed from string to object, but mod-oai-pmh&apos;s &lt;a href=&quot;https://github.com/folio-org/mod-oai-pmh/blob/8af90672682fc3ea65052a5c04ca7e697647a64f/src/main/java/org/folio/oaipmh/helpers/storage/SourceRecordStorageHelper.java#L32&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;SourceRecordStorageHelper&lt;/a&gt; was never updated and still expects to find a string there.&lt;/p&gt;

&lt;p&gt;Also impacted:  &lt;a href=&quot;https://github.com/folio-org/mod-oai-pmh/blob/8af90672682fc3ea65052a5c04ca7e697647a64f/src/main/java/org/folio/oaipmh/helpers/AbstractGetRecordsHelper.java#L200&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-oai-pmh/blob/8af90672682fc3ea65052a5c04ca7e697647a64f/src/main/java/org/folio/oaipmh/helpers/AbstractGetRecordsHelper.java#L200&lt;/a&gt;&lt;/p&gt;

</comment>
                                                            <comment id="157250" author="5cf6c546b87c300f36eb7b9a" created="Mon, 8 Jul 2019 17:49:37 +0000"  >&lt;p&gt;Making this a P2 since a fix is needed for Chalmers go-live&lt;/p&gt;</comment>
                                                            <comment id="157251" author="5af5e627525ba96b58654f12" created="Mon, 8 Jul 2019 17:59:06 +0000"  >&lt;p&gt;Hi &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&apos;m sorry about that. Folijet introduced the breaking change. Is there a dependency that Folijet missed that we should document someplace? &lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ab819106d-3b2a-48e6-a8dd-e7ecc471a47b&quot; class=&quot;user-hover&quot; rel=&quot;712020:b819106d-3b2a-48e6-a8dd-e7ecc471a47b&quot; data-account-id=&quot;712020:b819106d-3b2a-48e6-a8dd-e7ecc471a47b&quot; accountid=&quot;712020:b819106d-3b2a-48e6-a8dd-e7ecc471a47b&quot; rel=&quot;noreferrer&quot;&gt;Oleksii Kuzminov&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; class=&quot;user-hover&quot; rel=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; data-account-id=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; accountid=&quot;557058:06f9b6fb-9a52-481a-ad72-6e13fc570a8a&quot; rel=&quot;noreferrer&quot;&gt;Kateryna Senchenko&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Theo mentioned this at the Data Migration mtg this morning, but Folijet was never involved in the OAI-PMH work, so may not have realized this was a breaking change.&lt;/p&gt;</comment>
                                                            <comment id="157252" author="712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4" created="Thu, 11 Jul 2019 09:17:43 +0000"  >&lt;p&gt;The changes have been verified on folio-testing environment via &lt;a href=&quot;https://github.com/folio-org/folio-api-tests/pull/250&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;API Tests PR#250&lt;/a&gt;.&lt;br/&gt;
The base URL to access edge modules is &lt;a href=&quot;https://folio-testing.aws.indexdata.com:8000&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-testing.aws.indexdata.com:8000&lt;/a&gt; (please refer to &lt;a href=&quot;https://dev.folio.org/guides/automation/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guides/automation/&lt;/a&gt;) so postman environment variables needs to be updated accordingly.&lt;/p&gt;</comment>
                                                            <comment id="157253" author="5af5e627525ba96b58654f12" created="Thu, 11 Jul 2019 10:29:19 +0000"  >&lt;p&gt;Thank you &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Aaa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; class=&quot;user-hover&quot; rel=&quot;712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; data-account-id=&quot;712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; accountid=&quot;712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; rel=&quot;noreferrer&quot;&gt;Piotr Kalashuk&lt;/a&gt;. Once all is sorted, we should also alert &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; so that he can check it in the Chalmers environment&lt;/p&gt;</comment>
                                                            <comment id="157254" author="5cf6c546b87c300f36eb7b9a" created="Thu, 11 Jul 2019 17:06:57 +0000"  >&lt;p&gt;note to other testers - working on verifying this.&lt;/p&gt;</comment>
                                                            <comment id="157255" author="5cf6c546b87c300f36eb7b9a" created="Thu, 11 Jul 2019 17:30:57 +0000"  >&lt;p&gt;Verified this on folio-testing:&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-xml&quot;&gt;
 curl &lt;span class=&quot;code-quote&quot;&gt;&quot;$OKAPI/oai/records?metadataPrefix=marc21&amp;amp;set=all&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;X-Okapi-Token: $TOKEN&quot;&lt;/span&gt;
&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;?xml version=&lt;span class=&quot;code-quote&quot;&gt;&quot;1.0&quot;&lt;/span&gt; encoding=&lt;span class=&quot;code-quote&quot;&gt;&quot;UTF-8&quot;&lt;/span&gt; standalone=&lt;span class=&quot;code-quote&quot;&gt;&quot;yes&quot;&lt;/span&gt;?&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;OAI-PMH xsi:schemaLocation=&lt;span class=&quot;code-quote&quot;&gt;&quot;http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd&quot;&lt;/span&gt; xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;http://www.openarchives.org/OAI/2.0/&quot;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;xmlns:oai_dc&lt;/span&gt;=&lt;span class=&quot;code-quote&quot;&gt;&quot;http://www.openarchives.org/OAI/2.0/oai_dc/&quot;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;xmlns:marc&lt;/span&gt;=&lt;span class=&quot;code-quote&quot;&gt;&quot;http://www.loc.gov/MARC21/slim&quot;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;xmlns:oai-identifier&lt;/span&gt;=&lt;span class=&quot;code-quote&quot;&gt;&quot;http://www.openarchives.org/OAI/2.0/oai-identifier&quot;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;xmlns:dc&lt;/span&gt;=&lt;span class=&quot;code-quote&quot;&gt;&quot;http://purl.org/dc/elements/1.1/&quot;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;xmlns:xsi&lt;/span&gt;=&lt;span class=&quot;code-quote&quot;&gt;&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;responseDate&amp;gt;&lt;/span&gt;2019-07-11T17:04:46Z&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/responseDate&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;request set=&lt;span class=&quot;code-quote&quot;&gt;&quot;all&quot;&lt;/span&gt; metadataPrefix=&lt;span class=&quot;code-quote&quot;&gt;&quot;marc21&quot;&lt;/span&gt; verb=&lt;span class=&quot;code-quote&quot;&gt;&quot;ListRecords&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;http://folio-api-tests.org/oai&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/request&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;ListRecords&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;record&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;header&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;identifier&amp;gt;&lt;/span&gt;oai:folio-api-tests.org:diku/6b4ae089-e1ee-431f-af83-e1133f8e3da0&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/identifier&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;datestamp&amp;gt;&lt;/span&gt;1970-01-01T00:00:00Z&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/datestamp&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;setSpec&amp;gt;&lt;/span&gt;all&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/setSpec&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/header&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;metadata&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;marc:record&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;marc:leader&amp;gt;&lt;/span&gt;01922nma a2200325 c 4500&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/marc:leader&amp;gt;&lt;/span&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;marc:controlfield tag=&lt;span class=&quot;code-quote&quot;&gt;&quot;001&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;1011273942 ...elided...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="157256" author="5cf6c546b87c300f36eb7b9a" created="Thu, 11 Jul 2019 17:32:00 +0000"  >&lt;p&gt;Closing this since it was verified against folio-testing.  Once the chalmers site is updated we will let &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; know and he can give it a test there&lt;/p&gt;</comment>
                                                            <comment id="157257" author="5cf6c546b87c300f36eb7b9a" created="Fri, 12 Jul 2019 01:30:26 +0000"  >&lt;p&gt;FYI this is closed but I haven&apos;t had a chance to test and merge the API test PR yet... Got distracted but will do so tomorrow. &lt;/p&gt;</comment>
                                                            <comment id="157258" author="5cf6c546b87c300f36eb7b9a" created="Fri, 12 Jul 2019 14:47:21 +0000"  >&lt;p&gt;API tests pass against folio-testing and have been merged&lt;br/&gt;
   &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;50950_thumb&quot; href=&quot;/rest/api/3/attachment/content/50950&quot; title=&quot;screenshot-1.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;50950&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/50950?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/50950&quot; filename=&quot;screenshot-1.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/50950&quot; data-attachment-name=&quot;screenshot-1.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;feee96cf-d7e1-45f6-84b2-b9b1fb05cce7&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;</comment>
                                                            <comment id="157259" author="5af5e627525ba96b58654f12" created="Fri, 12 Jul 2019 16:09:47 +0000"  >&lt;p&gt;Thank you so much, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Aaa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; class=&quot;user-hover&quot; rel=&quot;712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; data-account-id=&quot;712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; accountid=&quot;712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; rel=&quot;noreferrer&quot;&gt;Piotr Kalashuk&lt;/a&gt; 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;, for jumping on this. &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; is there a way that you can check this with regards to Chalmers data?&lt;/p&gt;</comment>
                                                            <comment id="157260" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Fri, 12 Jul 2019 19:16:49 +0000"  >&lt;p&gt;Yes,thank you. I will try to add the data and test in a couple of hours.&lt;/p&gt;</comment>
                                                            <comment id="157261" author="5af5e627525ba96b58654f12" created="Fri, 12 Jul 2019 19:42:27 +0000"  >&lt;p&gt;Just a quick FYI, &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 think you&apos;ll only be interacting with SRS, not Inventory, when you test this - is that right? Currently you can load MARC records to SRS, but the ability to create instances from SRS is broken. We had to accommodate a schema change in Instances, and the SRS fix should go live later tonight or tomorrow in folio-testing.&lt;/p&gt;</comment>
                                                            <comment id="157262" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Sun, 14 Jul 2019 07:33:48 +0000"  >&lt;p&gt;Yes, you are correct &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt;  I never got around to do it but I hope to have it tested in time for when the us folks wakes up on Monday &lt;/p&gt;</comment>
                                                            <comment id="157263" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Sun, 14 Jul 2019 16:48:23 +0000"  >&lt;p&gt;I am adding records to SRS now. It looks good &lt;/p&gt;</comment>
                                                            <comment id="157264" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Sun, 14 Jul 2019 16:49:13 +0000"  >&lt;p&gt;but I will attempt a larger harvest once I have added a couple of thousand records.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="50950" name="screenshot-1.png" size="96611" author="5cf6c546b87c300f36eb7b9a" created="Fri, 12 Jul 2019 14:47:12 +0000"/>
                            <attachment id="50951" name="srs_recs.7z" size="7792834" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Mon, 8 Jul 2019 14:39:36 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10185"><![CDATA[Thunderjet]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">OAI-PMH Support</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzvsv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="697">ACQ Sprint 67</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_10108" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Tester Assignee</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5cf6c546b87c300f36eb7b9a</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 8 Jul 2019 17:46: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>