<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:20:23 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>[CIRC-1371] post to /circulation/requests without request date returns error but changes item status</title>
                <link>https://folio-org.atlassian.net/browse/CIRC-1371</link>
                <project id="10133" key="CIRC">mod-circulation</project>
                    <description>&lt;p&gt;UPDATE (2021-10-04):&lt;/p&gt;

&lt;p&gt;This issue appears to have gotten lost. I&apos;ve confirmed that the reported behavior still exists and actually occurs if the fulfilmentPreference value is incorrect, as well. For example:&lt;/p&gt;

&lt;p&gt;Attempt to post the following payload to folio-snapshot to replicate the originally-reported behavior:&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-json&quot;&gt;
{
    &lt;span class=&quot;code-quote&quot;&gt;&quot;requestType&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Page&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;fulfilmentPreference&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Hold Shelf&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;requesterId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;bec20636-fb68-41fd-84ea-2cf910673599&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;itemId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;23fdb0bc-ab58-442a-b326-577a96204487&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;pickupServicePointId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;3a40852d-49fd-4df2-a1f9-6e2641a6e91f&quot;&lt;/span&gt;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Ensure that the item with barcode:&#160;653285216743 is in status &quot;Available&quot;&lt;/p&gt;

&lt;p&gt;To replicate the issue with &quot;fulfilmentPreference&quot;, attempt to post this payload:&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-json&quot;&gt;
{
    &lt;span class=&quot;code-quote&quot;&gt;&quot;requestType&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Page&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;fulfilmentPreference&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Hold shelf&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;requesterId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;bec20636-fb68-41fd-84ea-2cf910673599&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;itemId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;23fdb0bc-ab58-442a-b326-577a96204487&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;pickupServicePointId&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;3a40852d-49fd-4df2-a1f9-6e2641a6e91f&quot;&lt;/span&gt;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Again, make sure the item is in status &quot;Available&quot;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;h2&gt;&lt;a name=&quot;ORIGINALREPORT&quot;&gt;&lt;/a&gt;ORIGINAL REPORT&lt;/h2&gt;

&lt;p&gt;If you attempt to create a request without a request date the service returns an error and does NOT create the request but it does change the item status to Paged (for a previously &apos;available&apos; item)&lt;/p&gt;

&lt;p&gt;To recreate:&lt;br/&gt;
 POST to&lt;br/&gt;
 &lt;a href=&quot;http://localhost:9130/circulation/requests&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://localhost:9130/circulation/requests&lt;/a&gt;&lt;br/&gt;
 using an available item without a &apos;requestDate&apos;:&lt;/p&gt;

{ &quot;requestType&quot;: &quot;Page&quot;, &quot;fulfilmentPreference&quot;: &quot;Hold Shelf&quot;, &quot;requesterId&quot;: &quot;99999999-9999-9999-9999-999999999901&quot;, &quot;itemId&quot;: &quot;e06ed2da-efd2-42a1-b4ca-eae2c672a70a&quot;, &quot;pickupServicePointId&quot;: &quot;29faacf1-4ba4-42c7-8b2a-566b259e4641&quot; }

&lt;p&gt;The return is:&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
 &quot;errors&quot;: [{&lt;br/&gt;
 &quot;message&quot;: &quot;may not be null&quot;,&lt;br/&gt;
 &quot;type&quot;: &quot;1&quot;,&lt;br/&gt;
 &quot;code&quot;: &quot;-1&quot;,&lt;br/&gt;
 &quot;parameters&quot;: [&lt;/p&gt;

{ &quot;key&quot;: &quot;requestDate&quot;, &quot;value&quot;: &quot;null&quot; }

&lt;p&gt;]&lt;br/&gt;
 }]&lt;br/&gt;
 }&lt;/p&gt;

&lt;p&gt;However, the item status is changed to Paged&lt;/p&gt;</description>
                <environment></environment>
        <key id="48180">CIRC-1371</key>
            <summary>post to /circulation/requests without request date returns error but changes item status</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                            <parent id="10049">UXPROD-790</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="70121:e853bbc3-9c19-4f53-9a91-b5b7a23f84c6">Roman Barannyk</assignee>
                                                                <reporter accountid="60dc7950ee648800687a4cdf">Michelle Suranofsky</reporter>
                                    <labels>
                            <label>support</label>
                    </labels>
                <created>Wed, 21 Aug 2019 12:59:04 +0000</created>
                <updated>Tue, 19 Jul 2022 13:53:59 +0000</updated>
                            <resolved>Thu, 17 Feb 2022 15:44:43 +0000</resolved>
                                                    <fixVersion>23.0.2</fixVersion>
                    <fixVersion>23.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                <comments>
                                                            <comment id="107096" author="5af5e627525ba96b58654f12" created="Mon, 4 Oct 2021 16:33:19 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e148361dbef2805be710f&quot; class=&quot;user-hover&quot; rel=&quot;632e148361dbef2805be710f&quot; data-account-id=&quot;632e148361dbef2805be710f&quot; accountid=&quot;632e148361dbef2805be710f&quot; rel=&quot;noreferrer&quot;&gt;Brooks Travis&lt;/a&gt; Looks like you&apos;re PO for requests now? This bug was on the UXPROD project, and it&apos;s ancient. I moved it to UIREQ, and it may not even repro any more. If it does repro, it may belong on a BE project instead of UI. In any event, I just wanted to bring it to your attention to clean up or close. Thank you!&lt;/p&gt;</comment>
                                                            <comment id="107101" author="632e148361dbef2805be710f" created="Mon, 4 Oct 2021 20:42:31 +0000"  >&lt;p&gt;Well, well, well&#8230; looks like this is still an issue. It also seems to be a more general problem.&lt;/p&gt;</comment>
                                                            <comment id="107108" author="632e148361dbef2805be710f" created="Mon, 4 Oct 2021 20:54:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d794c218ce6b60c3810eb8a&quot; class=&quot;user-hover&quot; rel=&quot;5d794c218ce6b60c3810eb8a&quot; data-account-id=&quot;5d794c218ce6b60c3810eb8a&quot; accountid=&quot;5d794c218ce6b60c3810eb8a&quot; rel=&quot;noreferrer&quot;&gt;Stephanie Buck&lt;/a&gt;&#160;I&apos;ve assigned this to Vega. I thought it might be something that could be addressed as part of the work on title-level requests. Let me know if your team disagrees. I&apos;m going to say that it&apos;s not a high priority item, since it&apos;s been sitting there for two years and no one else has reported it.&lt;/p&gt;</comment>
                                                            <comment id="107117" author="5d794c218ce6b60c3810eb8a" created="Wed, 6 Oct 2021 13:23:37 +0000"  >&lt;p&gt;Thanks for checking this out &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e148361dbef2805be710f&quot; class=&quot;user-hover&quot; rel=&quot;632e148361dbef2805be710f&quot; data-account-id=&quot;632e148361dbef2805be710f&quot; accountid=&quot;632e148361dbef2805be710f&quot; rel=&quot;noreferrer&quot;&gt;Brooks Travis&lt;/a&gt;. I just chatted with the team and we&apos;ll likely treat this as a regular P4 bug, with the hopes that some of the TLR backend work might make this issue obsolete. If we encounter it in the course of our work, we&apos;ll definitely fix it then, though.&#160;&lt;/p&gt;</comment>
                                                            <comment id="107125" author="5d6eeadef989e00d8c7e897b" created="Mon, 29 Nov 2021 15:39:24 +0000"  >&lt;p&gt;Support: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e148361dbef2805be710f&quot; class=&quot;user-hover&quot; rel=&quot;632e148361dbef2805be710f&quot; data-account-id=&quot;632e148361dbef2805be710f&quot; accountid=&quot;632e148361dbef2805be710f&quot; rel=&quot;noreferrer&quot;&gt;Brooks Travis&lt;/a&gt;/&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d794c218ce6b60c3810eb8a&quot; class=&quot;user-hover&quot; rel=&quot;5d794c218ce6b60c3810eb8a&quot; data-account-id=&quot;5d794c218ce6b60c3810eb8a&quot; accountid=&quot;5d794c218ce6b60c3810eb8a&quot; rel=&quot;noreferrer&quot;&gt;Stephanie Buck&lt;/a&gt;&#160;any update on this ?&lt;/p&gt;</comment>
                                                            <comment id="107131" author="632e148361dbef2805be710f" created="Mon, 29 Nov 2021 15:45:15 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d794c218ce6b60c3810eb8a&quot; class=&quot;user-hover&quot; rel=&quot;5d794c218ce6b60c3810eb8a&quot; data-account-id=&quot;5d794c218ce6b60c3810eb8a&quot; accountid=&quot;5d794c218ce6b60c3810eb8a&quot; rel=&quot;noreferrer&quot;&gt;Stephanie Buck&lt;/a&gt; Do we want to go ahead and move it from UIREQ to CIRC?&lt;/p&gt;</comment>
                                                            <comment id="107165" author="5d794c218ce6b60c3810eb8a" created="Mon, 29 Nov 2021 16:34:57 +0000"  >&lt;p&gt;Hey &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e148361dbef2805be710f&quot; class=&quot;user-hover&quot; rel=&quot;632e148361dbef2805be710f&quot; data-account-id=&quot;632e148361dbef2805be710f&quot; accountid=&quot;632e148361dbef2805be710f&quot; rel=&quot;noreferrer&quot;&gt;Brooks Travis&lt;/a&gt;. Not sure I remember why we&apos;d move it, but if you think that&apos;s the way to go, please go ahead and move it.&#160;&lt;/p&gt;</comment>
                                                            <comment id="107167" author="632e148361dbef2805be710f" created="Mon, 29 Nov 2021 16:36:03 +0000"  >&lt;p&gt;It&#8217;s a back-end issue, not UI.&lt;/p&gt;</comment>
                                                            <comment id="107169" author="5d6eeadef989e00d8c7e897b" created="Mon, 6 Dec 2021 15:31:12 +0000"  >&lt;p&gt;Support: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=60dc7950ee648800687a4cdf&quot; class=&quot;user-hover&quot; rel=&quot;60dc7950ee648800687a4cdf&quot; data-account-id=&quot;60dc7950ee648800687a4cdf&quot; accountid=&quot;60dc7950ee648800687a4cdf&quot; rel=&quot;noreferrer&quot;&gt;Michelle Suranofsky&lt;/a&gt;&#160;is this currently happening - looking at the open date - it was opened in 2019.&#160;&lt;/p&gt;</comment>
                                                            <comment id="107173" author="60dc7950ee648800687a4cdf" created="Mon, 6 Dec 2021 15:49:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d6eeadef989e00d8c7e897b&quot; class=&quot;user-hover&quot; rel=&quot;5d6eeadef989e00d8c7e897b&quot; data-account-id=&quot;5d6eeadef989e00d8c7e897b&quot; accountid=&quot;5d6eeadef989e00d8c7e897b&quot; rel=&quot;noreferrer&quot;&gt;Anya&lt;/a&gt; - I&apos;m not sure.&#160; I think I ran into this working on the NCIP module.&#160; I can test it?&lt;/p&gt;</comment>
                                                            <comment id="107175" author="60dc7950ee648800687a4cdf" created="Mon, 6 Dec 2021 15:51:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d6eeadef989e00d8c7e897b&quot; class=&quot;user-hover&quot; rel=&quot;5d6eeadef989e00d8c7e897b&quot; data-account-id=&quot;5d6eeadef989e00d8c7e897b&quot; accountid=&quot;5d6eeadef989e00d8c7e897b&quot; rel=&quot;noreferrer&quot;&gt;Anya&lt;/a&gt; - it looks like in October someone updated this Jira description and confirmed it is still happening.&lt;/p&gt;</comment>
                                                            <comment id="107177" author="5d6eeadef989e00d8c7e897b" created="Mon, 6 Dec 2021 16:35:38 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=60dc7950ee648800687a4cdf&quot; class=&quot;user-hover&quot; rel=&quot;60dc7950ee648800687a4cdf&quot; data-account-id=&quot;60dc7950ee648800687a4cdf&quot; accountid=&quot;60dc7950ee648800687a4cdf&quot; rel=&quot;noreferrer&quot;&gt;Michelle Suranofsky&lt;/a&gt;&#160;we were looking at the&#160; date filed and were wondering&#160;&lt;/p&gt;</comment>
                                                            <comment id="107180" author="5d6eeadef989e00d8c7e897b" created="Mon, 20 Dec 2021 15:21:36 +0000"  >&lt;p&gt;Support: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=60dc7950ee648800687a4cdf&quot; class=&quot;user-hover&quot; rel=&quot;60dc7950ee648800687a4cdf&quot; data-account-id=&quot;60dc7950ee648800687a4cdf&quot; accountid=&quot;60dc7950ee648800687a4cdf&quot; rel=&quot;noreferrer&quot;&gt;Michelle Suranofsky&lt;/a&gt;&#160;should this be pumped in priority?&#160;&lt;/p&gt;</comment>
                                                            <comment id="107181" author="60dc7950ee648800687a4cdf" created="Mon, 20 Dec 2021 18:34:25 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d6eeadef989e00d8c7e897b&quot; class=&quot;user-hover&quot; rel=&quot;5d6eeadef989e00d8c7e897b&quot; data-account-id=&quot;5d6eeadef989e00d8c7e897b&quot; accountid=&quot;5d6eeadef989e00d8c7e897b&quot; rel=&quot;noreferrer&quot;&gt;Anya&lt;/a&gt; - I don&apos;t &apos;think&apos; so.&#160; I only ran across this accidentally when working with the API for mod-ncip.&lt;/p&gt;</comment>
                                                            <comment id="107186" author="632e148361dbef2805be710f" created="Mon, 20 Dec 2021 19:10:25 +0000"  >&lt;p&gt;I agree with @msuranofsky. That said, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d794c218ce6b60c3810eb8a&quot; class=&quot;user-hover&quot; rel=&quot;5d794c218ce6b60c3810eb8a&quot; data-account-id=&quot;5d794c218ce6b60c3810eb8a&quot; accountid=&quot;5d794c218ce6b60c3810eb8a&quot; rel=&quot;noreferrer&quot;&gt;Stephanie Buck&lt;/a&gt;, we might run this by the Vega devs to see if it&#8217;s addressable as part of the TLR updates to mod-circulation (i.e., &#8220;while you&#8217;re in there&#8230;&#8221;). It&#8217;s not high priority, but it may as well not persist if the logic that results in this bug is being worked on, anyway.&lt;/p&gt;</comment>
                                                            <comment id="107190" author="5d6eeadef989e00d8c7e897b" created="Mon, 10 Jan 2022 15:35:13 +0000"  >&lt;p&gt;Support: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e148361dbef2805be710f&quot; class=&quot;user-hover&quot; rel=&quot;632e148361dbef2805be710f&quot; data-account-id=&quot;632e148361dbef2805be710f&quot; accountid=&quot;632e148361dbef2805be710f&quot; rel=&quot;noreferrer&quot;&gt;Brooks Travis&lt;/a&gt;&#160;confirms that this is still happening- CC &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=60dc7950ee648800687a4cdf&quot; class=&quot;user-hover&quot; rel=&quot;60dc7950ee648800687a4cdf&quot; data-account-id=&quot;60dc7950ee648800687a4cdf&quot; accountid=&quot;60dc7950ee648800687a4cdf&quot; rel=&quot;noreferrer&quot;&gt;Michelle Suranofsky&lt;/a&gt;&#160;and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d794c218ce6b60c3810eb8a&quot; class=&quot;user-hover&quot; rel=&quot;5d794c218ce6b60c3810eb8a&quot; data-account-id=&quot;5d794c218ce6b60c3810eb8a&quot; accountid=&quot;5d794c218ce6b60c3810eb8a&quot; rel=&quot;noreferrer&quot;&gt;Stephanie Buck&lt;/a&gt;&#160;this will come into play with backend coding - and will impact development.&#160;&lt;/p&gt;</comment>
                                                            <comment id="107192" author="5d794c218ce6b60c3810eb8a" created="Tue, 11 Jan 2022 14:16:43 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d6eeadef989e00d8c7e897b&quot; class=&quot;user-hover&quot; rel=&quot;5d6eeadef989e00d8c7e897b&quot; data-account-id=&quot;5d6eeadef989e00d8c7e897b&quot; accountid=&quot;5d6eeadef989e00d8c7e897b&quot; rel=&quot;noreferrer&quot;&gt;Anya&lt;/a&gt;, I&apos;ve bumped the priority here to a P3.&#160;&lt;/p&gt;</comment>
                                                            <comment id="107194" author="5d6eeadef989e00d8c7e897b" created="Mon, 24 Jan 2022 15:27:32 +0000"  >&lt;p&gt;Support: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d794c218ce6b60c3810eb8a&quot; class=&quot;user-hover&quot; rel=&quot;5d794c218ce6b60c3810eb8a&quot; data-account-id=&quot;5d794c218ce6b60c3810eb8a&quot; accountid=&quot;5d794c218ce6b60c3810eb8a&quot; rel=&quot;noreferrer&quot;&gt;Stephanie Buck&lt;/a&gt;&#160;is there a release target?&#160;&lt;/p&gt;</comment>
                                                            <comment id="107197" author="70121:e853bbc3-9c19-4f53-9a91-b5b7a23f84c6" created="Thu, 17 Feb 2022 13:53:10 +0000"  >&lt;p&gt;Tested on snapshot, the validation for requestDate and fulfilmentPreference works as expected: &lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;37980_thumb&quot; href=&quot;/rest/api/3/attachment/content/37980&quot; title=&quot;screenshot-1.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;37980&quot; file-preview-title=&quot;screenshot-1.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/37980?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/37980&quot; filename=&quot;screenshot-1.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/37980&quot; data-attachment-name=&quot;screenshot-1.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;08defd5e-a712-443b-a8eb-a93eb6640cfd&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;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;37986_thumb&quot; href=&quot;/rest/api/3/attachment/content/37986&quot; title=&quot;screenshot-2.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;37986&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/37986?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/37986&quot; filename=&quot;screenshot-2.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/37986&quot; data-attachment-name=&quot;screenshot-2.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;2a583185-ee64-4e97-bd82-80d5448d2550&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;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;37992_thumb&quot; href=&quot;/rest/api/3/attachment/content/37992&quot; title=&quot;screenshot-3.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;37992&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/37992?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/37992&quot; filename=&quot;screenshot-3.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/37992&quot; data-attachment-name=&quot;screenshot-3.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;4338093b-3e82-407a-bdae-d14196b06b62&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="107200" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Mon, 20 Jun 2022 15:09:52 +0000"  >&lt;p&gt;Support SIG: This ticket is scheduled for Lotus R1 2022, but says it is Awaiting deployment. &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5d794c218ce6b60c3810eb8a&quot; class=&quot;user-hover&quot; rel=&quot;5d794c218ce6b60c3810eb8a&quot; data-account-id=&quot;5d794c218ce6b60c3810eb8a&quot; accountid=&quot;5d794c218ce6b60c3810eb8a&quot; rel=&quot;noreferrer&quot;&gt;Stephanie Buck&lt;/a&gt; will you take a look at see, what might be missing here? And if all is good, then please close the ticket. Thanks a ton. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="12242">UXPROD-3418</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="37980" name="screenshot-1.png" size="61007" author="70121:e853bbc3-9c19-4f53-9a91-b5b7a23f84c6" created="Thu, 17 Feb 2022 13:41:56 +0000"/>
                            <attachment id="37986" name="screenshot-2.png" size="80015" author="70121:e853bbc3-9c19-4f53-9a91-b5b7a23f84c6" created="Thu, 17 Feb 2022 13:42:57 +0000"/>
                            <attachment id="37992" name="screenshot-3.png" size="69884" author="70121:e853bbc3-9c19-4f53-9a91-b5b7a23f84c6" created="Thu, 17 Feb 2022 13:44:48 +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_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10187"><![CDATA[Vega]]></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)">Requests</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzx223:r</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10046" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Release</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10052"><![CDATA[Lotus R1 2022]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10061" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Report Functional Area(s)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10194"><![CDATA[Resource Access]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="405">EPAM-Veg Sprint 133</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 Oct 2021 16:33: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>