<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 10:18:36 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>[MGNLMIGRATION-252] Upgrade to 4.5 gives NoClassDefFoundError on PurExtraConfigTask</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLMIGRATION-252</link>
                <project id="10574" key="MGNLMIGRATION">Migration 4.4 to 4.5 (closed)</project>
                    <description>&lt;p&gt;When I try to upgrade from 4.4.11 to 4.5.9 using latest 1.2.4-SNAPSHOT version (magnolia-4-5-migration-1.2.4-20130724.135205-42) the migration task shows the error:&lt;/p&gt;

&lt;p&gt;2013-07-25 15:20:08,705 INFO  gnolia.migration.reporting.DefaultReportingService: Starting migration of extends definition for the following module:public-user-registration&lt;br/&gt;
2013-07-25 15:20:08,705 WARN  info.magnolia.cms.util.ClasspathResourcesUtil     : missing file: D:\GitWS\worldsteel-magnolia\worldsteel-webapp\target\classes&lt;br/&gt;
2013-07-25 15:20:08,847 INFO  gnolia.migration.reporting.DefaultReportingService: Finishing migration of extends definition for the following module:public-user-registration&lt;br/&gt;
2013-07-25 15:20:08,850 ERROR info.magnolia.module.ui.ModuleManagerWebUI        : Could not perform installation: info/magnolia/migration/task/module/pur/PurExtraConfigTask&lt;br/&gt;
java.lang.NoClassDefFoundError: info/magnolia/migration/task/module/pur/PurExtraConfigTask&lt;br/&gt;
        at info.magnolia.module.publicuserregistration.setup.PublicUserRegistrationMigrationTask.executeExtraMigrationTask(PublicUserRegistrationMigrationTask.java:58)&lt;br/&gt;
        at info.magnolia.migration.task.AbstractSTKRelatedModuleMigrationTask.executeTask(AbstractSTKRelatedModuleMigrationTask.java:115)&lt;br/&gt;
        at info.magnolia.migration.task.AbstractMigrationTask.execute(AbstractMigrationTask.java:123)&lt;br/&gt;
        at info.magnolia.module.ModuleManagerImpl.applyDeltas(ModuleManagerImpl.java:499)&lt;br/&gt;
        at info.magnolia.module.ModuleManagerImpl.installOrUpdateModule(ModuleManagerImpl.java:481)&lt;br/&gt;
        at info.magnolia.module.ModuleManagerImpl$1.doExec(ModuleManagerImpl.java:270)&lt;br/&gt;
        at info.magnolia.context.MgnlContext$VoidOp.exec(MgnlContext.java:443)&lt;br/&gt;
        at info.magnolia.context.MgnlContext$VoidOp.exec(MgnlContext.java:440)&lt;br/&gt;
        at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:403)&lt;br/&gt;
        at info.magnolia.module.ModuleManagerImpl.performInstallOrUpdate(ModuleManagerImpl.java:264)&lt;br/&gt;
        at info.magnolia.module.ui.ModuleManagerWebUI$2.run(ModuleManagerWebUI.java:127)&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:722)&lt;br/&gt;
Caused by: java.lang.ClassNotFoundException: info.magnolia.migration.task.module.pur.PurExtraConfigTask&lt;br/&gt;
        at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)&lt;br/&gt;
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)&lt;br/&gt;
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)&lt;br/&gt;
        at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:424)&lt;br/&gt;
        at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:377)&lt;br/&gt;
        ... 12 more&lt;br/&gt;
2013-07-25 15:20:08,864 ERROR info.magnolia.module.InstallContextImpl           : &amp;gt; Could not perform installation: info/magnolia/migration/task/module/pur/PurExtraConfigTask&lt;br/&gt;
java.lang.NoClassDefFoundError: info/magnolia/migration/task/module/pur/PurExtraConfigTask&lt;br/&gt;
        at info.magnolia.module.publicuserregistration.setup.PublicUserRegistrationMigrationTask.executeExtraMigrationTask(PublicUserRegistrationMigrationTask.java:58)&lt;br/&gt;
        at info.magnolia.migration.task.AbstractSTKRelatedModuleMigrationTask.executeTask(AbstractSTKRelatedModuleMigrationTask.java:115)&lt;br/&gt;
        at info.magnolia.migration.task.AbstractMigrationTask.execute(AbstractMigrationTask.java:123)&lt;br/&gt;
        at info.magnolia.module.ModuleManagerImpl.applyDeltas(ModuleManagerImpl.java:499)&lt;br/&gt;
        at info.magnolia.module.ModuleManagerImpl.installOrUpdateModule(ModuleManagerImpl.java:481)&lt;br/&gt;
        at info.magnolia.module.ModuleManagerImpl$1.doExec(ModuleManagerImpl.java:270)&lt;br/&gt;
        at info.magnolia.context.MgnlContext$VoidOp.exec(MgnlContext.java:443)&lt;br/&gt;
        at info.magnolia.context.MgnlContext$VoidOp.exec(MgnlContext.java:440)&lt;br/&gt;
        at info.magnolia.context.MgnlContext.doInSystemContext(MgnlContext.java:403)&lt;br/&gt;
        at info.magnolia.module.ModuleManagerImpl.performInstallOrUpdate(ModuleManagerImpl.java:264)&lt;br/&gt;
        at info.magnolia.module.ui.ModuleManagerWebUI$2.run(ModuleManagerWebUI.java:127)&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:722)&lt;br/&gt;
Caused by: java.lang.ClassNotFoundException: info.magnolia.migration.task.module.pur.PurExtraConfigTask&lt;br/&gt;
        at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)&lt;br/&gt;
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)&lt;br/&gt;
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)&lt;br/&gt;
        at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:424)&lt;br/&gt;
        at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:377)&lt;/p&gt;</description>
                <environment>Windows, Jetty, Magnolia 4.5.9</environment>
        <key id="32175">MGNLMIGRATION-252</key>
            <summary>Upgrade to 4.5 gives NoClassDefFoundError on PurExtraConfigTask</summary>
                <type id="1" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10883&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/major.svg">Major</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="rsiska">Robert &#352;i&#353;ka</assignee>
                                    <reporter username="gbentvelzen">Gordon Bentvelzen</reporter>
                        <labels>
                    </labels>
                <created>Thu, 25 Jul 2013 15:47:50 +0200</created>
                <updated>Wed, 16 Sep 2015 12:10:20 +0200</updated>
                            <resolved>Fri, 19 Sep 2014 12:52:12 +0200</resolved>
                                    <version>1.2.4</version>
                                                    <component>Migration Task</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="67199" author="rsiska" created="Fri, 26 Jul 2013 08:38:59 +0200"  >&lt;p&gt;Hello Gordon,&lt;/p&gt;

&lt;p&gt;The extra migrations tasks were decided to be moved to the modules themselves.&lt;br/&gt;
Please, try again with latest versions of &lt;tt&gt;public-user-registration&lt;/tt&gt; (1.4.4-SNAPSHOT), &lt;tt&gt;form&lt;/tt&gt; (1.4.8-SNAPSHOT) and &lt;tt&gt;commenting&lt;/tt&gt; (1.2.5-SNAPSHOT).&lt;br/&gt;
Note, that &lt;tt&gt;standard-templating-kit&lt;/tt&gt; module will undergo the same change any time soon, so you might want to use latest snapshot too (2.0.11-SNAPSHOT).&lt;/p&gt;

&lt;p&gt;Robert&lt;/p&gt;</comment>
                            <comment id="67284" author="gbentvelzen" created="Fri, 26 Jul 2013 16:48:15 +0200"  >&lt;p&gt;Hello,&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;I wasn&apos;t able to update the dependencies of the STK and form module though, because these modules are dependent upon the 4.5.10 version and higher. Does it mean that the stable version of these changes will we available in 4.5.10?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Yes. The release of 4.5.10 is planned for end of July, that means this week. We suggest to upgrade!&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Do you expect any problems with the worldsteel template migration?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Well, I didn&apos;t find any problems with parsing the Freemarker templates, but bear in mind that you will&lt;br/&gt;
still probably need to human-review the changes the miration tool did.&lt;/p&gt;


&lt;p&gt;Cheers,&lt;br/&gt;
Robert&lt;/p&gt;</comment>
                            <comment id="67588" author="gbentvelzen" created="Tue, 30 Jul 2013 12:04:37 +0200"  >&lt;p&gt;Hello Robert,&lt;/p&gt;

&lt;p&gt;Ok, thanks, I will upgrade when it 4.5.10 is released!&lt;/p&gt;

&lt;p&gt;Did you actually manage to upgrade the Worldsteel freemarker templates? I&apos;m having a bit of trouble though with configuring the Migration Tool. See: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/SUPPORT-2593&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/SUPPORT-2593&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I tried using the script as Rich mentioned, but the interface of the TemplateScriptMigrationTask in the Groovy script doesn&apos;t seem to match with the the Java class: &lt;/p&gt;

&lt;p&gt;Groovy:&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;
GroovyRuntimeException: Could not find matching constructor &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt;: info.magnolia.migration.task.templates.TemplateScriptMigrationTask(java.lang.&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt;, java.util.LinkedHashMap, java.util.LinkedHashMap, java.lang.&lt;span class=&quot;code-object&quot;&gt;Boolean&lt;/span&gt;) 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Java:&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-keyword&quot;&gt;public&lt;/span&gt; TemplateScriptMigrationTask(&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt; moduleName, &lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt; templatesPath, Map siteDefinitions, &lt;span class=&quot;code-object&quot;&gt;boolean&lt;/span&gt; generateScripts)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Could you have a look?&lt;/p&gt;

&lt;p&gt;Thanks, you can close this issue then!&lt;br/&gt;
Gordon&lt;/p&gt;</comment>
                            <comment id="67596" author="rsiska" created="Tue, 30 Jul 2013 13:44:46 +0200"  >&lt;p&gt;The Groovy scripts don&apos;t work because they were meant to be removed before 1.2.4 release...&lt;/p&gt;

&lt;p&gt;Did the tool page caused any problems? Looking at your support ticket, I would first update&lt;br/&gt;
extranet module with default-worldsteel, extranet and intranet, and then internet with internet site definition...&lt;/p&gt;

&lt;p&gt;Btw, if you back-up your ftl files and tick &quot;Generate groovy scripts instead of migrating right away&quot;, it&apos;s not such an one-time process&lt;br/&gt;
as it seems &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/wink.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;I haven&apos;t try to migrate your whole project yet, I&apos;ll try once I find a moment.&lt;/p&gt;

&lt;p&gt;Robert&lt;/p&gt;</comment>
                            <comment id="67598" author="gbentvelzen" created="Tue, 30 Jul 2013 14:01:08 +0200"  >&lt;p&gt;Ok, thanks! I&apos;ll give your settings a try. &lt;/p&gt;

&lt;p&gt;That is, the internet site definition also extends the default-worldsteel site definition. Should I include the default-worldsteel as well, when migrating the internet templates?&lt;/p&gt;

&lt;p&gt;Ah ok &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; What I meant with one-time process was that when I would adapt the migrated files and found out that they were not migrated right (because I used the wrong settings), I am afraid that I&apos;m not able to rerun it again. But maybe that&apos;s not the case?&lt;/p&gt;

&lt;p&gt;Gordon&lt;/p&gt;</comment>
                            <comment id="67633" author="gbentvelzen" created="Tue, 30 Jul 2013 17:19:59 +0200"  >&lt;p&gt;Robert,&lt;/p&gt;

&lt;p&gt;I tried your settings on the Migration Tool and it seems to work fine. &lt;/p&gt;

&lt;p&gt;But although I checked the box &apos;Generate Groovy scripts instead of migrating right away&apos;, the Migration Tool did change the templates when I clicked the button &apos;Run Migration&apos;, and also created a directory templating-kit.bak containing the original templates. Is that the expected behaviour?&lt;/p&gt;

&lt;p&gt;You find the resulting migration report attached.&lt;br/&gt;
I can&apos;t yet decide whether there are comments in the report that are odd or need special attention. Maybe you would like to give it a quick glance to see if you notice something unexpected.&lt;/p&gt;

&lt;p&gt;If that&apos;s not the case, then maybe it&apos;s best to close this issue, and/or start new one(s) when necessary.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Gordon&lt;/p&gt;</comment>
                            <comment id="91448" author="rsiska" created="Fri, 19 Sep 2014 12:52:12 +0200"  >&lt;p&gt;The &apos;Generate Groovy scripts instead of migration right away&apos; option was removed. The backup mechanism is implemented instead.&lt;/p&gt;</comment>
                            <comment id="112617" author="mmuehlebach" created="Wed, 16 Sep 2015 12:10:20 +0200"  >&lt;p&gt;This ticket was closed because former resolved tickets are deemed to be closed now. If this assumption is untrue in this particular case please feel free to reopen the ticket again.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10040">
                    <name>causality</name>
                                                                <inwardlinks description="is causing">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                            <outwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="31921">MGNLMIGRATION-248</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="20233" name="migrationReport-worldsteel-20130730.zip" size="266288" author="gbentvelzen" created="Tue, 30 Jul 2013 18:52:26 +0200"/>
                    </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>info.nl</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 26 Jul 2013 08:38:59 +0200</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, 22 weeks, 4 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>gbentvelzen</customfieldvalue>
            <customfieldvalue>mmuehlebach</customfieldvalue>
            <customfieldvalue>rsiska</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01xyv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11385</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>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10003" key="com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker">
                        <customfieldname>Visible to</customfieldname>
                        <customfieldvalues>
                                    <customfieldvalue><![CDATA[edgar]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>