<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:25:21 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>[ISBNUTIL-5] Insert hyphens into ISBN</title>
                <link>https://folio-org.atlassian.net/browse/ISBNUTIL-5</link>
                <project id="10251" key="ISBNUTIL">isbn-util</project>
                    <description>&lt;p&gt;The ISBN User&apos;s Manual says: &quot;The elements should each be separated clearly by hyphens or spaces when displayed in human readable form&quot; &lt;a href=&quot;https://www.isbn-international.org/content/isbn-users-manual&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://www.isbn-international.org/content/isbn-users-manual&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&quot;The ISBN range message is available as a machine-readable xml file with built-in DTD provided for validation. &lt;span class=&quot;error&quot;&gt;&amp;#91;&#8230;&amp;#93;&lt;/span&gt; This information provides a computer system with the necessary data to split 13 digit ISBNs issued by any national ISBN agency into the segments&quot;: &lt;br/&gt;
&lt;a href=&quot;https://www.isbn-international.org/range_file_generation&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://www.isbn-international.org/range_file_generation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Whether FOLIO wants to follow the recommendation to show ISBN with hyphens in the UI has yet to be decided.&lt;/p&gt;</description>
                <environment></environment>
        <key id="79042">ISBNUTIL-5</key>
            <summary>Insert hyphens into ISBN</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="13571">UXPROD-47</parent>
                                    <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="712020:8112ce6a-772f-4888-afd3-b243105d06aa">Ruslan Lavrov</assignee>
                                                                <reporter accountid="5ee89462f7aa140abd82d11d">Julian Ladisch</reporter>
                                    <labels>
                            <label>ISBN</label>
                            <label>epam-folijet</label>
                    </labels>
                <created>Fri, 21 Dec 2018 08:42:30 +0000</created>
                <updated>Wed, 20 Mar 2019 09:03:04 +0000</updated>
                            <resolved>Wed, 13 Mar 2019 09:14:41 +0000</resolved>
                                                    <fixVersion>1.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="187848" author="5af5e627525ba96b58654f12" created="Wed, 2 Jan 2019 09:06:46 +0000"  >&lt;p&gt;I&apos;m blocking this story until we have a better understanding of whether this is needed by FOLIO users. Will post a question to Discuss.&lt;/p&gt;</comment>
                                                            <comment id="187849" author="5ee89462f7aa140abd82d11d" created="Wed, 9 Jan 2019 12:59:21 +0000"  >&lt;p&gt;Discuss post: &lt;a href=&quot;https://discuss.folio.org/t/isbns-with-hyphens/2297&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://discuss.folio.org/t/isbns-with-hyphens/2297&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="187850" author="5ee89462f7aa140abd82d11d" created="Thu, 10 Jan 2019 12:25:34 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/ladutsko/isbn-core&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/ladutsko/isbn-core&lt;/a&gt; is a Java Library with Apache 2.0 compatible license (MIT) and is available from &lt;a href=&quot;https://mvnrepository.com/artifact/com.github.ladutsko/isbn-core&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://mvnrepository.com/artifact/com.github.ladutsko/isbn-core&lt;/a&gt;&lt;br/&gt;
It has good code to hyphenate ISBNs: &lt;a href=&quot;https://github.com/ladutsko/isbn-core/blob/master/src/main/java/com/github/ladutsko/isbn/ISBNFormat.java&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/ladutsko/isbn-core/blob/master/src/main/java/com/github/ladutsko/isbn/ISBNFormat.java&lt;/a&gt;&lt;br/&gt;
Examples are in the unit tests: &lt;a href=&quot;https://github.com/ladutsko/isbn-core/blob/master/src/test/java/com/github/ladutsko/isbn/FormatISBNTest.java&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/ladutsko/isbn-core/blob/master/src/test/java/com/github/ladutsko/isbn/FormatISBNTest.java&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(Note that the other code in ISBN.java is worse than the Common Apache Validator code, see &lt;a href=&quot;https://folio-org.atlassian.net/browse/ISBNUTIL-4&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/ISBNUTIL-4&lt;/a&gt; .)&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="79040">ISBNUTIL-4</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="10941">UXPROD-1394</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="10153"><![CDATA[Folijet]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">Batch Importer (Bib/Acq)</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzz9sf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1795">EPAM BatchLoader Sprint 12</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 2 Jan 2019 09:06:46 +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>