<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:07:33 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-679] folio-ansible/roles/mod-circulation-data fails with group_vars/testing (branch FOLIO-632)</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-679</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;folio-ansible/roles/mod-circulation-data consistently fails when using group_vars/testing in folio-ansible (branch 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-632&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-632&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Refactor folio-ansible for stable/testing&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-632
        &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;
).    The tasks that fails is: &lt;span class=&quot;error&quot;&gt;&amp;#91;folio-ansible/roles/mod-circulation-data : Copy loan records with userIds&amp;#93;&lt;/span&gt;.    The task does not fail when building with group_vars/stable.&lt;br/&gt;
Output and errors in comments. &lt;/p&gt;</description>
                <environment></environment>
        <key id="80235">FOLIO-679</key>
            <summary>folio-ansible/roles/mod-circulation-data fails with group_vars/testing (branch FOLIO-632)</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="5c706fbb47a54a6728e59df2">Wayne Schneider</assignee>
                                                                <reporter accountid="5f9abc1eb45b2e007453f423">John Malconian</reporter>
                                    <labels>
                            <label>ci</label>
                    </labels>
                <created>Thu, 15 Jun 2017 18:33:00 +0000</created>
                <updated>Mon, 12 Nov 2018 14:23:36 +0000</updated>
                            <resolved>Fri, 16 Jun 2017 18:41:11 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                    <timespent seconds="7200">2 hours</timespent>
                                <comments>
                                                            <comment id="188567" author="5f9abc1eb45b2e007453f423" created="Thu, 15 Jun 2017 18:34:10 +0000"  >&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;
TASK [folio-ansible/roles/mod-circulation-data : wait_for] *******************************
ok: [folioami02]

TASK [folio-ansible/roles/mod-circulation-data : Check tenant mod-circulation-storage registration] ***
ok: [folioami02]

TASK [folio-ansible/roles/mod-circulation-data : Enable mod-circulation-storage module for tenant] ***
changed: [folioami02]

TASK [folio-ansible/roles/mod-circulation-data : Check tenant mod-circulation registration] ***
ok: [folioami02]

TASK [folio-ansible/roles/mod-circulation-data : Enable mod-circulation module for tenant] ***
changed: [folioami02]

TASK [folio-ansible/roles/mod-circulation-data : Login as diku_admin] ********************
ok: [folioami02]

TASK [folio-ansible/roles/mod-circulation-data : Grant additional permissions to diku_admin] ***
changed: [folioami02] =&amp;gt; (item=circulation-storage.all)
changed: [folioami02] =&amp;gt; (item=circulation.all)

TASK [folio-ansible/roles/mod-circulation-data : Get users for loans] ********************
ok: [folioami02]

TASK [folio-ansible/roles/mod-circulation-data : Create loan records directory] **********
changed: [folioami02]

TASK [folio-ansible/roles/mod-circulation-data : Copy loan records with userIds] *********
failed: [folioami02] (item=bridget-jones-baby-item.json) =&amp;gt; {&quot;failed&quot;: true, &quot;item&quot;: &quot;bridget-jones-baby-item.json&quot;, &quot;msg&quot;: &quot;AnsibleUndefinedVariable: list object has no element 0&quot;}
failed: [folioami02] (item=girl-on-the-train-item.json) =&amp;gt; {&quot;failed&quot;: true, &quot;item&quot;: &quot;girl-on-the-train-item.json&quot;, &quot;msg&quot;: &quot;AnsibleUndefinedVariable: list object has no element 1&quot;}
failed: [folioami02] (item=interesting-times-item.json) =&amp;gt; {&quot;failed&quot;: true, &quot;item&quot;: &quot;interesting-times-item.json&quot;, &quot;msg&quot;: &quot;AnsibleUndefinedVariable: list object has no element 2&quot;}
failed: [folioami02] (item=nod-item.json) =&amp;gt; {&quot;failed&quot;: true, &quot;item&quot;: &quot;nod-item.json&quot;, &quot;msg&quot;: &quot;AnsibleUndefinedVariable: list object has no element 3&quot;}

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="188569" author="5c706fbb47a54a6728e59df2" created="Fri, 16 Jun 2017 15:05:19 +0000"  >&lt;p&gt;Interesting &amp;#8211; build_stable works, but build_testing does not. The underlying issue is that users are not loaded (so there are no users to hook the loans up to).&lt;/p&gt;</comment>
                                                            <comment id="188571" author="5c706fbb47a54a6728e59df2" created="Fri, 16 Jun 2017 15:14:25 +0000"  >&lt;p&gt;It appears that the issue is the schema change introduced in &lt;a href=&quot;https://github.com/folio-org/mod-users/commit/e6e2bc1277559113bc654fac331b57be9aa45d72&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-users/commit/e6e2bc1277559113bc654fac331b57be9aa45d72&lt;/a&gt; and included in the 12.0.0 release of mod-users &amp;#8211; and the fact that an object that doesn&apos;t match the schema fails to POST with the same status code that a duplicate object reports, so the task did not report an error.&lt;/p&gt;</comment>
                                                            <comment id="188573" author="5c706fbb47a54a6728e59df2" created="Fri, 16 Jun 2017 18:41:11 +0000"  >&lt;p&gt;Upgrade to mod-users v12.0.0 in &quot;stable&quot; with update to gen-folio-users script took care of it.&lt;/p&gt;</comment>
                    </comments>
                    <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_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzxpg7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 16 Jun 2017 15:05:19 +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>