<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Sun Feb 11 23:39:41 CET 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 append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[BUILD-196] maven-clover2-plugin installs and overrides artifacts with clover-suffixed ones</title>
                <link>https://jira.magnolia-cms.com/browse/BUILD-196</link>
                <project id="10330" key="BUILD">Build</project>
                    <description>&lt;p&gt;When running &lt;tt&gt;mvn clean install -Penable-clover&lt;/tt&gt;, the &lt;tt&gt;maven-clover2-plugin&lt;/tt&gt; will install and override previously built artifacts with the clover artifacts causing problems in downstream builds.&lt;/p&gt;

&lt;p&gt;It&apos;s also interesting to note that the install-plugin consequently does nothing in its &quot;installAtEnd&quot; execution.&lt;br/&gt;
This doesn&apos;t seem to happen on Jenkins, despite clover being run there.&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;
[INFO]
[INFO] --- maven-clover2-plugin:4.0.2:log (instrument-and-check) @ magnolia-module-diff ---
[INFO] No Clover database found, skipping Clover database logging
[INFO]
[INFO] --- maven-clover2-plugin:4.0.2:check (instrument-and-check) @ magnolia-module-diff ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;-install) @ magnolia-module-diff ---
[INFO] Installing /Users/johndoe/code/enterprise/diff/target/clover/magnolia-module-diff-1.7-SNAPSHOT-clover.jar to /Users/johndoe/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-clover.jar
[INFO] Installing /Users/johndoe/code/enterprise/diff/pom.xml to /Users/johndoe/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT.pom
[INFO] Installing /Users/johndoe/code/enterprise/diff/target/magnolia-module-diff-1.7-SNAPSHOT-bundle.zip to /Users/johndoe/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-bundle.zip
[INFO] Installing /Users/johndoe/code/enterprise/diff/target/magnolia-module-diff-1.7-SNAPSHOT-bundle.tar.gz to /Users/johndoe/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-bundle.tar.gz
[INFO] Installing /Users/johndoe/code/enterprise/diff/target/magnolia-module-diff-1.7-SNAPSHOT-tests.jar to /Users/johndoe/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-tests.jar
[INFO] Installing /Users/johndoe/code/enterprise/diff/target/clover/magnolia-module-diff-1.7-SNAPSHOT-clover-bundle.zip to /Users/johndoe/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-bundle.zip
[INFO] Installing /Users/johndoe/code/enterprise/diff/target/clover/magnolia-module-diff-1.7-SNAPSHOT-clover-bundle.tar.gz to /Users/johndoe/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-bundle.tar.gz
[INFO] Installing /Users/johndoe/code/enterprise/diff/target/clover/magnolia-module-diff-1.7-SNAPSHOT-clover-tests.jar to /Users/johndoe/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-tests.jar
[INFO]
[INFO] &amp;lt;&amp;lt;&amp;lt; maven-clover2-plugin:4.0.2:instrument (instrument-and-check) &amp;lt; [clover]install @ magnolia-module-diff &amp;lt;&amp;lt;&amp;lt;
[INFO]
[INFO] --- maven-clover2-plugin:4.0.2:instrument (instrument-and-check) @ magnolia-module-diff ---
[INFO]
[INFO] --- maven-clover2-plugin:4.0.2:log (instrument-and-check) @ magnolia-module-diff ---
[INFO] Clover Version 4.0.2, built on October 13 2014 (build-943)
[INFO] Loaded from: /Users/johndoe/.m2/repository/com/atlassian/clover/clover/4.0.2/clover-4.0.2.jar
[INFO] Clover: Open Source License registered to Magnolia CMS.
[INFO] Clover Coverage Report
Coverage Timestamp: Fri Mar 13 13:12:45 CET 2015
Report &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; code   : APPLICATION


Coverage Overview -
Coverage:-
      Methods: 77/96 (80.2%)
   Statements: 430/585 (73.5%)
     Branches: 84/140 (60%)
        Total: 72%
Complexity:-
   Avg Method: 2.167
      Density: 0.356
        Total: 208

[INFO]
[INFO] --- maven-clover2-plugin:4.0.2:check (instrument-and-check) @ magnolia-module-diff ---
[INFO] Checking &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; coverage of [67] &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; database [/Users/johndoe/code/enterprise/diff/target/clover/clover.db]
[WARNING] has test file source dir = &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
[WARNING] test file source dir = /Users/johndoe/code/enterprise/diff/src/test/java
[WARNING] test file source dir = /Users/johndoe/code/enterprise/diff/target/generated-test-sources/test-annotations
[INFO] Clover Version 4.0.2, built on October 13 2014 (build-943)
[INFO] Loaded from: /Users/johndoe/.m2/repository/com/atlassian/clover/clover/4.0.2/clover-4.0.2.jar
[INFO] Clover: Open Source License registered to Magnolia CMS.
[INFO] Coverage check PASSED
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;-install) @ magnolia-module-diff ---
[INFO] Installing info.magnolia:magnolia-module-diff:1.7-SNAPSHOT at end
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58.014 s
[INFO] Finished at: 2015-03-13T13:12:50+01:00
[INFO] Final Memory: 45M/262M
[INFO] ------------------------------------------------------------------------
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="43677">BUILD-196</key>
            <summary>maven-clover2-plugin installs and overrides artifacts with clover-suffixed ones</summary>
                <type id="1" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10883&amp;avatarType=issuetype">Bug</type>
                                            <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="gjoseph">Magnolia International</assignee>
                                    <reporter username="pmundt">Philip Mundt</reporter>
                        <labels>
                    </labels>
                <created>Fri, 13 Mar 2015 13:27:06 +0100</created>
                <updated>Thu, 7 May 2015 18:46:03 +0200</updated>
                            <resolved>Mon, 16 Mar 2015 11:36:45 +0100</resolved>
                                                    <fixVersion>POMs 31</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="100305" author="gjoseph" created="Fri, 13 Mar 2015 14:04:44 +0100"  >&lt;p&gt;While releases binary jars seem fine, it looks like &lt;tt&gt;-javadoc&lt;/tt&gt; jars are also impacted, at least locally.&lt;br/&gt;
The following command finds the diff jar just built above, but also some &lt;b&gt;non-snapshot&lt;/b&gt; javadoc jars, which indeed have clover-instrument classes javadoc. Luckily those don&apos;t seem to have been deployed.&lt;br/&gt;
&lt;tt&gt;find ~/.m2/repository/info/ -name &amp;#42;jar ! -name &amp;#42;-clover.jar -exec grep -H CLR4 {} \;&lt;/tt&gt;&lt;/p&gt;
</comment>
                            <comment id="100306" author="gjoseph" created="Fri, 13 Mar 2015 14:10:32 +0100"  >&lt;p&gt;If we disable &lt;tt&gt;installAtEnd&lt;/tt&gt;, the issue is partly fixed:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[INFO] --- maven-clover2-plugin:4.0.2:check (instrument-and-check) @ magnolia-module-diff ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ magnolia-module-diff ---
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/clover/magnolia-module-diff-1.7-SNAPSHOT-clover.jar to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-clover.jar
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/pom.xml to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT.pom
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/magnolia-module-diff-1.7-SNAPSHOT-bundle.zip to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-bundle.zip
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/magnolia-module-diff-1.7-SNAPSHOT-bundle.tar.gz to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-bundle.tar.gz
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/magnolia-module-diff-1.7-SNAPSHOT-tests.jar to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-tests.jar
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/clover/magnolia-module-diff-1.7-SNAPSHOT-clover-bundle.zip to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-bundle.zip
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/clover/magnolia-module-diff-1.7-SNAPSHOT-clover-bundle.tar.gz to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-bundle.tar.gz
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/clover/magnolia-module-diff-1.7-SNAPSHOT-clover-tests.jar to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-tests.jar
[INFO] 
[INFO] &amp;lt;&amp;lt;&amp;lt; maven-clover2-plugin:4.0.2:instrument (instrument-and-check) &amp;lt; [clover]install @ magnolia-module-diff &amp;lt;&amp;lt;&amp;lt;
[INFO] 
[...]
[INFO] Coverage check PASSED
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ magnolia-module-diff ---
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/magnolia-module-diff-1.7-SNAPSHOT.jar to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT.jar
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/pom.xml to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT.pom
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/magnolia-module-diff-1.7-SNAPSHOT-bundle.zip to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-bundle.zip
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/magnolia-module-diff-1.7-SNAPSHOT-bundle.tar.gz to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-bundle.tar.gz
[INFO] Installing /Users/gjoseph/Dev/magnolia/git/enterprise/diff/target/magnolia-module-diff-1.7-SNAPSHOT-tests.jar to /Users/gjoseph/.m2/repository/info/magnolia/magnolia-module-diff/1.7-SNAPSHOT/magnolia-module-diff-1.7-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Partly, because Clover &lt;b&gt;still&lt;/b&gt; deploys the instrument jar where the non-instrumented ones should be, but then get overwritten by the install plugin later on.&lt;/p&gt;</comment>
                            <comment id="100312" author="gjoseph" created="Fri, 13 Mar 2015 14:42:56 +0100"  >&lt;p&gt;Funny thing is we already fixed this with &lt;a href=&quot;https://jira.magnolia-cms.com/browse/BUILD-23&quot; title=&quot;Don&amp;#39;t install nor deploy clover-instrumented artifacts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BUILD-23&quot;&gt;&lt;del&gt;BUILD-23&lt;/del&gt;&lt;/a&gt; and Poms 10 a while ago. Unfortunately the linked forum thread has disappeared.&lt;/p&gt;</comment>
                            <comment id="100318" author="gjoseph" created="Fri, 13 Mar 2015 15:21:51 +0100"  >&lt;p&gt;While we could fix our pom and use the &lt;tt&gt;instrument-test&lt;/tt&gt; goal instead of &lt;tt&gt;instrument&lt;/tt&gt;, it still seems that Clover itself needs to fix this bug. Since this is an easy fix, I&apos;d like to wait until we release poms 31 to decide.&lt;/p&gt;</comment>
                            <comment id="103608" author="gjoseph" created="Thu, 7 May 2015 15:25:23 +0200"  >&lt;p&gt;Switched back to use the &lt;tt&gt;instrument-test&lt;/tt&gt; goal. &lt;a href=&quot;https://jira.magnolia-cms.com/browse/BUILD-210&quot; title=&quot;Upgrade to Clover 4.0.4 and enable repositoryPollutionProtection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BUILD-210&quot;&gt;&lt;del&gt;BUILD-210&lt;/del&gt;&lt;/a&gt; provides additional safety with the &lt;tt&gt;repositoryPollutionProtection&lt;/tt&gt; feature.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                            <outwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="17266">BUILD-23</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="31312">BUILD-124</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="44788">BUILD-210</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_14166" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Acceptance criteria</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 13 Mar 2015 14:04:44 +0100</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>mmuehlebach</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 41 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>gjoseph</customfieldvalue>
            <customfieldvalue>pmundt</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i04rvr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>