<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:11:06 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>[UXPROD-876] Loan Rules: Syntax Error Warnings</title>
                <link>https://folio-org.atlassian.net/browse/UXPROD-876</link>
                <project id="10000" key="UXPROD">UX Product</project>
                    <description>&lt;p&gt;Helpful inline error messages withing Loan rules feature&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://discuss.folio.org/t/loan-rules-ux-iteration-4/834&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://discuss.folio.org/t/loan-rules-ux-iteration-4/834&lt;/a&gt;&lt;br/&gt;
Start watching around 19:35&lt;/p&gt;</description>
                <environment></environment>
        <key id="13051">UXPROD-876</key>
            <summary>Loan Rules: Syntax Error Warnings</summary>
                <type id="10002" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium">New Feature</type>
                            <parent id="13652">UXPROD-789</parent>
                                    <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="10000" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/generic.png" description="(Migrated on 4 Feb 2024 13:41 UTC)">Draft</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="557058:dea2f026-f9d7-42e0-af50-31b385c95e3e">Cheryl Malmborg</assignee>
                                                                <reporter accountid="5af5ed55244bc90a106063c7">Cate Boerema</reporter>
                                    <labels>
                            <label>po-mvp</label>
                            <label>round_iv</label>
                    </labels>
                <created>Sun, 10 Jun 2018 16:02:27 +0000</created>
                <updated>Fri, 15 Apr 2022 17:12:27 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                <comments>
                                                            <comment id="15709" author="557058:ff6a9612-bb35-41b2-88a8-a5b66d0a41a0" created="Mon, 18 Jun 2018 17:48:03 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5ed55244bc90a106063c7&quot; class=&quot;user-hover&quot; rel=&quot;5af5ed55244bc90a106063c7&quot; data-account-id=&quot;5af5ed55244bc90a106063c7&quot; accountid=&quot;5af5ed55244bc90a106063c7&quot; rel=&quot;noreferrer&quot;&gt;Cate Boerema&lt;/a&gt; the partial support for this should be already in place. When we try to save the invalid rules and the validation fails on the server we do get back the error with the exact line which is then displayed inside of the editor. I&apos;m not sure however if all validation cases are currently supported (for example nested rules). Perhaps &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; could help here?&lt;/p&gt;</comment>
                                                            <comment id="15714" author="5ee89462f7aa140abd82d11d" created="Tue, 19 Jun 2018 11:03:19 +0000"  >&lt;p&gt;If the loan rules cannot be saved a helpful inline error message at the position of the syntax error shows up. This feature &quot;Loan Rules: Syntax Error Warnings&quot; is fully implemented.&lt;/p&gt;

&lt;p&gt;The two nested rules that contradict each other are not a syntax error but a semantic error. They can be saved and the loan rules will work (the inner rule will never match). There is no warning for this case yet.&lt;/p&gt;

&lt;p&gt;Please create separate feature requests for all validations warnings that should be implemented: UXPROD-959&lt;/p&gt;</comment>
                                                            <comment id="15719" author="5af5ed55244bc90a106063c7" created="Tue, 19 Jun 2018 12:12:11 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt;.  I renamed this feature &quot;Loan Rule: Syntax and Validation Warnings&quot; as I don&apos;t want a separate feature for validation warnings.  I&apos;ll delete UXPROD-959.  &lt;/p&gt;

&lt;p&gt;User stories will eventually be created for the separate validation warnings that should be implemented.  For now, I just need a high-level estimate on this feature for remaining back and front end work to produce helpful error messages to users.  I see there are some already appearing in FOLIO, but they aren&apos;t very user friendly and don&apos;t seem to cover many cases (for example, I nested a material-type rule under another material type rule as Filip showed in the video and no error message was displayed).  &lt;/p&gt;

&lt;p&gt;Can you provide a high-level estimate?  Thanks!&lt;/p&gt;</comment>
                                                            <comment id="15724" author="5ee89462f7aa140abd82d11d" created="Tue, 19 Jun 2018 12:25:37 +0000"  >&lt;p&gt;There are a few syntax error messages that already have been improved, see the notifyErrorListeners lines in&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/mod-circulation/blob/master/src/main/antlr4/org/folio/circulation/loanrules/LoanRules.g4&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-circulation/blob/master/src/main/antlr4/org/folio/circulation/loanrules/LoanRules.g4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Each type of warning or error message can be implemented in the back-end in less than a day.&lt;/p&gt;</comment>
                                                            <comment id="15730" author="5af5ed55244bc90a106063c7" created="Tue, 19 Jun 2018 12:31:17 +0000"  >&lt;p&gt;Thanks and good clarification regarding warnings vs errors.  I think I will change the summary of this to Syntax and Validation Errors.&lt;/p&gt;</comment>
                                                            <comment id="15734" author="5af5ed55244bc90a106063c7" created="Tue, 19 Jun 2018 12:32:27 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt;, I see you listed yourself as the frontend estimator but there is no frontend estimate.  Is this because you don&apos;t believe any frontend work is needed for this?&lt;/p&gt;</comment>
                                                            <comment id="15741" author="5ee89462f7aa140abd82d11d" created="Tue, 19 Jun 2018 12:35:41 +0000"  >&lt;p&gt;I assume that all validation warnings prevent saving the loan rules.&lt;/p&gt;

&lt;p&gt;If they should be a warning that the user can overwrite then we need some additional front end work.&lt;/p&gt;</comment>
                                                            <comment id="15744" author="5ee89462f7aa140abd82d11d" created="Tue, 19 Jun 2018 12:38:15 +0000"  >&lt;p&gt;The back-end produces all messages and sends them to the front-end including line and column information. No front-end work is required to add more or alter existing messages.&lt;/p&gt;</comment>
                                                            <comment id="15748" author="5d794c218ce6b60c3810eb8a" created="Wed, 13 Apr 2022 18:41:13 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Adea2f026-f9d7-42e0-af50-31b385c95e3e&quot; class=&quot;user-hover&quot; rel=&quot;557058:dea2f026-f9d7-42e0-af50-31b385c95e3e&quot; data-account-id=&quot;557058:dea2f026-f9d7-42e0-af50-31b385c95e3e&quot; accountid=&quot;557058:dea2f026-f9d7-42e0-af50-31b385c95e3e&quot; rel=&quot;noreferrer&quot;&gt;Cheryl Malmborg&lt;/a&gt;, is this feature still relevant given it&apos;s created date?&lt;/p&gt;</comment>
                                                            <comment id="15752" author="5d794c218ce6b60c3810eb8a" created="Fri, 15 Apr 2022 13:25:22 +0000"  >&lt;p&gt;Requirements need to be vetted again.&#160;&lt;/p&gt;</comment>
                                                            <comment id="15756" author="557058:dea2f026-f9d7-42e0-af50-31b385c95e3e" created="Fri, 15 Apr 2022 17:01:02 +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; This is still relevant.  I am able to add invalid values by typing them rather than using the drop down lists.&lt;/p&gt;

&lt;p&gt;The requirements are the same.  The rules should not be saved if any value entered does not exist in the relevant policy or location.&lt;/p&gt;

&lt;p&gt;The current work-around is to use only the drop-down lists.&lt;/p&gt;

&lt;p&gt;For clarity, jiras which refer to loan rules should now refer to circulation rules. Is it OK to change these or will that lead to more confusion?&lt;/p&gt;</comment>
                                                            <comment id="15763" author="5d794c218ce6b60c3810eb8a" created="Fri, 15 Apr 2022 17:12:27 +0000"  >&lt;p&gt;Thank you, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Adea2f026-f9d7-42e0-af50-31b385c95e3e&quot; class=&quot;user-hover&quot; rel=&quot;557058:dea2f026-f9d7-42e0-af50-31b385c95e3e&quot; data-account-id=&quot;557058:dea2f026-f9d7-42e0-af50-31b385c95e3e&quot; accountid=&quot;557058:dea2f026-f9d7-42e0-af50-31b385c95e3e&quot; rel=&quot;noreferrer&quot;&gt;Cheryl Malmborg&lt;/a&gt;! Please feel free to update what needs updating.&#160;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                                                <inwardlinks description="is defined by ">
                                        <issuelink>
            <issuekey id="46950">CIRC-480</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46952">CIRC-481</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46954">CIRC-482</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46956">CIRC-483</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46957">CIRC-484</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46959">CIRC-485</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46961">CIRC-486</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="48140">CIRC-487</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="48139">CIRC-488</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="48142">CIRC-489</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="48141">CIRC-490</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="48143">CIRC-491</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="58708">UICIRC-297</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10053" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Back End Estimate</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10120"><![CDATA[Small < 3 days]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10054" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Back End Estimator</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5ee89462f7aa140abd82d11d</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <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)">Circ Rules and Loan Policies</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Estimation Notes and Assumptions</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>I assume that all validation warnings prevent saving the loan rules; this requires no front-end work.&lt;br/&gt;
&lt;br/&gt;
If they should be a warning that can be overwritten then we need some additional front end work.</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Front End Estimator</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5ee89462f7aa140abd82d11d</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Front-End Confidence factor</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10105"><![CDATA[High]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10062" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Kiwi Planning Points (DO NOT CHANGE)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>111.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10064" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>PO Ranking Note</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Leaving this as ranked by voters, especially since it is small.  Validation warnings are present when blocking save, but often don&amp;#39;t provide user-friendly responses (e.g., reference UUIDs that are not visible in the interface). </customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10045" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Potential Workaround</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>The editor currently provides support for comment fields.  Examples for syntax formats could be included as comments in default implementations to lessen the opportunity for erroneous entry.</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10071" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: 5Colleges (Full Jul 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10224"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10066" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: BNCF (MVP Feb 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10198"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10067" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Chalmers (Impl Aut 2019)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10206"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10068" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Chicago (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10208"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10069" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Cornell (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10216"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10070" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Duke (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10218"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10073" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: FLO (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10233"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10074" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: GBV (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10239"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10075" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Grand Valley (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10243"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10077" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Hungary (MVP End 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10253"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10078" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Lehigh (MVP Summer 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10259"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10079" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Leipzig (Full TBD)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10263"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10085" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: MO State (MVP June 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10294"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10089" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: TAMU (MVP Jan 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10314"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10091" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: U of AL (MVP Oct 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10325"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10076" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: hbz (TBD)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10248"><![CDATA[R1]]></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>Mon, 18 Jun 2018 17:48:03 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>