<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:26:36 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-2759] Enhance display of POL information in the Agreement Line display</title>
                <link>https://folio-org.atlassian.net/browse/UXPROD-2759</link>
                <project id="10000" key="UXPROD">UX Product</project>
                    <description>&lt;p&gt;&lt;b&gt;Current situation or problem&lt;/b&gt;:&lt;br/&gt;
When an agreement line is linked to a POL, a limited set of information is displayed to the user, even though the full POL data is retrieved from the orders module.&lt;/p&gt;

&lt;p&gt;In particular when the POL is linked to an Inventory instance, there is no way for the user to navigate directly from the agreement line to the inventory instance.&lt;/p&gt;

&lt;p&gt;Users would like to be able to see and link directly to the inventory instance from the agreement line&lt;/p&gt;

&lt;p&gt;&lt;b&gt;In scope&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;When a link POL references an inventory instance, display this information to the user including a link to the inventory instance.&lt;/li&gt;
	&lt;li&gt;Add more POL information to the Agreement Line display&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Out of scope&lt;/b&gt;&lt;br/&gt;
Any new linking between Agreement lines and other objects (e.g. Inventory instances)&lt;br/&gt;
Fetching any additional information from Orders (beyond that already fetched on displaying the Agreement Line)&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Use case(s)&lt;/b&gt;&lt;br/&gt;
An order (POL) for a print+electronic journal bundle is linked to the agreement line for the electronic and an inventory instance for the print. The user would like to be able to see that the print instance exists, part of the same order, and navigate to the full details.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Proposed solution/stories&lt;/b&gt;&lt;br/&gt;
The POL line data is already retrieved to be displayed with the agreement line using:&lt;br/&gt;
/orders/order-lines?query=id%3D%3D&amp;lt;POL UUID&amp;gt;&lt;/p&gt;

&lt;p&gt;This returns JSON like:&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;
{
  &lt;span class=&quot;code-quote&quot;&gt;&quot;poLines&quot;&lt;/span&gt; : [ {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;ccb2dac6-272e-4119-8a85-2da07982ee8e&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;edition&quot;&lt;/span&gt; : &quot;&quot;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;checkinItems&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;acquisitionMethod&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Approval Plan&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;alerts&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;claims&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;collection&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;contributors&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributor&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Antoniou, Grigoris&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorNameTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2b94c631-fca9-4892-a730-03ee529ffe2a&quot;&lt;/span&gt;
    }, {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributor&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Van Harmelen, Frank&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;contributorNameTypeId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2b94c631-fca9-4892-a730-03ee529ffe2a&quot;&lt;/span&gt;
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;cost&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;listUnitPrice&quot;&lt;/span&gt; : 5.0,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;currency&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;EUR&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;discountType&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;percentage&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;quantityPhysical&quot;&lt;/span&gt; : 1,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;poLineEstimatedPrice&quot;&lt;/span&gt; : 5.0
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;details&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;productIds&quot;&lt;/span&gt; : [ {
        &lt;span class=&quot;code-quote&quot;&gt;&quot;productId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;9780262012102&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;productIdType&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;8261054f-be78-422d-bd51-4ed9f33c3422&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;qualifier&quot;&lt;/span&gt; : &quot;&quot;
      } ],
      &lt;span class=&quot;code-quote&quot;&gt;&quot;subscriptionInterval&quot;&lt;/span&gt; : 365
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;eresource&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;activated&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createInventory&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Instance, Holding&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;trial&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;accessProvider&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;11fb627a-cdf1-11e8-a8d5-f2801f1b9fd1&quot;&lt;/span&gt;
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;fundDistribution&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;AFRICAHIST&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;encumbrance&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;0293ef39-a638-4b2c-868c-46287dd4bd1e&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;fundId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;7fbd5d84-62d1-44c6-9c45-6cb173998bbd&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;expenseClassId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;1bcc3247-99bf-4dca-9b0f-7bc51a2998c2&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;distributionType&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;percentage&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt; : 100.0
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;instanceId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;5bf370e0-8cca-4d9c-82e4-5170ab2a0a39&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;isPackage&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;locations&quot;&lt;/span&gt; : [ {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;locationId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;fcd64ce1-6995-48f0-840e-89ffa2288371&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;quantity&quot;&lt;/span&gt; : 1,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;quantityPhysical&quot;&lt;/span&gt; : 1
    } ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;orderFormat&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Physical Resource&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;paymentStatus&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Awaiting Payment&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;physical&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createInventory&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Instance, Holding, Item&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;materialType&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;1a54b431-2e4f-452d-9cae-9cee66c9a892&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;materialSupplier&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;11fb627a-cdf1-11e8-a8d5-f2801f1b9fd1&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;volumes&quot;&lt;/span&gt; : [ ]
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;poLineNumber&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;10001-1&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;publisher&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;MIT Press&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;purchaseOrderId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;3d89dc3e-e13e-405f-b54e-e576d04b4546&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;receiptStatus&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;Awaiting Receipt&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;reportingCodes&quot;&lt;/span&gt; : [ ],
    &lt;span class=&quot;code-quote&quot;&gt;&quot;rush&quot;&lt;/span&gt; : &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;source&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;User&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;titleOrPackage&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;A semantic web primer&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;vendorDetail&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;instructions&quot;&lt;/span&gt; : &quot;&quot;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;vendorAccount&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;1234&quot;&lt;/span&gt;
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;metadata&quot;&lt;/span&gt; : {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-10-16T07:43:00.234+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;createdByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;e2e165a6-ba4c-54a7-9fd2-51bffe378b75&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedDate&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;2020-10-16T07:43:09.886+00:00&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;updatedByUserId&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;e2e165a6-ba4c-54a7-9fd2-51bffe378b75&quot;&lt;/span&gt;
    }
  } ],
  &lt;span class=&quot;code-quote&quot;&gt;&quot;totalRecords&quot;&lt;/span&gt; : 1
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This includes &quot;instanceId&quot; and other information such as titleOrPackage name, orderFormat...&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Links to additional info&lt;/b&gt;&lt;br/&gt;
n/a&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Questions&lt;/b&gt;&lt;br/&gt;
n/a&lt;/p&gt;</description>
                <environment></environment>
        <key id="11627">UXPROD-2759</key>
            <summary>Enhance display of POL information in the Agreement Line display</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="13645">UXPROD-573</parent>
                                    <priority id="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</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="557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa">Owen Stephens</assignee>
                                                                <reporter accountid="557058:f42d9c43-226d-4aa3-bb31-9b2dd07920aa">Owen Stephens</reporter>
                                    <labels>
                            <label>agreements</label>
                            <label>erm</label>
                    </labels>
                <created>Fri, 16 Oct 2020 19:19:48 +0000</created>
                <updated>Mon, 4 Jan 2021 12:35:58 +0000</updated>
                            <resolved>Mon, 4 Jan 2021 12:35:58 +0000</resolved>
                                                    <fixVersion>R1 2021</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                    <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                                                <inwardlinks description="is defined by ">
                                        <issuelink>
            <issuekey id="41708">ERM-1228</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10141"><![CDATA[Bienenvolk]]></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)">Agreements</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>25.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10045" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Potential Workaround</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>User clicks POL number, views POL in Orders app, finds the relevant information on that page including link to inventory instance</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzx7qf:4zw05r</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="10225"><![CDATA[R3]]></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="10210"><![CDATA[R3]]></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="10215"><![CDATA[R3]]></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="10221"><![CDATA[R4]]></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="10240"><![CDATA[R3]]></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="10245"><![CDATA[R3]]></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="10296"><![CDATA[R3]]></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="10327"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10076" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: hbz (TBD)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10250"><![CDATA[R3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </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>