<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:12:54 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-1377] debug PR test failure issue in ui-inventory</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1377</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed5e2434bf3a1a91d37a&quot; class=&quot;user-hover&quot; rel=&quot;5bffed5e2434bf3a1a91d37a&quot; data-account-id=&quot;5bffed5e2434bf3a1a91d37a&quot; accountid=&quot;5bffed5e2434bf3a1a91d37a&quot; rel=&quot;noreferrer&quot;&gt;Niels Erik Nielsen&lt;/a&gt; on 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-1338&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-1338&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Regression tests fail consistently in PRs&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-1338
        &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;
 &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt; described the steps to build the stripes bundle locally so it matches the build process in the CI. This should allows us to debug locally the reasons for why PR tests fail.&lt;/p&gt;

&lt;p&gt;From John:&lt;/p&gt;

&lt;p&gt;Steps that simulate a PR build in Jenkins (using ui-users as example):&lt;/p&gt;

&lt;p&gt;Prep Project Repo:&lt;/p&gt;

&lt;p&gt;Checkout a &quot;feature&quot; branch of a UI module. Merge master branch into branch.&lt;br/&gt;
Update the version in the package.json to something unique. e.g. append &apos;-pr-test-2&apos;.&lt;br/&gt;
yarn install&lt;br/&gt;
Build Platform Bundle:&lt;/p&gt;

&lt;p&gt;Clone &apos;platform-core&apos; from Git.&lt;br/&gt;
Grab folio-snapshot-stable&apos;s yarn.lock file. e.g. &apos;wget &lt;a href=&quot;http://folio-snapshot-stable.aws.indexdata.com/yarn.lock&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://folio-snapshot-stable.aws.indexdata.com/yarn.lock&lt;/a&gt;&apos; (NOTE: I recently disabled this step)&lt;br/&gt;
Add UI module we checked out previously to the platform. For example, &apos;yarn add &lt;a href=&quot;file:../ui-users&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;file:../ui-users&lt;/a&gt; &amp;amp;&amp;amp; yarn upgrade @folio/users&apos;&lt;br/&gt;
Build bundle utilizing Stripes CLI which is installed globally - &apos;stripes build --okapi &lt;a href=&quot;http://folio-snapshot-stable.aws.indexdata.com:9130&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://folio-snapshot-stable.aws.indexdata.com:9130&lt;/a&gt; --tenant pr_433_4 stripes.config.js bundle&apos;. In this case, &apos;pr_433_4&apos; is the name of the new tenant that will subsequently be created on folio-snapshot-stable. For purposes of testing, you may specify an existing tenant that has already been created from a previous PR or just specify &apos;diku&apos;.&lt;br/&gt;
Jenkins uses the NPM package, &apos;http-server&apos;, to serve up the bundle. &apos;http-server -p 3000 ./bundle &amp;amp;&apos;&lt;br/&gt;
Deploy new tenant and enable modules:&lt;/p&gt;

&lt;p&gt;For the sake of manual testing, this step can be skipped. Use an existing tenant.&lt;br/&gt;
Run UI Regression tests:&lt;/p&gt;

&lt;p&gt;git clone ui-testing repo&lt;br/&gt;
add the project we are testing. e.g. &apos;yarn add &lt;a href=&quot;file:../ui-users&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;file:../ui-users&lt;/a&gt; &amp;amp;&amp;amp; yarn upgrade @folio/users&apos;&lt;br/&gt;
set env FOLIO_UI_USERNAME to the tenant admin which is always $ &lt;/p&gt;
{TENANT}
&lt;p&gt;_admin&lt;/p&gt;

&lt;p&gt;set env FOLIO_UI_PASSWORD to &apos;admin&apos;&lt;br/&gt;
set env FOLIO_UI_URL to &apos;http://localhost:3000&apos; (where our test bundle is served up)&lt;br/&gt;
Invoke partial test with &apos;xfvb-run&apos; - &apos;xvfb-run --server-args=&quot;-screen 0 1024x768x24 yarn test-module -o --run=users&apos;&lt;/p&gt;</description>
                <environment></environment>
        <key id="80764">FOLIO-1377</key>
            <summary>debug PR test failure issue in ui-inventory</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="10000" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p1.svg">P1</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="5bffed5e2434bf3a1a91d37a">Niels Erik Nielsen</assignee>
                                                                <reporter accountid="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d">Jakub Skoczen</reporter>
                                    <labels>
                            <label>sprint43</label>
                    </labels>
                <created>Wed, 25 Jul 2018 13:36:32 +0000</created>
                <updated>Mon, 12 Nov 2018 14:24:51 +0000</updated>
                            <resolved>Wed, 25 Jul 2018 21:41:11 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="194763" author="5bffed5e2434bf3a1a91d37a" created="Wed, 25 Jul 2018 15:28:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt;  &lt;br/&gt;
&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A624212b9-5938-4e3b-84c6-8c8a8db84996&quot; class=&quot;user-hover&quot; rel=&quot;557058:624212b9-5938-4e3b-84c6-8c8a8db84996&quot; data-account-id=&quot;557058:624212b9-5938-4e3b-84c6-8c8a8db84996&quot; accountid=&quot;557058:624212b9-5938-4e3b-84c6-8c8a8db84996&quot; rel=&quot;noreferrer&quot;&gt;Matthew Jones&lt;/a&gt;  already went through these steps last week, ref. &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-1338?focusedCommentId=194381&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/FOLIO-1338?focusedCommentId=194381&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&lt;/a&gt;, &lt;/p&gt;

&lt;p&gt;and found that it errors out for several UI modules with messages like this:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;/rest/api/3/attachment/content/64085&quot; height=&quot;183&quot; width=&quot;200&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p&gt;This would explain the PR test failures. &lt;/p&gt;</comment>
                                                            <comment id="194765" author="5bffed5e2434bf3a1a91d37a" created="Wed, 25 Jul 2018 18:16:13 +0000"  >&lt;p&gt;I went through the same steps, and still find that behavior for ui-users and ui-inventory. &lt;/p&gt;

&lt;p&gt;With ui-user checkout, no yarn.lock &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;
rm -rf platform-core
git clone https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/folio-org/platform-core
&lt;/span&gt;cd platform-core
yarn add file:../ui-users &amp;amp;&amp;amp; yarn upgrade @folio/users
stripes build --okapi http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-stable.aws.indexdata.com:9130 --tenant diku stripes.config.js bundle
&lt;/span&gt;http-server -p 3000 ./bundle
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;UI-users does:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64082_thumb&quot; href=&quot;/rest/api/3/attachment/content/64082&quot; title=&quot;Screenshot from 2018-07-25 19-07-41.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64082&quot; file-preview-title=&quot;Screenshot from 2018-07-25 19-07-41.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64082?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64082&quot; filename=&quot;Screenshot from 2018-07-25 19-07-41.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64082&quot; data-attachment-name=&quot;Screenshot from 2018-07-25 19-07-41.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;f4052db7-8d3a-438a-ac7c-bfe950c5dffe&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;UI-inventory works on first access, on second it says:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64083_thumb&quot; href=&quot;/rest/api/3/attachment/content/64083&quot; title=&quot;Screenshot from 2018-07-25 19-07-49.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64083&quot; file-preview-title=&quot;Screenshot from 2018-07-25 19-07-49.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64083?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64083&quot; filename=&quot;Screenshot from 2018-07-25 19-07-49.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64083&quot; data-attachment-name=&quot;Screenshot from 2018-07-25 19-07-49.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;d02a2b46-f083-4454-80b3-5880447f4d02&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;Users settings do:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64084_thumb&quot; href=&quot;/rest/api/3/attachment/content/64084&quot; title=&quot;Screenshot from 2018-07-25 19-08-06.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64084&quot; file-preview-title=&quot;Screenshot from 2018-07-25 19-08-06.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64084?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64084&quot; filename=&quot;Screenshot from 2018-07-25 19-08-06.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64084&quot; data-attachment-name=&quot;Screenshot from 2018-07-25 19-08-06.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;9aceff38-ab14-478c-96d2-15790dad7f36&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;</comment>
                                                            <comment id="194768" author="5bffed5e2434bf3a1a91d37a" created="Wed, 25 Jul 2018 21:23:39 +0000"  >&lt;p&gt;Finally, yarn adding ui-inventory (instead of ui-users as before):&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;
rm -rf platform-core
git clone https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/folio-org/platform-core
&lt;/span&gt;cd platform-core
yarn add file:../ui-inventory &amp;amp;&amp;amp; yarn upgrade @folio/inventory
stripes build --okapi http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-stable.aws.indexdata.com:9130 --tenant diku stripes.config.js bundle
&lt;/span&gt;http-server -p 3000 ./bundle
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64086_thumb&quot; href=&quot;/rest/api/3/attachment/content/64086&quot; title=&quot;screenshot-2.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64086&quot; file-preview-title=&quot;screenshot-2.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64086?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64086&quot; filename=&quot;screenshot-2.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64086&quot; data-attachment-name=&quot;screenshot-2.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;790df15a-dfba-4a06-a510-b26693e14291&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;
</comment>
                                                            <comment id="194770" author="5bffed5e2434bf3a1a91d37a" created="Wed, 25 Jul 2018 21:40:06 +0000"  >&lt;p&gt;Conclusion: Both ui-user and ui-inventory consistently error out when  they are &quot;yarn added&quot;, using the build steps given in the description (excluding fetching the yarn.lock which breaks stripes build for me). The same modules (same versions) work if they are installed as part of a regular yarn install &amp;#8211; that is, doing the same steps but not yarn add-ing particular modules. &lt;/p&gt;

&lt;p&gt;Users:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64082_thumb&quot; href=&quot;/rest/api/3/attachment/content/64082&quot; title=&quot;Screenshot from 2018-07-25 19-07-41.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64082&quot; file-preview-title=&quot;Screenshot from 2018-07-25 19-07-41.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64082?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64082&quot; filename=&quot;Screenshot from 2018-07-25 19-07-41.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64082&quot; data-attachment-name=&quot;Screenshot from 2018-07-25 19-07-41.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;f4052db7-8d3a-438a-ac7c-bfe950c5dffe&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;Inventory:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64086_thumb&quot; href=&quot;/rest/api/3/attachment/content/64086&quot; title=&quot;screenshot-2.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64086&quot; file-preview-title=&quot;screenshot-2.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64086?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64086&quot; filename=&quot;screenshot-2.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64086&quot; data-attachment-name=&quot;screenshot-2.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;790df15a-dfba-4a06-a510-b26693e14291&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;Cannot look into the past, but if my scripts reflect what&apos;s happening in the PR, I&apos;m guessing these errors are why the PR&apos;s have consistently failed for some time. &lt;/p&gt;</comment>
                                                            <comment id="194774" author="5bffed5e2434bf3a1a91d37a" created="Thu, 26 Jul 2018 14:17:08 +0000"  >&lt;p&gt;As suggested on the testing meet just now, this is a test run based on the ui-inventory PR test build. It fails according to the same pattern as all the PR tests for ui-inventory, ui-users, and others in recent weeks. &lt;/p&gt;

&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64087_thumb&quot; href=&quot;/rest/api/3/attachment/content/64087&quot; title=&quot;screenshot-3.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64087&quot; file-preview-title=&quot;screenshot-3.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64087?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64087&quot; filename=&quot;screenshot-3.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64087&quot; data-attachment-name=&quot;screenshot-3.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;1ac2e215-819d-4ecc-b504-0b9c5be201c0&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;(The service built with: &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;
rm -rf platform-core
git clone https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/folio-org/platform-core
&lt;/span&gt;cd platform-core
yarn add file:../ui-inventory &amp;amp;&amp;amp; yarn upgrade @folio/inventory
stripes build --okapi http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-stable.aws.indexdata.com:9130 --tenant diku stripes.config.js bundle
&lt;/span&gt;http-server -p 3000 ./bundle
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;)&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="80691">FOLIO-1338</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64082" name="Screenshot from 2018-07-25 19-07-41.png" size="103192" author="5bffed5e2434bf3a1a91d37a" created="Wed, 25 Jul 2018 17:38:43 +0000"/>
                            <attachment id="64083" name="Screenshot from 2018-07-25 19-07-49.png" size="101274" author="5bffed5e2434bf3a1a91d37a" created="Wed, 25 Jul 2018 17:39:21 +0000"/>
                            <attachment id="64084" name="Screenshot from 2018-07-25 19-08-06.png" size="106630" author="5bffed5e2434bf3a1a91d37a" created="Wed, 25 Jul 2018 17:39:45 +0000"/>
                            <attachment id="64085" name="screenshot-1.png" size="140346" author="5bffed5e2434bf3a1a91d37a" created="Wed, 25 Jul 2018 15:18:27 +0000"/>
                            <attachment id="64086" name="screenshot-2.png" size="103483" author="5bffed5e2434bf3a1a91d37a" created="Wed, 25 Jul 2018 21:22:57 +0000"/>
                            <attachment id="64087" name="screenshot-3.png" size="139705" author="5bffed5e2434bf3a1a91d37a" created="Thu, 26 Jul 2018 14:14:42 +0000"/>
                    </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|hzyqs7:</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>Wed, 25 Jul 2018 15:28:00 +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>