<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:15:37 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-1748] include edge-rtac in folio-snapshot/testing</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1748</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Deploy edge-rtac in folio-snapshot and folio-testing.&lt;/p&gt;</description>
                <environment></environment>
        <key id="81069">FOLIO-1748</key>
            <summary>include edge-rtac in folio-snapshot/testing</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="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="5c706fbb47a54a6728e59df2">Wayne Schneider</assignee>
                                                                <reporter accountid="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d">Jakub Skoczen</reporter>
                                    <labels>
                            <label>platform-backlog</label>
                    </labels>
                <created>Mon, 28 Jan 2019 13:07:27 +0000</created>
                <updated>Wed, 3 Jun 2020 16:39:26 +0000</updated>
                            <resolved>Fri, 22 Mar 2019 11:41:10 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                                                            <comment id="194878" author="5cf6c546b87c300f36eb7b9a" created="Mon, 4 Mar 2019 22:00:49 +0000"  >&lt;p&gt;See &lt;a href=&quot;https://github.com/folio-org/edge-common/releases/tag/v2.0.1&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/edge-common/releases/tag/v2.0.1&lt;/a&gt; &lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ java -jar target/edge-common-api-key-utils.jar -g -t diku -u diku_admin
eyJzIjoiYlNXMkZhRWpMaSIsInQiOiJkaWt1IiwidSI6ImRpa3VfYWRtaW4ifQ==

$ java -jar target/edge-common-api-key-utils.jar -p eyJzIjoiYlNXMkZhRWpMaSIsInQiOiJkaWt1IiwidSI6ImRpa3VfYWRtaW4ifQ==
Salt: bSW2FaEjLi
Tenant ID: diku
Username: diku_admin

$ echo eyJzIjoiYlNXMkZhRWpMaSIsInQiOiJkaWt1IiwidSI6ImRpa3VfYWRtaW4ifQ== | base64 --decode
{&quot;s&quot;:&quot;bSW2FaEjLi&quot;,&quot;t&quot;:&quot;diku&quot;,&quot;u&quot;:&quot;diku_admin&quot;}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="194883" author="5c706fbb47a54a6728e59df2" created="Thu, 21 Mar 2019 11:58:14 +0000"  >&lt;p&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; can I get a basic description of the API so I can validate that the module is working?&lt;/p&gt;</comment>
                                                            <comment id="194886" author="5cf6c546b87c300f36eb7b9a" created="Thu, 21 Mar 2019 14:07:56 +0000"  >&lt;p&gt;It&apos;s in the API docs...  &lt;a href=&quot;https://s3.amazonaws.com/foliodocs/api/edge-rtac/edge-rtac.html#&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://s3.amazonaws.com/foliodocs/api/edge-rtac/edge-rtac.html#&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;From the edge-rtac README:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;In order to reduce the amount of integration work on the discovery side, the API implemented here mimics an existing RTAC integration. This includes the parameter names, data formats, API endpoint names, among other things. There are certain quirks about the API being mimicked that may seem unintuitive, such as failures of any sort still result in 200 response, but with an empty &amp;lt;holdings/&amp;gt; XML payload. Eventually all this will be documented.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Some of that mimicry turned out to be unnecessary and can be dispensed with (e.g. the API path).  I lament that has not already been cleaned up.  Hopefully we can get to it before go-live and the rest documented ASAP.&lt;/p&gt;</comment>
                                                            <comment id="194889" author="5c706fbb47a54a6728e59df2" created="Thu, 21 Mar 2019 20:45:18 +0000"  >&lt;p&gt;edge-rtac and mod-rtac have been configured for the folio-testing and folio-snapshot builds, and should appear in the reference environments after tonights builds.&lt;/p&gt;</comment>
                                                            <comment id="194892" author="5cf6c546b87c300f36eb7b9a" created="Thu, 21 Mar 2019 21:17:51 +0000"  >&lt;p&gt;&lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/thumbs_up.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/thumbs_up.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="194894" author="5cf6c546b87c300f36eb7b9a" created="Thu, 21 Mar 2019 21:20:00 +0000"  >&lt;p&gt;have the URL/API key been documented anywhere yet?&lt;/p&gt;</comment>
                                                            <comment id="194897" author="5c706fbb47a54a6728e59df2" created="Thu, 21 Mar 2019 21:24:10 +0000"  >&lt;p&gt;No...the urls will be:&lt;br/&gt;
&lt;a href=&quot;http://folio-snapshot.aws.indexdata.com:8000/prod/rtac/folioRTAC&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://folio-snapshot.aws.indexdata.com:8000/prod/rtac/folioRTAC&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://folio-testing-backend01.aws.indexdata.com:8000/prod/rtac/folioRTAC&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://folio-testing-backend01.aws.indexdata.com:8000/prod/rtac/folioRTAC&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And the institutional user is &lt;tt&gt;diku&lt;/tt&gt;. I&apos;m not sure where to document this; any ideas?&lt;/p&gt;</comment>
                                                            <comment id="194900" author="5c706fbb47a54a6728e59df2" created="Fri, 22 Mar 2019 11:40:55 +0000"  >&lt;p&gt;Verified in folio-testing:&lt;br/&gt;
&lt;a href=&quot;http://folio-testing-backend01.aws.indexdata.com:8000/prod/rtac/folioRTAC?apikey=eyJzIjoicUN4NnBGbGZ1V0VER2kyUVNLYWIiLCJ0IjoiZGlrdSIsInUiOiJkaWt1In0=&amp;amp;mms_id=a89eccf0-57a6-495e-898d-32b9b2210f2f&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://folio-testing-backend01.aws.indexdata.com:8000/prod/rtac/folioRTAC?apikey=eyJzIjoicUN4NnBGbGZ1V0VER2kyUVNLYWIiLCJ0IjoiZGlrdSIsInUiOiJkaWt1In0=&amp;amp;mms_id=a89eccf0-57a6-495e-898d-32b9b2210f2f&lt;/a&gt;&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;
&amp;lt;?xml version=&lt;span class=&quot;code-quote&quot;&gt;&apos;1.0&apos;&lt;/span&gt; encoding=&lt;span class=&quot;code-quote&quot;&gt;&apos;UTF-8&apos;&lt;/span&gt;?&amp;gt;
&amp;lt;holdings&amp;gt;
    &amp;lt;holding&amp;gt;
        &amp;lt;id&amp;gt;bb5a6689-c008-4c96-8f8f-b666850ee12d&amp;lt;/id&amp;gt;
        &amp;lt;callNumber&amp;gt;D15.H63 A3 2002&amp;lt;/callNumber&amp;gt;
        &amp;lt;location&amp;gt;SECOND FLOOR&amp;lt;/location&amp;gt;
        &amp;lt;status&amp;gt;Checked out&amp;lt;/status&amp;gt;
        &amp;lt;dueDate&amp;gt;2017-01-19T12:42:21.000+0000&amp;lt;/dueDate&amp;gt;
    &amp;lt;/holding&amp;gt;
&amp;lt;/holdings&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="194903" author="5cf6c546b87c300f36eb7b9a" created="Fri, 22 Mar 2019 14:04:59 +0000"  >&lt;blockquote&gt;&lt;p&gt;I&apos;m not sure where to document this; any ideas?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;No, I&apos;m not sure either.  Maybe &lt;a href=&quot;https://dev.folio.org/guides/automation/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guides/automation/&lt;/a&gt; ?&lt;/p&gt;</comment>
                                                            <comment id="194905" author="5c706fbb47a54a6728e59df2" created="Sat, 23 Mar 2019 15:59:15 +0000"  >&lt;p&gt;Good idea &amp;#8211; see 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-1899&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-1899&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Update dev.folio.org automation guide with info about edge modules&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-1899
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 for followup issue. Thanks!&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="80928">FOLIO-1630</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="79913">FOLIO-1718</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="38507">EDGCOMMON-19</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="77557">EDGRTAC-7</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="81081">FOLIO-1759</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10001">
                    <name>Cloners</name>
                                            <outwardlinks description="clones">
                                        <issuelink>
            <issuekey id="81127">FOLIO-1747</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is cloned by">
                                        <issuelink>
            <issuekey id="81128">FOLIO-1749</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="10144"><![CDATA[Core: Platform]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1149">Core: Platform - Sprint 59</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.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, 4 Mar 2019 22:00:49 +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>