<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:29:05 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>[FOLIO-3568] Add ui-serials-management and mod-serials-management to snapshot</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-3568</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Add serials-management UX and backend modules to snapshot&lt;/p&gt;

&lt;p&gt;Associated PR: &lt;a href=&quot;https://github.com/folio-org/platform-complete/pull/2186&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/platform-complete/pull/2186&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="82350">FOLIO-3568</key>
            <summary>Add ui-serials-management and mod-serials-management to snapshot</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</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="61cd0ca0bce5e00069e98be7">David Crossley</assignee>
                                                                <reporter accountid="712020:4a234957-38d6-4dec-a4d6-9d24dda2acf2">Jack Golding</reporter>
                                    <labels>
                    </labels>
                <created>Fri, 26 Aug 2022 12:55:20 +0000</created>
                <updated>Tue, 8 Nov 2022 20:35:55 +0000</updated>
                            <resolved>Fri, 28 Oct 2022 03:23:04 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="198155" author="61cd0ca0bce5e00069e98be7" created="Thu, 27 Oct 2022 04:24:11 +0000"  >&lt;p&gt;I have reviewed both modules regarding the CI-related aspects of &lt;a href=&quot;https://dev.folio.org/faqs/how-to-install-new-module/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/faqs/how-to-install-new-module/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Mostly okay for both modules.&lt;/p&gt;

&lt;p&gt;However, as noted on the PR &lt;a href=&quot;https://github.com/folio-org/platform-complete/pull/2186&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;pull/2186&lt;/a&gt;, there is something incorrect.&lt;/p&gt;

&lt;p&gt;The package.json for ui-serials-management does not have any &quot;okapiInterfaces&quot; section. (See for example &quot;ui-oa&quot;.)&lt;/p&gt;

&lt;p&gt;As explained at &lt;a href=&quot;https://dev.folio.org/guides/install-frontend-module/#require-backend-only-when-ready&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;this doc&lt;/a&gt;, if the front-end module &lt;b&gt;does declare&lt;/b&gt; the interface &quot;serials-management&quot; then the back-end module mod-serials-management will be automatically included in the platform.&lt;/p&gt;

&lt;p&gt;Otherwise the mod-serials-management will need to be temporarily added to the platform-complete snapshot &quot;install-extras.json&quot; file.&lt;/p&gt;</comment>
                                                            <comment id="198156" author="61cd0ca0bce5e00069e98be7" created="Thu, 27 Oct 2022 04:24:50 +0000"  >&lt;p&gt;Some things are missing for both repositories, according to &lt;a href=&quot;https://dev.folio.org/guidelines/create-new-repo/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guidelines/create-new-repo/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&quot;The branch protection and its required checks&quot;&lt;br/&gt;
&amp;#8211; I have now added those.&lt;/p&gt;

&lt;p&gt;&quot;Ensure that the required copyright and license statement is near the top of the README&quot;&lt;br/&gt;
&amp;#8211; You need to add that.&lt;/p&gt;</comment>
                                                            <comment id="198157" author="712020:4a234957-38d6-4dec-a4d6-9d24dda2acf2" created="Thu, 27 Oct 2022 09:26:00 +0000"  >&lt;p&gt;Thanks for pointing out those issues, the changes to mod/ui-serials-management have been merged this morning&lt;/p&gt;</comment>
                                                            <comment id="198158" author="61cd0ca0bce5e00069e98be7" created="Fri, 28 Oct 2022 03:22:00 +0000"  >&lt;p&gt;Okay, the platform-complete snapshot PR is merged, and the subsequent &lt;a href=&quot;https://dev.folio.org/guides/automation/#platform-hourly-build&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;hourly platform build&lt;/a&gt; was successful.&lt;/p&gt;

&lt;p&gt;The modules are now in today&apos;s &lt;a href=&quot;https://dev.folio.org/guides/automation/#folio-snapshot&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;folio-snapshot&lt;/a&gt;.&lt;/p&gt;</comment>
                                                            <comment id="198159" author="61cd0ca0bce5e00069e98be7" created="Fri, 28 Oct 2022 03:22:34 +0000"  >&lt;p&gt;By the way, there are some other tasks that are not yet done for these modules.&lt;br/&gt;
&lt;a href=&quot;https://dev.folio.org/guidelines/create-new-repo/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guidelines/create-new-repo/&lt;/a&gt;&lt;br/&gt;
Most important at this stage is to link to their issue tracker, so that people know where to report issues.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="82329">FOLIO-3624</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="10155"><![CDATA[FOLIO DevOps]]></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|i03x73:9</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="2010">DevOps Sprint 151</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 27 Oct 2022 04:24:11 +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>