<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:13:36 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-15] OAI-PMH: Implement verb &quot;Identify&quot;</title>
                <link>https://folio-org.atlassian.net/browse/MODOAIPMH-15</link>
                <project id="10151" key="MODOAIPMH">mod-oai-pmh</project>
                    <description>&lt;p&gt;Official specification: &lt;a href=&quot;https://www.openarchives.org/OAI/openarchivesprotocol.html#Identify&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://www.openarchives.org/OAI/openarchivesprotocol.html#Identify&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1. Implementation&lt;br/&gt;
2. Error conditions&lt;/p&gt;</description>
                <environment></environment>
        <key id="64655">MODOAIPMH-15</key>
            <summary>OAI-PMH: Implement verb &quot;Identify&quot;</summary>
                <type id="10005" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium">Story</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="5af5ecdb772036612ff61cf1">Hkaplanian</assignee>
                                                                <reporter accountid="5af5ecdb772036612ff61cf1">Hkaplanian</reporter>
                                    <labels>
                            <label>epam-thunderjet</label>
                    </labels>
                <created>Fri, 28 Sep 2018 17:23:37 +0000</created>
                <updated>Wed, 14 Nov 2018 12:09:16 +0000</updated>
                            <resolved>Mon, 29 Oct 2018 12:28:53 +0000</resolved>
                                                    <fixVersion>1.0.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                            <comments>
                                                            <comment id="157135" author="5cf6c546b87c300f36eb7b9a" created="Mon, 15 Oct 2018 15:26:03 +0000"  >&lt;p&gt;&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; From the &quot;implementation&quot; sub-task description... Does this answer your questions?&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;b&gt;repositoryName&lt;/b&gt;: a human readable name for the repository;
	&lt;ul&gt;
		&lt;li&gt;A base repository name is supplied via System property, and augmented with the tenant ID... i.e. &quot;&amp;lt;baseRepoName&amp;gt;_&amp;lt;tenantId&amp;gt;&quot; (e.g. FOLIO_diku)&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;baseURL&lt;/b&gt;: the base URL of the repository;
	&lt;ul&gt;
		&lt;li&gt;Supplied by System property&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;protocolVersion&lt;/b&gt;: the version of the OAI-PMH supported by the repository;
	&lt;ul&gt;
		&lt;li&gt;Hardcoded&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;earliestDatestamp&lt;/b&gt;: a UTCdatetime that is the guaranteed lower limit of all datestamps recording changes, modifications, or deletions in the repository. A repository must not use datestamps lower than the one specified by the content of the earliestDatestamp element. earliestDatestamp must be expressed at the finest granularity supported by the repository.
	&lt;ul&gt;
		&lt;li&gt;Hardcoded for now to epoch (seconds granularity)&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;deletedRecord&lt;/b&gt;: the manner in which the repository supports the notion of deleted records. Legitimate values are no ; transient ; persistent with meanings defined in the section on deletion.
	&lt;ul&gt;
		&lt;li&gt;Hardcoded to &quot;no&quot; for now&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;granularity&lt;/b&gt;: the finest harvesting granularity supported by the repository. The legitimate values are YYYY-MM-DD and YYYY-MM-DDThh:mm:ssZ with meanings as defined in ISO8601.
	&lt;ul&gt;
		&lt;li&gt;Hardcoded to YYYY-MM-DDThh:mm:ssZ for now&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;adminEmail&lt;/b&gt;: the e-mail address of an administrator of the repository.
	&lt;ul&gt;
		&lt;li&gt;Supplied via System property for now.  will eventually be configurable in FOLIO.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;compression and description elements can be skipped for now.&lt;br/&gt;
System properties should be read at startup (see edge apis for examples)&lt;/p&gt;
</comment>
                                                            <comment id="157136" author="712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4" created="Tue, 16 Oct 2018 06:04:45 +0000"  >&lt;p&gt;Thank you very much Craig for clarification!&lt;/p&gt;</comment>
                                                            <comment id="157137" author="712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4" created="Mon, 22 Oct 2018 09:56:16 +0000"  >&lt;p&gt;Summary of the implementation:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Some configuration is defined in &lt;a href=&quot;https://github.com/folio-org/mod-oai-pmh/blob/master/src/main/resources/config/config.properties&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;config.properties&lt;/a&gt;. Content at the moment is following:
&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;
# Properties describing repository. Mainly are going to be used by Identify verb
repository.name=FOLIO_OAI_Repository
repository.baseURL=http:&lt;span class=&quot;code-comment&quot;&gt;//tbd.later.folio.org/oai
&lt;/span&gt;repository.adminEmails=oai-pmh@folio.org

# Jaxb settings
jaxb.marshaller.enableValidation=&lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
jaxb.marshaller.formattedOutput=&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The default values can be overwritten by VM arguments e.g. &lt;tt&gt;-Drepository.name=Specific_FOLIO_OAI-PMH_Repository&lt;/tt&gt;&lt;/p&gt;&lt;/li&gt;
	&lt;li&gt;The value of &lt;tt&gt;repository.baseURL&lt;/tt&gt; will be used in all OAI-PMH responses as value of &lt;tt&gt;OAI-PMH/request&lt;/tt&gt; element e.g.
&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;
&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: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;request verb=&lt;span class=&quot;code-quote&quot;&gt;&quot;Identify&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;http://tbd.later.folio.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;/OAI-PMH&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;The &lt;tt&gt;repository.adminEmails&lt;/tt&gt; property value might contain several emails which should be separated by comma&lt;/li&gt;
	&lt;li&gt;The response validation is enabled by default and can be disabled by passing &lt;tt&gt;-Djaxb.marshaller.enableValidation=false&lt;/tt&gt; as VM argument&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Regards,&lt;br/&gt;
Piotr&lt;/p&gt;</comment>
                                                            <comment id="157139" author="712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4" created="Mon, 22 Oct 2018 11:42:26 +0000"  >&lt;p&gt;The News and Readme updates are available in &lt;a href=&quot;https://github.com/folio-org/mod-oai-pmh/pull/8&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;PR #8&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Piotr&lt;/p&gt;</comment>
                                                            <comment id="157140" author="712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4" created="Tue, 23 Oct 2018 07:09:31 +0000"  >&lt;p&gt;All the changes are now in master. The output for the &lt;tt&gt;&amp;lt;host:port&amp;gt;/oai/repository_info&lt;/tt&gt; with default configs is coming like (the output below is formatted to improve readability):&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;&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: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;2018-10-23T07:00:34Z&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 verb=&lt;span class=&quot;code-quote&quot;&gt;&quot;Identify&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;http://tbd.later.folio.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;Identify&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;repositoryName&amp;gt;&lt;/span&gt;FOLIO_OAI_Repository_diku&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/repositoryName&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;baseURL&amp;gt;&lt;/span&gt;http://tbd.later.folio.org/oai&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/baseURL&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;protocolVersion&amp;gt;&lt;/span&gt;2.0&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/protocolVersion&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;adminEmail&amp;gt;&lt;/span&gt;oai-pmh@folio.org&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/adminEmail&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;earliestDatestamp&amp;gt;&lt;/span&gt;1970-01-01T00:00:00Z&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/earliestDatestamp&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;deletedRecord&amp;gt;&lt;/span&gt;no&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/deletedRecord&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;granularity&amp;gt;&lt;/span&gt;YYYY-MM-DDThh:mm:ssZ&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/granularity&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/Identify&amp;gt;&lt;/span&gt;
&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/OAI-PMH&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;If the service is deployed with &lt;tt&gt;-Drepository.baseURL=&lt;a href=&quot;http://some-cloud.folio.org/oai&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://some-cloud.folio.org/oai&lt;/a&gt; -Drepository.name=OverriddenRepoName -Drepository.adminEmails=oai-pmh-admin@folio.org,another-oai-pmh-admin@folio.org&lt;/tt&gt;, the output is&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;&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: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;2018-10-23T07:08:19Z&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 verb=&lt;span class=&quot;code-quote&quot;&gt;&quot;Identify&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;http://some-cloud.folio.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;Identify&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;repositoryName&amp;gt;&lt;/span&gt;OverriddenRepoName_diku&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/repositoryName&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;baseURL&amp;gt;&lt;/span&gt;http://some-cloud.folio.org/oai&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/baseURL&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;protocolVersion&amp;gt;&lt;/span&gt;2.0&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/protocolVersion&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;adminEmail&amp;gt;&lt;/span&gt;oai-pmh-admin@folio.org&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/adminEmail&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;adminEmail&amp;gt;&lt;/span&gt;another-oai-pmh-admin@folio.org&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/adminEmail&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;earliestDatestamp&amp;gt;&lt;/span&gt;1970-01-01T00:00:00Z&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/earliestDatestamp&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;deletedRecord&amp;gt;&lt;/span&gt;no&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/deletedRecord&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;granularity&amp;gt;&lt;/span&gt;YYYY-MM-DDThh:mm:ssZ&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/granularity&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/Identify&amp;gt;&lt;/span&gt;
&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;/OAI-PMH&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Piotr&lt;/p&gt;</comment>
                                                            <comment id="157141" author="5af5e627525ba96b58654f12" created="Thu, 25 Oct 2018 19:36:34 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5ecdb772036612ff61cf1&quot; class=&quot;user-hover&quot; rel=&quot;5af5ecdb772036612ff61cf1&quot; data-account-id=&quot;5af5ecdb772036612ff61cf1&quot; accountid=&quot;5af5ecdb772036612ff61cf1&quot; rel=&quot;noreferrer&quot;&gt;Hkaplanian&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=999854%3A4c90e51c-83a3-4c35-a09e-eafd9949308b&quot; class=&quot;user-hover&quot; rel=&quot;999854:4c90e51c-83a3-4c35-a09e-eafd9949308b&quot; data-account-id=&quot;999854:4c90e51c-83a3-4c35-a09e-eafd9949308b&quot; accountid=&quot;999854:4c90e51c-83a3-4c35-a09e-eafd9949308b&quot; rel=&quot;noreferrer&quot;&gt;Former user&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6c546b87c300f36eb7b9a&quot; class=&quot;user-hover&quot; rel=&quot;5cf6c546b87c300f36eb7b9a&quot; data-account-id=&quot;5cf6c546b87c300f36eb7b9a&quot; accountid=&quot;5cf6c546b87c300f36eb7b9a&quot; rel=&quot;noreferrer&quot;&gt;Craig McNally&lt;/a&gt; This is marked In Review and showing up on the manual testing list, but I don&apos;t think there&apos;s anything we should be manually testing, right? Two possibilities: 1 Cate can change the In Review filter to exclude Thunderjet stuff (&lt;a href=&quot;https://folio-org.atlassian.net/issues/?filter=10466&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/issues/?filter=10466&lt;/a&gt;). 2. we can flag them when we see them and alert you to close them. Let us know which you prefer.&lt;/p&gt;</comment>
                                                            <comment id="157142" author="5cf6c546b87c300f36eb7b9a" created="Thu, 25 Oct 2018 19:46:48 +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; I think #1 makes sense.  Here I think the intent was to get review from the PO (&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5ecdb772036612ff61cf1&quot; class=&quot;user-hover&quot; rel=&quot;5af5ecdb772036612ff61cf1&quot; data-account-id=&quot;5af5ecdb772036612ff61cf1&quot; accountid=&quot;5af5ecdb772036612ff61cf1&quot; rel=&quot;noreferrer&quot;&gt;Hkaplanian&lt;/a&gt;).&lt;/p&gt;</comment>
                                                            <comment id="157143" author="5af5e627525ba96b58654f12" created="Thu, 25 Oct 2018 20:03:47 +0000"  >&lt;p&gt;OK - I&apos;ll get &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; to update the filter&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="64676">MODOAIPMH-61</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="10253">UXPROD-350</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                            <subtask id="64651">MODOAIPMH-34</subtask>
                            <subtask id="64654">MODOAIPMH-35</subtask>
                    </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|hzyypb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1632">oai-pmh - sprint 49</customfieldvalue>

                        </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>Mon, 15 Oct 2018 15:26:03 +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>