<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:13:43 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-18] Define if record is deleted in SRS</title>
                <link>https://folio-org.atlassian.net/browse/MODOAIPMH-18</link>
                <project id="10151" key="MODOAIPMH">mod-oai-pmh</project>
                    <description>&lt;p&gt;To define if an SRS record is deleted, accept the leader in the MARC record &quot;as is&quot;. MARC Leader 05 - Record status will identify what is marked for deletion (Record status equals &quot;d&quot;, &quot;s&quot; or &quot;x&quot;) and what is not. Also &quot;deleted&quot; field can be used for this purpose (see json example below).&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;
{
  &lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;1a03ec27-a5e0-4043-ac9f-c0bfd4ab3220&quot;&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;snapshotId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;5143d9ff-ad38-45a9-80d6-c85561227b56&quot;&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;matchedId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;1a03ec27-a5e0-4043-ac9f-c0bfd4ab3220&quot;&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;generation&quot;&lt;/span&gt;: 0,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;recordType&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;MARC&quot;&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;rawRecord&quot;&lt;/span&gt;: {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;7177455e-8348-4933-994a-f66e66ffb683&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;content&quot;&lt;/span&gt;: ...MARC record...
  },
  &lt;span class=&quot;code-quote&quot;&gt;&quot;parsedRecord&quot;&lt;/span&gt;: {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;7ad906f2-23b7-4764-839f-08b3a3e702a9&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;content&quot;&lt;/span&gt;: {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;fields&quot;&lt;/span&gt;: [
       ...MARC fields in json format... 
      ],
      &lt;span class=&quot;code-quote&quot;&gt;&quot;leader&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;03077dam a2200421 i 4500&quot;&lt;/span&gt;
    }
  },
  &lt;span class=&quot;code-quote&quot;&gt;&quot;deleted&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;order&quot;&lt;/span&gt;: 0,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;externalIdsHolder&quot;&lt;/span&gt;: {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;0e51a2a1-cb1f-4e3b-8a31-e9448e89275b&quot;&lt;/span&gt;
  },
  &lt;span class=&quot;code-quote&quot;&gt;&quot;additionalInfo&quot;&lt;/span&gt;: {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;suppressDiscovery&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
  },
  &lt;span class=&quot;code-quote&quot;&gt;&quot;metadata&quot;&lt;/span&gt;: {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;createdDate&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-03-27T10:27:06.921+0000&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;createdByUserId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;de892cf1-bce3-5fdf-b36e-7e825084d799&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedDate&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-03-27T10:27:07.493+0000&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedByUserId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;de892cf1-bce3-5fdf-b36e-7e825084d799&quot;&lt;/span&gt;
  }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&quot;updatedDate&quot; field can be used to identify the date of deletion.&lt;br/&gt;
Just instance records stored in SRS are in the scope of this story.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Acceptance criteria:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Deleted records are defined by MARC Leader 05 in (&quot;d&quot;, &quot;s&quot;, &quot;x&quot;) or json field &quot;deleted&quot;=true: if either of these checks is true, the record should be considered as deleted.&lt;/li&gt;
	&lt;li&gt;&quot;updatedDate&quot; field is returned as record deletion date.&lt;/li&gt;
	&lt;li&gt;Provide the result time of a request before the additional filter was applied and after&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="64595">MODOAIPMH-18</key>
            <summary>Define if record is deleted in SRS</summary>
                <type id="10005" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium">Story</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10001">Duplicate</resolution>
                                                        <assignee accountid="-1">Unassigned</assignee>
                                                                <reporter accountid="5af5ecdb772036612ff61cf1">Hkaplanian</reporter>
                                    <labels>
                            <label>back-end-only</label>
                    </labels>
                <created>Fri, 28 Sep 2018 17:40:26 +0000</created>
                <updated>Fri, 12 Jun 2020 15:32:59 +0000</updated>
                            <resolved>Tue, 28 Apr 2020 08:52:19 +0000</resolved>
                                                    <fixVersion>3.0.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="157179" author="5c925a60a5cb042c635a5b2e" created="Tue, 28 Apr 2020 08:52:19 +0000"  >&lt;p&gt;This ticket is combined with 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODOAIPMH-108&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODOAIPMH-108&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Make deleted instance records support configurable&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            MODOAIPMH-108
        &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;
 in one user story.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="11419">UXPROD-2366</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10014">
                    <name>Gantt Start to End</name>
                                                                <inwardlinks description="start is earliest end of">
                                        <issuelink>
            <issuekey id="63043">MODSOURCE-16</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10013">
                    <name>Gantt Start to Start</name>
                                            <outwardlinks description="has to be started together with">
                                        <issuelink>
            <issuekey id="64607">MODOAIPMH-108</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="56057">MODINVSTOR-477</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="64616">MODOAIPMH-113</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="64597">MODOAIPMH-25</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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="10157"><![CDATA[Gulfstream]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </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>Tue, 28 Apr 2020 08:52:19 +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>