<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 01:09:58 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>[DOCU-529] Modify the macros for the icons (node, folder, ...) in order to use images instead of the web-font</title>
                <link>https://jira.magnolia-cms.com/browse/DOCU-529</link>
                <project id="10190" key="DOCU">Documentation</project>
                    <description>&lt;p&gt;We use some macros (M5 folder icon, M5 property icon, M5 node icon) in config-trees to show icons.&lt;br/&gt;
&quot;Sometimes&quot; it happens that these icons look broken.&lt;br/&gt;
The icons are done with a webfont.&lt;/p&gt;</description>
                <environment></environment>
        <key id="39730">DOCU-529</key>
            <summary>Modify the macros for the icons (node, folder, ...) in order to use images instead of the web-font</summary>
                <type id="3" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10898&amp;avatarType=issuetype">Task</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="cmeier">Christoph Meier</assignee>
                                    <reporter username="cmeier">Christoph Meier</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Jul 2014 17:36:14 +0200</created>
                <updated>Tue, 21 Jul 2015 10:13:04 +0200</updated>
                            <resolved>Fri, 25 Jul 2014 11:52:14 +0200</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="88734" author="cmeier" created="Thu, 24 Jul 2014 18:20:35 +0200"  >&lt;p&gt;Having a closer look at the &quot;problem&quot; it came out that is was &quot;just&quot; a css-problem.&lt;/p&gt;

&lt;p&gt;There is some css for these icons:&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;
@font-face {  
  font-family: &lt;span class=&quot;code-quote&quot;&gt;&apos;MagnoliaIcons&apos;&lt;/span&gt;;  
  src:url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//documentation.magnolia-cms.com/download/attachments/57189487/MagnoliaIcons.eot?9c7rq&apos;&lt;/span&gt;);  
&lt;/span&gt;  src:url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//documentation.magnolia-cms.com/download/attachments/57189487/MagnoliaIcons.eot?#iefix9c7rq&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;embedded-opentype&apos;&lt;/span&gt;),  
&lt;/span&gt;    url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//documentation.magnolia-cms.com/download/attachments/57189487/MagnoliaIcons.woff?9c7rq&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;woff&apos;&lt;/span&gt;),  
&lt;/span&gt;    url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//documentation.magnolia-cms.com/download/attachments/57189487/MagnoliaIcons.ttf?9c7rq&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;truetype&apos;&lt;/span&gt;),  
&lt;/span&gt;    url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//documentation.magnolia-cms.com/download/attachments/57189487/MagnoliaIcons.svg?9c7rq#MagnoliaIcons&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;svg&apos;&lt;/span&gt;);  
&lt;/span&gt;  font-weight: normal;  
  font-style: normal;  
}  
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The above css is correct. It is in the css of the documentation workspace.&lt;br/&gt;
But actually it is only used for the Icons page (=&amp;gt; &lt;a href=&quot;http://documentation.magnolia-cms.com/display/DOCS/Icons&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://documentation.magnolia-cms.com/display/DOCS/Icons&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;A similar - piece of css is in the wiki GLOBAL css.&lt;br/&gt;
And there has been an error.&lt;br/&gt;
The url there has been used a specific protocoll &lt;tt&gt;https://&lt;/tt&gt; instead of just &lt;tt&gt;//&lt;/tt&gt;.&lt;br/&gt;
Now that&apos;s fixed on the GLOBAL css.&lt;br/&gt;
=&amp;gt; Now the problem should be resolved. &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;&lt;/p&gt;

&lt;p&gt;Anyway: (Probably?) the &lt;tt&gt;DOCS&lt;/tt&gt;-space-css is not used (or it used somewhere else). &lt;br/&gt;
=&amp;gt; Think about cleaning up the css in  &lt;tt&gt;DOCS&lt;/tt&gt;-space&lt;/p&gt;</comment>
                            <comment id="88757" author="cmeier" created="Fri, 25 Jul 2014 10:27:17 +0200"  >&lt;p&gt;In the GLOBAL css of wiki there is:&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;
@font-face {
    font-family: &lt;span class=&quot;code-quote&quot;&gt;&quot;Mag-Icons&quot;&lt;/span&gt;;
    src: url(&lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/Mag-Icons.woff&quot;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&quot;woff&quot;&lt;/span&gt;);
&lt;/span&gt;}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This css is used e.g. for the macros in the DOC-space which renders the icons (&quot;M5 folder icon&quot;, &quot;M5 property icon&quot;, &quot;M5 node icon&quot;).&lt;/p&gt;

&lt;p&gt;Both css, the one in GLOBAL and the one in DOC -space refer to the same web-font. When comparing the 2 css &lt;tt&gt;@font-face&lt;/tt&gt; directives, there are 2 difference:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;the are defining 2 different font-family names: &apos;Mag-Icons&apos;, &apos;MagnoliaIcons&apos;&lt;/li&gt;
	&lt;li&gt;the css in DOC refers to 4 files, whereas the css on the GLOBAL site just refers to one file&lt;br/&gt;
And, by the way ... both directives refer to the same web-font.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;So, to be on the safe side, i propose to do the following:&lt;br/&gt;
Extend the GLOBAL css adding all 4 files (and using the &quot;short path&quot; to the dev-server)&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;
@font-face {
    font-family: &lt;span class=&quot;code-quote&quot;&gt;&quot;Mag-Icons&quot;&lt;/span&gt;;
    src:url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/MagnoliaIcons.eot?9c7rq&apos;&lt;/span&gt;);  
&lt;/span&gt;    src:url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/MagnoliaIcons.eot?#iefix9c7rq&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;embedded-opentype&apos;&lt;/span&gt;),  
&lt;/span&gt;      url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/MagnoliaIcons.woff?9c7rq&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;woff&apos;&lt;/span&gt;),  
&lt;/span&gt;      url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/MagnoliaIcons.ttf?9c7rq&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;truetype&apos;&lt;/span&gt;),  
&lt;/span&gt;      url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/MagnoliaIcons.svg?9c7rq#MagnoliaIcons&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;svg&apos;&lt;/span&gt;);
&lt;/span&gt;}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The webfont-files are on wiki: &lt;a href=&quot;http://git.magnolia-cms.com/gitweb/?p=magnolia_ui.pub.git;a=tree;f=magnolia-ui-vaadin-theme/src/main/resources/VAADIN/themes/magnolia/fonts&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://git.magnolia-cms.com/gitweb/?p=magnolia_ui.pub.git;a=tree;f=magnolia-ui-vaadin-theme/src/main/resources/VAADIN/themes/magnolia/fonts&lt;/a&gt;.&lt;br/&gt;
So ... all the 4 used files should be or go to dev-server, too.&lt;/p&gt;

&lt;p&gt;Finally, we can remove the directive in the DOC-space-css (and must fix the css for the Icons-page)&lt;/p&gt;</comment>
                            <comment id="88767" author="cmeier" created="Fri, 25 Jul 2014 11:18:36 +0200"  >&lt;p&gt;The above mentioned changes for the GLOBAL css has been done! (thnx to Greg).&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;
@font-face {
    font-family: &lt;span class=&quot;code-quote&quot;&gt;&quot;Mag-Icons&quot;&lt;/span&gt;;
    src:url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/MagnoliaIcons.eot?m23pt3&apos;&lt;/span&gt;);  
&lt;/span&gt;    src:url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/MagnoliaIcons.eot?#iefixm23pt3&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;embedded-opentype&apos;&lt;/span&gt;),  
&lt;/span&gt;      url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/MagnoliaIcons.woff?m23pt3&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;woff&apos;&lt;/span&gt;),  
&lt;/span&gt;      url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/MagnoliaIcons.ttf?m23pt3&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;truetype&apos;&lt;/span&gt;),  
&lt;/span&gt;      url(&lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-comment&quot;&gt;//dev.magnolia-cms.com/fonts/MagnoliaIcons.svg?m23pt3#MagnoliaIcons&apos;&lt;/span&gt;) format(&lt;span class=&quot;code-quote&quot;&gt;&apos;svg&apos;&lt;/span&gt;);
&lt;/span&gt;}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Note &quot;query-params&quot; at the end of the files (?m23pt3) have been copied from the latest version of magnolia-icons.scss (see on git: &lt;a href=&quot;http://git.magnolia-cms.com/gitweb/?p=magnolia_ui.pub.git;a=blob;f=magnolia-ui-vaadin-theme/src/main/resources/VAADIN/themes/magnolia/magnolia-icons.scss;h=b82e2bf0409136052a6ab3b899740ba661b8edf1;hb=HEAD&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://git.magnolia-cms.com/gitweb/?p=magnolia_ui.pub.git;a=blob;f=magnolia-ui-vaadin-theme/src/main/resources/VAADIN/themes/magnolia/magnolia-icons.scss;h=b82e2bf0409136052a6ab3b899740ba661b8edf1;hb=HEAD&lt;/a&gt;)&lt;br/&gt;
These &quot;query-params&quot;usually change when creating bew version (with new files) to avoid caching problems.&lt;/p&gt;

&lt;p&gt;And the css in the DOC-space is updated, too. &lt;a href=&quot;https://documentation.magnolia-cms.com/display/DOCS/Icons&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://documentation.magnolia-cms.com/display/DOCS/Icons&lt;/a&gt; works fine, too. &lt;br/&gt;
:^)&lt;/p&gt;

&lt;p&gt;Finally the web-font for the icons is coming only from the GLOBAL css.&lt;br/&gt;
If the web-font is updated:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;add the files to the dev-server&lt;/li&gt;
	&lt;li&gt;update the &quot;qzey-param&quot; in the urls of the font-files (on the GLOBAL css)&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <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_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>
                            9 years, 30 weeks, 2 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>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>cmeier</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03k0v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>20843</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_14167" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Task DoR</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_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[apchelintcev]]></customfieldvalue>
        <customfieldvalue><![CDATA[weder]]></customfieldvalue>
        <customfieldvalue><![CDATA[ahietala]]></customfieldvalue>
        <customfieldvalue><![CDATA[bprice]]></customfieldvalue>
        <customfieldvalue><![CDATA[bbeardslee]]></customfieldvalue>
        <customfieldvalue><![CDATA[kraft]]></customfieldvalue>
        <customfieldvalue><![CDATA[bwarrick]]></customfieldvalue>
        <customfieldvalue><![CDATA[cheng.hu]]></customfieldvalue>
        <customfieldvalue><![CDATA[cringele]]></customfieldvalue>
        <customfieldvalue><![CDATA[cjustice]]></customfieldvalue>
        <customfieldvalue><![CDATA[czimmermann]]></customfieldvalue>
        <customfieldvalue><![CDATA[cmeier]]></customfieldvalue>
        <customfieldvalue><![CDATA[chunhua.liu]]></customfieldvalue>
        <customfieldvalue><![CDATA[dlipp]]></customfieldvalue>
        <customfieldvalue><![CDATA[dsteinacher]]></customfieldvalue>
        <customfieldvalue><![CDATA[ehechinger]]></customfieldvalue>
        <customfieldvalue><![CDATA[ejervidalo]]></customfieldvalue>
        <customfieldvalue><![CDATA[efochr]]></customfieldvalue>
        <customfieldvalue><![CDATA[fgrilli]]></customfieldvalue>
        <customfieldvalue><![CDATA[gstockdale]]></customfieldvalue>
        <customfieldvalue><![CDATA[gmermer]]></customfieldvalue>
        <customfieldvalue><![CDATA[imported-from-old-wiki]]></customfieldvalue>
        <customfieldvalue><![CDATA[isadubach]]></customfieldvalue>
        <customfieldvalue><![CDATA[jana]]></customfieldvalue>
        <customfieldvalue><![CDATA[had]]></customfieldvalue>
        <customfieldvalue><![CDATA[jschulte]]></customfieldvalue>
        <customfieldvalue><![CDATA[jsimak]]></customfieldvalue>
        <customfieldvalue><![CDATA[jruiz]]></customfieldvalue>
        <customfieldvalue><![CDATA[kdewitte]]></customfieldvalue>
        <customfieldvalue><![CDATA[lfischer]]></customfieldvalue>
        <customfieldvalue><![CDATA[lgambell]]></customfieldvalue>
        <customfieldvalue><![CDATA[gjoseph]]></customfieldvalue>
        <customfieldvalue><![CDATA[nbarbe]]></customfieldvalue>
        <customfieldvalue><![CDATA[mabreu]]></customfieldvalue>
        <customfieldvalue><![CDATA[mgeljic]]></customfieldvalue>
        <customfieldvalue><![CDATA[mdivilek]]></customfieldvalue>
        <customfieldvalue><![CDATA[mullrich]]></customfieldvalue>
        <customfieldvalue><![CDATA[ndesmarais]]></customfieldvalue>
        <customfieldvalue><![CDATA[nnatum]]></customfieldvalue>
        <customfieldvalue><![CDATA[nfior]]></customfieldvalue>
        <customfieldvalue><![CDATA[ochytil]]></customfieldvalue>
        <customfieldvalue><![CDATA[pama]]></customfieldvalue>
        <customfieldvalue><![CDATA[peili.liang]]></customfieldvalue>
        <customfieldvalue><![CDATA[pdr]]></customfieldvalue>
        <customfieldvalue><![CDATA[pmundt]]></customfieldvalue>
        <customfieldvalue><![CDATA[pbaerfuss]]></customfieldvalue>
        <customfieldvalue><![CDATA[rgange]]></customfieldvalue>
        <customfieldvalue><![CDATA[rsiska]]></customfieldvalue>
        <customfieldvalue><![CDATA[rkovarik]]></customfieldvalue>
        <customfieldvalue><![CDATA[sschmitt]]></customfieldvalue>
        <customfieldvalue><![CDATA[samuel]]></customfieldvalue>
        <customfieldvalue><![CDATA[sstang]]></customfieldvalue>
        <customfieldvalue><![CDATA[schau]]></customfieldvalue>
        <customfieldvalue><![CDATA[tmiyar]]></customfieldvalue>
        <customfieldvalue><![CDATA[tmattsson]]></customfieldvalue>
        <customfieldvalue><![CDATA[tgregovsky]]></customfieldvalue>
        <customfieldvalue><![CDATA[vrueeger]]></customfieldvalue>
        <customfieldvalue><![CDATA[vvaswani]]></customfieldvalue>
        <customfieldvalue><![CDATA[zgreant]]></customfieldvalue>
        <customfieldvalue><![CDATA[zdenekskodik]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>