<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:22:50 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>[ERM-2514] License terms are not displayed in Publication Finder when a journal title is directly linked to an agreement</title>
                <link>https://folio-org.atlassian.net/browse/ERM-2514</link>
                <project id="10130" key="ERM">ERM Platform</project>
                    <description>&lt;p&gt;&lt;b&gt;Overview:&lt;/b&gt; &lt;/p&gt;

&lt;p&gt;License terms for a journal title are not displayed in Publication Finder if a journal title is directly linked to an agreement and a package does not have an agreement line. This indicates if a title has a different agreement from a linked package, there is no option to display license terms for a title.&lt;br/&gt;
**&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Steps to Reproduce:&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Create a license and set a value for at least one term and make visibility of that term &apos;public&apos;&lt;/li&gt;
	&lt;li&gt;Create an agreement and link the license as the &apos;Controlling&apos; license&lt;/li&gt;
	&lt;li&gt;Add an agreement line and choose to link an eHoldings resource&lt;/li&gt;
	&lt;li&gt;search for a Title (e.g. Acta Academica) in the eHoldings search plugin and select&lt;/li&gt;
	&lt;li&gt;create the agreement line&lt;/li&gt;
	&lt;li&gt;make a call to erm/sas/publicLookup?referenceId=&amp;lt;eholdings title id&amp;gt; (e.g. for Acta Academica it is erm/sas/publicLookup?referenceId=66-542-91425)&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;b&gt;Expected Results:&lt;/b&gt; &lt;br/&gt;
The call should retrieve a list of agreements with the license and license terms (custom properties). Even if there are zero agreements the call should still get a results list just an empty one&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Actual Results:&lt;/b&gt; &lt;br/&gt;
Instead of a valid response we get an error.&lt;br/&gt;
Note that the error seems to occur once you have a three part referenceId. So&lt;br/&gt;
/erm/sas/publicLookup?referenceId=66-542 -&amp;gt; get a results set&lt;br/&gt;
/erm/sas/publicLookup?referenceId=66-542-91425 -&amp;gt;gets an error&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;error&quot;&lt;/span&gt;: 500,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;message&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;groovy.lang.MissingPropertyException: No such property: disjunctiveReferences &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; class: org.olf.SubscriptionAgreementController&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;stackTrace&quot;&lt;/span&gt;: [
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.artefact.gsp.TagLibraryInvoker$Trait$Helper.propertyMissing(TagLibraryInvoker.groovy:123)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.olf.SubscriptionAgreementController$__tt__publicLookup_closure14.doCall(SubscriptionAgreementController.groovy:56)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.olf.SubscriptionAgreementController.$tt__publicLookup(SubscriptionAgreementController.groovy:52)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.gorm.transactions.GrailsTransactionTemplate$2.doInTransaction(GrailsTransactionTemplate.groovy:94)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.gorm.transactions.GrailsTransactionTemplate.execute(GrailsTransactionTemplate.groovy:91)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.gorm.multitenancy.Tenants$_withId_closure2$_closure6.doCall(Tenants.groovy:265)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.orm.hibernate.GrailsHibernateTemplate.doExecute(GrailsHibernateTemplate.java:297)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.orm.hibernate.GrailsHibernateTemplate.execute(GrailsHibernateTemplate.java:241)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.orm.hibernate.GrailsHibernateTemplate.executeWithNewSession(GrailsHibernateTemplate.java:153)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.orm.hibernate.GrailsHibernateTemplate.executeWithExistingOrCreateNewSession(GrailsHibernateTemplate.java:207)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.orm.hibernate.AbstractHibernateDatastore.withNewSession(AbstractHibernateDatastore.java:369)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.gorm.multitenancy.Tenants$_withId_closure2.doCall(Tenants.groovy:258)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.gorm.multitenancy.Tenants$CurrentTenant.withTenant(Tenants.groovy:358)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.gorm.multitenancy.Tenants.withId(Tenants.groovy:236)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.datastore.gorm.services.DefaultTenantService.withCurrent(DefaultTenantService.groovy:71)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.core.DefaultGrailsControllerClass$MethodHandleInvoker.invoke(DefaultGrailsControllerClass.java:223)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.core.DefaultGrailsControllerClass.invoke(DefaultGrailsControllerClass.java:188)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.web.mapping.mvc.UrlMappingsInfoHandlerAdapter.handle(UrlMappingsInfoHandlerAdapter.groovy:90)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1043)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.plugin.springsecurity.web.UpdateRequestContextHolderExceptionTranslationFilter.doFilter(UpdateRequestContextHolderExceptionTranslationFilter.groovy:64)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.plugin.springsecurity.web.filter.GrailsAnonymousAuthenticationFilter.doFilter(GrailsAnonymousAuthenticationFilter.groovy:54)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:150)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.plugin.springsecurity.web.authentication.logout.MutableLogoutFilter.doFilter(MutableLogoutFilter.groovy:64)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;grails.plugin.springsecurity.web.SecurityRequestHolderFilter.doFilter(SecurityRequestHolderFilter.groovy:58)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;com.k_int.okapi.springsecurity.OkapiAuthenticationFilter.successfulAuthentication(OkapiAuthenticationFilter.groovy:87)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:240)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.web.servlet.mvc.GrailsWebRequestFilter.doFilterInternal(GrailsWebRequestFilter.java:77)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;org.grails.web.filters.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:67)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:269)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.server.Connectors.executeRootHandler(Connectors.java:376)&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)&quot;&lt;/span&gt;
    ]
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="43546">ERM-2514</key>
            <summary>License terms are not displayed in Publication Finder when a journal title is directly linked to an agreement</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</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="10003">Done</resolution>
                                                        <assignee accountid="557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa">Owen Stephens</assignee>
                                                                <reporter accountid="712020:799a0966-3fb7-4c8d-a896-48e1cf012cab">Masami</reporter>
                                    <labels>
                            <label>Support</label>
                            <label>erm</label>
                            <label>licences</label>
                    </labels>
                <created>Fri, 4 Nov 2022 05:51:09 +0000</created>
                <updated>Tue, 27 Jun 2023 01:57:55 +0000</updated>
                            <resolved>Mon, 30 Jan 2023 09:27:05 +0000</resolved>
                                                                    <component>mod-agreements</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                <comments>
                                                            <comment id="90194" author="5d6eeadef989e00d8c7e897b" created="Mon, 5 Dec 2022 15:11:26 +0000"  >&lt;p&gt;Support believes this might be a&#160; get licensing API issue - if you link it at a package works but if you link it to a title it doesn&apos;t.&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; class=&quot;user-hover&quot; rel=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; data-account-id=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; accountid=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; rel=&quot;noreferrer&quot;&gt;Owen Stephens&lt;/a&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="90196" author="5d6eeadef989e00d8c7e897b" created="Mon, 12 Dec 2022 15:06:36 +0000"  >&lt;p&gt;Support : Tagging &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; class=&quot;user-hover&quot; rel=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; data-account-id=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; accountid=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; rel=&quot;noreferrer&quot;&gt;Owen Stephens&lt;/a&gt;&#160; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="90200" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 19 Dec 2022 15:19:38 +0000"  >&lt;p&gt;Support SIG: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; class=&quot;user-hover&quot; rel=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; data-account-id=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; accountid=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; rel=&quot;noreferrer&quot;&gt;Owen Stephens&lt;/a&gt; - will this bug be solved for Orchid or Poppy? &lt;/p&gt;</comment>
                                                            <comment id="90204" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 9 Jan 2023 15:31:55 +0000"  >&lt;p&gt;Support SIG: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; class=&quot;user-hover&quot; rel=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; data-account-id=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; accountid=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; rel=&quot;noreferrer&quot;&gt;Owen Stephens&lt;/a&gt;  - will this bug be solved for Orchid or Poppy?&lt;/p&gt;</comment>
                                                            <comment id="90208" author="557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa" created="Tue, 10 Jan 2023 11:47:31 +0000"  >&lt;p&gt;Former user I need to do some investigation and work out what the issue is before we can schedule a fix. We&apos;ll look at this next sprint and see what needs to be done, then we can schedule the fix&lt;/p&gt;</comment>
                                                            <comment id="90212" author="712020:799a0966-3fb7-4c8d-a896-48e1cf012cab" created="Thu, 15 Jun 2023 03:27:18 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; class=&quot;user-hover&quot; rel=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; data-account-id=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; accountid=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; rel=&quot;noreferrer&quot;&gt;Owen Stephens&lt;/a&gt;, Kyushu University is saying this is not fixed in Orchid. Can this ticket be re-opened?&lt;/p&gt;</comment>
                                                            <comment id="90214" author="632e132b14c6b4b2210c96c4" created="Thu, 15 Jun 2023 03:43:20 +0000"  >&lt;p&gt;As Masami-san wrote, Kyushu University is thinking this is not yet fixed.&lt;br/&gt;
Adding 2 screen shot images.&lt;br/&gt;
1. linked title.&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;28053_thumb&quot; href=&quot;/rest/api/3/attachment/content/28053&quot; title=&quot;1_linked_to_title_20230615.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;28053&quot; file-preview-title=&quot;1_linked_to_title_20230615.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/28053?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/28053&quot; filename=&quot;1_linked_to_title_20230615.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/28053&quot; data-attachment-name=&quot;1_linked_to_title_20230615.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;6cf98fbb-c444-4048-8726-240c94f53969&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;2.  linked to title and package.&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;28054_thumb&quot; href=&quot;/rest/api/3/attachment/content/28054&quot; title=&quot;2_linked_to_title_and_package_20230615.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;28054&quot; file-preview-title=&quot;2_linked_to_title_and_package_20230615.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/28054?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/28054&quot; filename=&quot;2_linked_to_title_and_package_20230615.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/28054&quot; data-attachment-name=&quot;2_linked_to_title_and_package_20230615.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;b1c06867-a1c7-455f-9bc0-8a197add44a0&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;Could you please look into this and reopen this issue?&lt;/p&gt;
</comment>
                                                            <comment id="90219" author="557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa" created="Fri, 16 Jun 2023 13:00:48 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; class=&quot;user-hover&quot; rel=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; data-account-id=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; accountid=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; rel=&quot;noreferrer&quot;&gt;Masami&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e132b14c6b4b2210c96c4&quot; class=&quot;user-hover&quot; rel=&quot;632e132b14c6b4b2210c96c4&quot; data-account-id=&quot;632e132b14c6b4b2210c96c4&quot; accountid=&quot;632e132b14c6b4b2210c96c4&quot; rel=&quot;noreferrer&quot;&gt;Futoshi Tanuma&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;ve taken a look and I can see that the issue we identified and fixed is definitely fixed on our Orchid test installation &lt;a href=&quot;https://bugfest-orchid.int.aws.folio.org/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://bugfest-orchid.int.aws.folio.org/&lt;/a&gt;. So whatever is causing the problem now is different to the bug we already fixed. There are two questions I have:&lt;/p&gt;

&lt;p&gt;1. Can you confirm the version of mod-agreements installed to make sure there are no differences between our test environment and what you are running? You can see this in Folio Settings -&amp;gt; Software versions and then find &apos;mod-agreements&apos; in the list&lt;br/&gt;
2. Is there any information available on how Publication Finder does the lookup to display the data - I wonder if the issue is that it is only making a request for the package ID not the journal ID?&lt;/p&gt;</comment>
                                                            <comment id="90224" author="712020:799a0966-3fb7-4c8d-a896-48e1cf012cab" created="Wed, 21 Jun 2023 06:21:22 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; class=&quot;user-hover&quot; rel=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; data-account-id=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; accountid=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; rel=&quot;noreferrer&quot;&gt;Owen Stephens&lt;/a&gt;, I checked the tenant today. The version of mod-agreements was&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;mod-agreements&#160;&lt;tt&gt;(mod-agreements-5.5.2)&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&#160;FOLIO version is Orchid-SP-1.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e132b14c6b4b2210c96c4&quot; class=&quot;user-hover&quot; rel=&quot;632e132b14c6b4b2210c96c4&quot; data-account-id=&quot;632e132b14c6b4b2210c96c4&quot; accountid=&quot;632e132b14c6b4b2210c96c4&quot; rel=&quot;noreferrer&quot;&gt;Futoshi Tanuma&lt;/a&gt; - Would you be able to answer question 2.? Thank you.&lt;/p&gt;</comment>
                                                            <comment id="90228" author="632e132b14c6b4b2210c96c4" created="Wed, 21 Jun 2023 06:27:01 +0000"  >&lt;p&gt;Sorry &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; class=&quot;user-hover&quot; rel=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; data-account-id=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; accountid=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; rel=&quot;noreferrer&quot;&gt;Masami&lt;/a&gt; san and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; class=&quot;user-hover&quot; rel=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; data-account-id=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; accountid=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; rel=&quot;noreferrer&quot;&gt;Owen Stephens&lt;/a&gt; san&lt;/p&gt;

&lt;p&gt;Unfortunately I don&apos;t have answer to Q 2. &lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                                                            <comment id="90232" author="557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa" created="Wed, 21 Jun 2023 08:40:49 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; class=&quot;user-hover&quot; rel=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; data-account-id=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; accountid=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; rel=&quot;noreferrer&quot;&gt;Masami&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e132b14c6b4b2210c96c4&quot; class=&quot;user-hover&quot; rel=&quot;632e132b14c6b4b2210c96c4&quot; data-account-id=&quot;632e132b14c6b4b2210c96c4&quot; accountid=&quot;632e132b14c6b4b2210c96c4&quot; rel=&quot;noreferrer&quot;&gt;Futoshi Tanuma&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;From everything I can see the Agreements application works as expected and you are running the appropriate version. To do any further analysis we will need information on what request is being made to the Agreements application from publication finder. If this is being done in the browser it&apos;s possible it could be observed in the Developer tools in a browser like Chrome. But it would probably be best to get someone from the Publication Finder side involved. I don&apos;t have any contacts though - &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; class=&quot;user-hover&quot; rel=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; data-account-id=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; accountid=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; rel=&quot;noreferrer&quot;&gt;Masami&lt;/a&gt; is this something you can arrange?&lt;/p&gt;</comment>
                                                            <comment id="90235" author="712020:799a0966-3fb7-4c8d-a896-48e1cf012cab" created="Thu, 22 Jun 2023 03:25:34 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt; - Is there a way to get someone from the Publication Finder side involved as &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; class=&quot;user-hover&quot; rel=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; data-account-id=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; accountid=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; rel=&quot;noreferrer&quot;&gt;Owen Stephens&lt;/a&gt; suggests? Thank you.&lt;/p&gt;</comment>
                                                            <comment id="90237" author="62a96ae7192edb006f9f1bf9" created="Thu, 22 Jun 2023 12:18:23 +0000"  >&lt;p&gt;Hey &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; class=&quot;user-hover&quot; rel=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; data-account-id=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; accountid=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; rel=&quot;noreferrer&quot;&gt;Masami&lt;/a&gt;&#160; - I recommend creating an EBSCO Connect ticket. It is possible that the person who implemented this link on the Publication detail record might need to modify but I am unsure.&#160;&lt;/p&gt;</comment>
                                                            <comment id="90240" author="712020:799a0966-3fb7-4c8d-a896-48e1cf012cab" created="Fri, 23 Jun 2023 00:56:27 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e132b14c6b4b2210c96c4&quot; class=&quot;user-hover&quot; rel=&quot;632e132b14c6b4b2210c96c4&quot; data-account-id=&quot;632e132b14c6b4b2210c96c4&quot; accountid=&quot;632e132b14c6b4b2210c96c4&quot; rel=&quot;noreferrer&quot;&gt;Futoshi Tanuma&lt;/a&gt; - Will you please create an EBSCO Connect ticket for the issue? Thank you!&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="90244" author="632e132b14c6b4b2210c96c4" created="Tue, 27 Jun 2023 01:57:55 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; class=&quot;user-hover&quot; rel=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; data-account-id=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; accountid=&quot;712020:799a0966-3fb7-4c8d-a896-48e1cf012cab&quot; rel=&quot;noreferrer&quot;&gt;Masami&lt;/a&gt; san, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt; san, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; class=&quot;user-hover&quot; rel=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; data-account-id=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; accountid=&quot;557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa&quot; rel=&quot;noreferrer&quot;&gt;Owen Stephens&lt;/a&gt; san&lt;br/&gt;
I believe the license term showing in Publication Finder is done by server side, not browser side, so developer&apos;s tool won&apos;t be anything we can know something.&lt;br/&gt;
I have initiated EBSCO Service Issue for Publication Finder.&lt;br/&gt;
SI 2803221&lt;br/&gt;
FOLIO ERM&apos;s License terms are not displayed in Publication Finder when a journal title is directly linked to an agreement&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="43760">ERM-2492</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="40848">ERM-361</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="28053" name="1_linked_to_title_20230615.png" size="297109" author="632e132b14c6b4b2210c96c4" created="Thu, 15 Jun 2023 03:42:07 +0000"/>
                            <attachment id="28054" name="2_linked_to_title_and_package_20230615.png" size="306447" author="632e132b14c6b4b2210c96c4" created="Thu, 15 Jun 2023 03:42:28 +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="10141"><![CDATA[Bienenvolk]]></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="10367"><![CDATA[TBD]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10046" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Release</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10067"><![CDATA[Orchid (R1 2023)]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="82">ERM Sprint 157</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 5 Dec 2022 15:11:26 +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>