<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:22:14 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>[MODSOURMAN-675] Data Import handles repeated 020 $a:s in an unexpected manner when creating Instance Identifiers</title>
                <link>https://folio-org.atlassian.net/browse/MODSOURMAN-675</link>
                <project id="10141" key="MODSOURMAN">mod-source-record-manager</project>
                    <description>&lt;p&gt;&lt;b&gt;Overview:&lt;/b&gt;&lt;br/&gt;
 &lt;b&gt;Steps to Reproduce:&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Log into Bugfest-Kiwi&lt;/li&gt;
	&lt;li&gt;Import the attached MARC record using the profile &quot;Create instance and holdings AMB&quot;&lt;br/&gt;
The record has the following 020:&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;/rest/api/3/attachment/content/44197&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;&lt;b&gt;Expected Results:&lt;/b&gt; &lt;br/&gt;
&lt;b&gt;After bugfix&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;If the number is in $a, it is assigned Identifier type ISBN, along with any qualifier information that directly follows it in the same subfield or in $q&lt;/li&gt;
	&lt;li&gt;If the number is in $z, it is assigned Identifier type Invalid ISBN, along with any qualifier information that directly follows it in the same subfield or in $q&lt;/li&gt;
	&lt;li&gt;With this data in the MARC record:
	&lt;ul&gt;
		&lt;li&gt;020 $a9780471622673$q(acid-free paper)$a0471725331$q(electronic bk.)&lt;/li&gt;
		&lt;li&gt;020 $z9780471725336$q(electronic bk.)$z0471725323$q(electronic bk.)&lt;/li&gt;
		&lt;li&gt;&lt;font color=&quot;red&quot;&gt;020 $a9780471725329 (electronic bk.)$z0471622672$q(acid-free paper)&lt;/font&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;The following should be created in the Instance
	&lt;ul&gt;
		&lt;li&gt;ISBN 9780471622673 (acid-free paper)&lt;/li&gt;
		&lt;li&gt;ISBN 0471725331 (electronic bk.)&lt;/li&gt;
		&lt;li&gt;Invalid ISBN 9780471725336 (electronic bk.)&lt;/li&gt;
		&lt;li&gt;Invalid ISBN 0471725323 (electronic bk.)&lt;/li&gt;
		&lt;li&gt;&lt;font color=&quot;red&quot;&gt;ISBN 9780471725329 (electronic bk.)&lt;/font&gt;&lt;/li&gt;
		&lt;li&gt;Invalid ISBN 0471622672 (acid-free paper)&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt; Based on the Default mapping rules, one of the following should have happened:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The record fails since 020$a cannot be repeated according to MARC21&lt;/li&gt;
	&lt;li&gt;The repeated (second) 020$a is discarded&lt;/li&gt;
	&lt;li&gt;Data migration follows the &lt;b&gt;default mapping rules in the tenant&lt;/b&gt;, and concatenates the identifiers like so: &quot;0870990004 (v. 1) 0870990020 (v. 2)&quot;&lt;br/&gt;
 (but note, that neither is a desired behaviour)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Actual Results:&lt;/b&gt; &lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;/rest/api/3/attachment/content/44195&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;br/&gt;
 &lt;b&gt;Additional Information:&lt;/b&gt;&lt;br/&gt;
&lt;b&gt;There is likely A VERY SIMPLE solution to this. Just like with the other identifiers in the default mapping rules, add the &lt;a href=&quot;https://github.com/folio-org/mod-source-record-manager/blob/master/RuleProcessorApi.md#new-object-per-repeated-sub-fields&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;entityPerRepeatedSubfield flag&lt;/a&gt; to the entity mappings for 020s. Both 020 $a and $020 $z.&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The EBSCO ICs just discovered this behavior in their tools. The current set of Default rules, forces us to edit all rules to avoid the above-described behavior.&lt;/p&gt;

&lt;p&gt;URL: &lt;br/&gt;
 These are links to the results of the import in Bugfest-Kiwi. Similar behaviour is in Bugfest-Juniper as well.&lt;br/&gt;
 &lt;a href=&quot;https://bugfest-kiwi.folio.ebsco.com/data-import/log/8c150a5a-e5be-4f24-bbb2-d2b00a548f81/f215d190-69f2-4e42-a50d-5c17bad29fb2&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://bugfest-kiwi.folio.ebsco.com/data-import/log/8c150a5a-e5be-4f24-bbb2-d2b00a548f81/f215d190-69f2-4e42-a50d-5c17bad29fb2&lt;/a&gt;&lt;br/&gt;
 &lt;a href=&quot;https://bugfest-kiwi.folio.ebsco.com/inventory/view/f215d190-69f2-4e42-a50d-5c17bad29fb2?qindex=id&amp;amp;query=f215d190-69f2-4e42-a50d-5c17bad29fb2&amp;amp;sort=title&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://bugfest-kiwi.folio.ebsco.com/inventory/view/f215d190-69f2-4e42-a50d-5c17bad29fb2?qindex=id&amp;amp;query=f215d190-69f2-4e42-a50d-5c17bad29fb2&amp;amp;sort=title&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Kiwi Mapping rules for 022 has the flag set:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;44199_thumb&quot; href=&quot;/rest/api/3/attachment/content/44199&quot; title=&quot;image-2022-01-17-15-24-15-238.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;44199&quot; file-preview-title=&quot;image-2022-01-17-15-24-15-238.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/44199?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/44199&quot; filename=&quot;image-2022-01-17-15-24-15-238.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/44199&quot; data-attachment-name=&quot;image-2022-01-17-15-24-15-238.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;a9a1e493-a81a-47a4-901a-1e9532d66652&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;while it lacks it for 020 $a:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;44201_thumb&quot; href=&quot;/rest/api/3/attachment/content/44201&quot; title=&quot;image-2022-01-17-15-25-11-626.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;44201&quot; file-preview-title=&quot;image-2022-01-17-15-25-11-626.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/44201?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/44201&quot; filename=&quot;image-2022-01-17-15-25-11-626.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/44201&quot; data-attachment-name=&quot;image-2022-01-17-15-25-11-626.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;af3a614d-7dcd-4af3-b1bf-ae9115fcc628&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;</description>
                <environment></environment>
        <key id="58048">MODSOURMAN-675</key>
            <summary>Data Import handles repeated 020 $a:s in an unexpected manner when creating Instance Identifiers</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="13571">UXPROD-47</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="712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b">Khamidulla Abdulkhakimov</assignee>
                                                                <reporter accountid="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2">Theodor Tolstoy (One-Group.se)</reporter>
                                    <labels>
                            <label>data-import</label>
                            <label>epam-folijet</label>
                            <label>folijet-support</label>
                            <label>has-testrail</label>
                            <label>sprint-133</label>
                            <label>support</label>
                    </labels>
                <created>Mon, 17 Jan 2022 14:23:38 +0000</created>
                <updated>Tue, 4 Apr 2023 20:21:35 +0000</updated>
                            <resolved>Wed, 9 Feb 2022 07:39:00 +0000</resolved>
                                                    <fixVersion>3.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="138353" author="5d6eeadef989e00d8c7e897b" created="Tue, 18 Jan 2022 16:11:21 +0000"  >&lt;p&gt;&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; - not sure what mod-data import to re-assign this to - &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;&#160;and I are guessing it should be mod-source record - manager.... I have left it in SUP for now...&#160;&lt;/p&gt;

&lt;p&gt;cc &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;</comment>
                                                            <comment id="138354" author="5af5e627525ba96b58654f12" created="Tue, 18 Jan 2022 16:44:49 +0000"  >&lt;p&gt;Hi &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; Thanks for the comment. I&apos;ve updated it.&lt;/p&gt;

&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; Would the desired behavior be to put each 020$a (and any qualifier for it) in its own Identifier field? So for the above example:&lt;/p&gt;

&lt;p&gt;ISBN 0870990004 (v. 1)&lt;br/&gt;
ISBN 0870990020 (v. 2)&lt;/p&gt;

&lt;p&gt;And then also do the same with 020 $z if repeated in the same 020 field?&lt;/p&gt;</comment>
                                                            <comment id="138355" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Tue, 18 Jan 2022 18:37:26 +0000"  >&lt;p&gt;&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; Yes. And I believe the rules allow this given you add the above-mentioned entityPerRepeatedSubfield flag into the rules for 020. Most Identifier mappings already use them. &lt;/p&gt;

&lt;p&gt;But it would be good if it was tested, of course. And I do now want to tamper with the bugfest rules....&lt;/p&gt;</comment>
                                                            <comment id="138356" author="5af5e627525ba96b58654f12" created="Tue, 18 Jan 2022 21:07:52 +0000"  >&lt;p&gt;Hi &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; Please don&apos;t tamper with Bugfest!&lt;/p&gt;</comment>
                                                            <comment id="138357" author="5af5e627525ba96b58654f12" created="Tue, 18 Jan 2022 21:29:47 +0000"  >&lt;p&gt;Devs - please use the attached file: *ISBN default refinement.mrc *to test&lt;/p&gt;

&lt;p&gt;It has &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;an 020 with 2 $as&lt;/li&gt;
	&lt;li&gt;an 020 with 2 $zs&lt;/li&gt;
	&lt;li&gt;an 020 with a $a and a $z&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Thank you!&lt;/p&gt;</comment>
                                                            <comment id="138358" author="712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b" created="Mon, 31 Jan 2022 14:54:27 +0000"  >&lt;p&gt;Hello &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&apos;ve tested on folio-snapshot and got these results:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;em&gt;Invalid ISBN 0471622672 (acid-free paper)&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;em&gt;Invalid ISBN 0471725323 (electronic bk.)&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;em&gt;Invalid ISBN 9780471725336 (electronic bk.)&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;em&gt;ISBN 0471725331 (electronic bk.)&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;em&gt;ISBN 9780471622673 (acid-free paper)&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;em&gt;ISBN 9780471725329 (electronic bk.) (acid-free paper)&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Could you confirm that this behavior is appropriate?&lt;/p&gt;</comment>
                                                            <comment id="138359" author="5af5e627525ba96b58654f12" created="Mon, 31 Jan 2022 22:06:12 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ad30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; class=&quot;user-hover&quot; rel=&quot;712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; data-account-id=&quot;712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; accountid=&quot;712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; rel=&quot;noreferrer&quot;&gt;Khamidulla Abdulkhakimov&lt;/a&gt; Close! I added the expected results after Bugfix in the description. All in the example are correct except for the last one. I&apos;ll move it back to In progress.&lt;/p&gt;</comment>
                                                            <comment id="138360" author="712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b" created="Fri, 4 Feb 2022 08:18:25 +0000"  >&lt;p&gt;Hello &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 compared the results with the expected results from the description. Everything looks great.&lt;/p&gt;

&lt;p&gt;Can you help pick up some test cases related to fields &quot;020&quot; and &quot;024&quot;? The logic of the parameter&#160;&lt;a href=&quot;https://github.com/folio-org/mod-source-record-manager/blob/master/RuleProcessorApi.md#required-sub-fields-concatenation&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;concat_subfields_by_name&lt;/a&gt; has been changed and I want to make sure that the changes affect nothing. Thank you.&lt;/p&gt;

&lt;p&gt;cc: &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;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63400fb8409249995eece1fd&quot; class=&quot;user-hover&quot; rel=&quot;63400fb8409249995eece1fd&quot; data-account-id=&quot;63400fb8409249995eece1fd&quot; accountid=&quot;63400fb8409249995eece1fd&quot; rel=&quot;noreferrer&quot;&gt;Oleksandr Bashtynskyi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="138361" author="5af5e627525ba96b58654f12" created="Mon, 7 Feb 2022 16:12:16 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ad30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; class=&quot;user-hover&quot; rel=&quot;712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; data-account-id=&quot;712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; accountid=&quot;712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; rel=&quot;noreferrer&quot;&gt;Khamidulla Abdulkhakimov&lt;/a&gt; I updated the &lt;b&gt;ISBN default refinement.mrc&lt;/b&gt; file to have a couple more 020 examples, and added the &lt;b&gt;024 028 test.mrc&lt;/b&gt; file. Please let me know if you see any issues or if all looks good. Thank you!&lt;/p&gt;</comment>
                                                            <comment id="138362" author="712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b" created="Tue, 8 Feb 2022 08:22:33 +0000"  >&lt;p&gt;Hello &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;,&#160;No errors were noted. Thank you, moving to in review.&lt;/p&gt;</comment>
                                                            <comment id="138363" author="5af5e627525ba96b58654f12" created="Wed, 9 Feb 2022 07:38:32 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ad30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; class=&quot;user-hover&quot; rel=&quot;712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; data-account-id=&quot;712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; accountid=&quot;712020:d30dbfc5-d6c1-452e-8e79-872c8acd995b&quot; rel=&quot;noreferrer&quot;&gt;Khamidulla Abdulkhakimov&lt;/a&gt; Tested on folio-snapshot-load, and all looks great. Thank you!&lt;/p&gt;

&lt;p&gt;Assigned RCA of Data-related, since the requirement for this is based on incorrectly fielded/subfielded MARC data (e.g. cannot have 2 $a subfields in an 020 field, but many legacy records do, so mapping rules need to account for it.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="12284">UXPROD-3463</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="58361">MODSOURMAN-847</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="44192" name="024 028 test.mrc" size="2691" author="5af5e627525ba96b58654f12" created="Mon, 7 Feb 2022 16:10:25 +0000"/>
                            <attachment id="44193" name="ISBN default refinement.mrc" size="2183" author="5af5e627525ba96b58654f12" created="Mon, 7 Feb 2022 16:08:38 +0000"/>
                            <attachment id="44194" name="New identifiers.mrc" size="8879" author="5af5e627525ba96b58654f12" created="Wed, 9 Feb 2022 07:32:06 +0000"/>
                            <attachment id="44195" name="image-2022-01-17-15-06-25-364.png" size="14554" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Mon, 17 Jan 2022 14:04:29 +0000"/>
                            <attachment id="44197" name="image-2022-01-17-15-22-26-203.png" size="2540" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Mon, 17 Jan 2022 14:20:31 +0000"/>
                            <attachment id="44199" name="image-2022-01-17-15-24-15-238.png" size="27830" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Mon, 17 Jan 2022 14:22:19 +0000"/>
                            <attachment id="44201" name="image-2022-01-17-15-25-11-626.png" size="22788" author="712020:0a02d059-b8b9-48b3-8a58-727ec44d05d2" created="Mon, 17 Jan 2022 14:23:16 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10107" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Affected Institution</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10388"><![CDATA[!!!ALL!!!]]></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="10154"><![CDATA[Folijet Support]]></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)">Batch Importer (Bib/Acq)</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10106" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>RCA Group</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10369"><![CDATA[Data related (ex. Can be detected with large dataset only)]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10046" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Release</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10052"><![CDATA[Lotus R1 2022]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 18 Jan 2022 16:11:21 +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>