<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 03:56:09 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>[MAGNOLIA-4476] Add functionality to disable delete or move buttons on a component - 4.5</title>
                <link>https://jira.magnolia-cms.com/browse/MAGNOLIA-4476</link>
                <project id="10000" key="MAGNOLIA">Magnolia</project>
                    <description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;in our current Magnolia project we need to restrict the permission to delete an existing paragraph.&lt;br/&gt;
Users with a special role shall be allowed to edit an existing paragraph, but not to delete it.&lt;/p&gt;

&lt;p&gt;In Magnolia versions prior to 4.5 it was possible to simply hide the &quot;Delete&quot; button by specifying an empty &quot;deleteLabel&quot; property in the &amp;lt;cms:editBar&amp;gt; depending on the current user role.&lt;br/&gt;
Looking into the source code of the new &amp;lt;cms:component&amp;gt; tag, we could not find a similar approach to restrict the appearance or the functionality of the &quot;Delete&quot; button.&lt;/p&gt;

&lt;p&gt;Any hint would be helpful! &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;Best regards,&lt;br/&gt;
Daniel&lt;/p&gt;
</description>
                <environment></environment>
        <key id="24704">MAGNOLIA-4476</key>
            <summary>Add functionality to disable delete or move buttons on a component - 4.5</summary>
                <type id="2" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10891&amp;avatarType=issuetype">New Feature</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="rkovarik">Roman Kova&#345;&#237;k</assignee>
                                    <reporter username="dknobloch">Daniel Knobloch</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 Jul 2012 12:36:20 +0200</created>
                <updated>Tue, 25 Jun 2013 10:53:19 +0200</updated>
                            <resolved>Fri, 3 May 2013 11:04:53 +0200</resolved>
                                    <version>4.5</version>
                                    <fixVersion>4.5.9</fixVersion>
                                    <component>rendering</component>
                    <component>templating</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="49138" author="had" created="Tue, 17 Jul 2012 09:40:23 +0200"  >&lt;p&gt;Hi Daniel,&lt;br/&gt;
it is indeed not possible currently. Thank you for reporting this issue.&lt;/p&gt;</comment>
                            <comment id="59892" author="rkovarik" created="Fri, 5 Apr 2013 15:49:18 +0200"  >&lt;p&gt;The second part of port to master is under &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-1038&quot; title=&quot;Add functionality to disable delete or move buttons on a component&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-1038&quot;&gt;&lt;del&gt;MGNLUI-1038&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="60163" author="rkovarik" created="Thu, 11 Apr 2013 07:50:18 +0200"  >&lt;p&gt;Reimplement as follows:&lt;br/&gt;
To the &lt;tt&gt;TemplateDefinition&lt;/tt&gt; add:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;getMoveable()&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;getDeletable()&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;To the &lt;tt&gt;RenderingContext&lt;/tt&gt; add:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;getParentAreaDefinition()&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;To the &lt;tt&gt;ComponentElement&lt;/tt&gt; add:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;resolveMoveable()&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;resolveDeletable()&lt;/tt&gt;&lt;br/&gt;
If the rights are not set in the Template, get the rights from parent AreaDefinition.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Example of the idea of the configuration structure in the &lt;tt&gt;Site Definition&lt;/tt&gt;:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;default
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;templates
		&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
			&lt;li&gt;prototype
			&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
				&lt;li&gt;areas
				&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
					&lt;li&gt;platform
					&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
						&lt;li&gt;availableComponents
						&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
							&lt;li&gt;stkTeaserPaging
							&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
								&lt;li&gt;permission(resctrictions)
								&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
									&lt;li&gt;delete
									&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
										&lt;li&gt;roles&lt;span class=&quot;error&quot;&gt;&amp;#91;superuser=superuser&amp;#93;&lt;/span&gt;&lt;/li&gt;
									&lt;/ul&gt;
									&lt;/li&gt;
								&lt;/ul&gt;
								&lt;/li&gt;
							&lt;/ul&gt;
							&lt;/li&gt;
						&lt;/ul&gt;
						&lt;/li&gt;
					&lt;/ul&gt;
					&lt;/li&gt;
				&lt;/ul&gt;
				&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="60948" author="rkovarik" created="Tue, 23 Apr 2013 07:43:44 +0200"  >&lt;p&gt;Changes after review:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;TemplateDefinition&lt;/tt&gt;:&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;getMoveable()&lt;/tt&gt;&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;getDeletable()&lt;/tt&gt;&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;getChangeable() (&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/help_16.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; getEditable()&lt;/tt&gt; is alredy taken and means don&apos;t show any edit bars)&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;RenderingContext&lt;/tt&gt;:&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;getParentAreaDefinition()&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;ComponentElement&lt;/tt&gt;:&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;resolveMoveable()&lt;/tt&gt;&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;resolveDeletable()&lt;/tt&gt;&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;resolveChangeable()&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;ComponentAvailability&lt;/tt&gt;&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;getPermissions()&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;Permissions definitions:&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;PermissionsDefinition&lt;/tt&gt; (main definition)&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;PermissionDefinition&lt;/tt&gt; (allow/deny)&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/add.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;RightDefinition&lt;/tt&gt; (move/delete/change)&lt;/p&gt;

&lt;p&gt;Screenshot of configuration example attached.&lt;/p&gt;</comment>
                            <comment id="61065" author="had" created="Wed, 24 Apr 2013 08:41:20 +0200"  >&lt;p&gt;After sleeping on it ...&lt;/p&gt;

&lt;p&gt;I agree with keeping &lt;tt&gt;editable&lt;/tt&gt; for all operations (write, mode, delete). And instead of &lt;tt&gt;modify/modifiable} I would suggest to use {write/writable&lt;/tt&gt;. This would make those permissions identical to permissions we use (underneath) in ACLs - in order to edit/modify a component, you need &lt;tt&gt;write&lt;/tt&gt; permission to it. So in the end we would have set of unambiguous permissions for components - &lt;tt&gt;write&lt;/tt&gt;, &lt;tt&gt;delete&lt;/tt&gt;, &lt;tt&gt;move&lt;/tt&gt;, where &lt;tt&gt;write&lt;/tt&gt; one should be also globally set on the component itself, while the two others could be set only on parent area since (again analogy to how real permissions are set) to change order of components or to delete them one need permission to do so on the parent (area in this case).&lt;/p&gt;

&lt;p&gt;Since the meaning of three defined permission is very narrow and clean, we can easily extend that by adding another permission (existing in Permissions for ages, but AFAIK never used) which is &lt;tt&gt;execute&lt;/tt&gt; that would be used mainly by actions.&lt;/p&gt;</comment>
                            <comment id="61066" author="had" created="Wed, 24 Apr 2013 08:47:05 +0200"  >&lt;p&gt;Regarding the &lt;tt&gt;Permission(s)Definition&lt;/tt&gt;, &lt;tt&gt;RightDefinition&lt;/tt&gt;/&lt;tt&gt;RolesDefinition&lt;/tt&gt; I think we are running in circles here and trying to reinvent what already exists. &lt;br/&gt;
After all this is &quot;just&quot; an ACL -  &lt;a href=&quot;http://en.wikipedia.org/wiki/Access_control_list&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;cite&gt;An ACL specifies which users or system processes are granted access to objects, as well as what operations are allowed on given objects.&lt;/cite&gt;&lt;/a&gt;. &lt;br/&gt;
Can&apos;t we just reuse ACL here? I get this weird feeling that if we manage to use same object it will be beneficial in the future.&lt;/p&gt;</comment>
                            <comment id="61105" author="had" created="Wed, 24 Apr 2013 14:48:49 +0200"  >&lt;p&gt;The topic here is expanding/overlapping things captured also by &lt;a href=&quot;http://wiki.magnolia-cms.com/display/DEV/Concept+Security+and+ACLs&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://wiki.magnolia-cms.com/display/DEV/Concept+Security+and+ACLs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And some more interesting reading on &lt;a href=&quot;http://en.wikipedia.org/wiki/Role-based_access_control&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Role Based Access Control&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="61560" author="rkovarik" created="Fri, 3 May 2013 11:03:27 +0200"  >&lt;p&gt;&lt;b&gt;Changes after Review II&lt;/b&gt;&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/check.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; &lt;tt&gt;Allow/deny&lt;/tt&gt; were dropped (only &lt;tt&gt;allow&lt;/tt&gt; applies).&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/check.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; Template property &lt;tt&gt;changeable&lt;/tt&gt; was renamed to &lt;tt&gt;writable&lt;/tt&gt; (because of compatibility with action permission &lt;tt&gt;write&lt;/tt&gt;).&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/check.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; Permissions definitions for actions and logic for resolving permissions were moved to core (&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MAGNOLIA-4989&quot; title=&quot;Permissions for operations&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MAGNOLIA-4989&quot;&gt;&lt;del&gt;MAGNOLIA-4989&lt;/del&gt;&lt;/a&gt;).&lt;br/&gt;
&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/check.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; New naming (&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MAGNOLIA-4989&quot; title=&quot;Permissions for operations&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MAGNOLIA-4989&quot;&gt;&lt;del&gt;MAGNOLIA-4989&lt;/del&gt;&lt;/a&gt;):&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;PermissionsDefinition-&amp;gt; OperationPermissionDefinition&lt;/tt&gt;,&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;ConfiguredPermissionsDefinitions -&amp;gt; ConfiguredOperationPermissionDefinition&lt;/tt&gt;,&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;RightDefinition -&amp;gt; RolesDefinition&lt;/tt&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/error.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; Template property &lt;tt&gt;editable&lt;/tt&gt; remains untouched and is still compatible with old definitions.&lt;/p&gt;</comment>
                            <comment id="61623" author="had" created="Fri, 3 May 2013 14:20:33 +0200"  >&lt;p&gt;Actually some more detailed docu is necessary. Please see linked docu ticket for details.&lt;/p&gt;</comment>
                            <comment id="65222" author="rkovarik" created="Tue, 25 Jun 2013 10:53:19 +0200"  >&lt;p&gt;Cloned because 4.5 version &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MAGNOLIA-4476&quot; title=&quot;Add functionality to disable delete or move buttons on a component - 4.5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MAGNOLIA-4476&quot;&gt;&lt;del&gt;MAGNOLIA-4476&lt;/del&gt;&lt;/a&gt; contains also fixes for 4.5 page editor.&lt;br/&gt;
Master fix for page editor is registered under &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-1038&quot; title=&quot;Add functionality to disable delete or move buttons on a component&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-1038&quot;&gt;&lt;del&gt;MGNLUI-1038&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10030">
                    <name>Cloners</name>
                                                                <inwardlinks description="is cloned by">
                                        <issuelink>
            <issuekey id="29969">MAGNOLIA-5010</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                            <outwardlinks description="depends upon">
                                        <issuelink>
            <issuekey id="29735">MAGNOLIA-4989</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10050">
                    <name>documentation</name>
                                                                <inwardlinks description="to be documented by">
                                        <issuelink>
            <issuekey id="29214">DOCU-407</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>c3.co</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 17 Jul 2012 09:40:23 +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>false</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>
                            10 years, 34 weeks, 5 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>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dknobloch</customfieldvalue>
            <customfieldvalue>had</customfieldvalue>
            <customfieldvalue>rkovarik</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i00rk7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4515</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10220" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Release notes required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10490"><![CDATA[Yes]]></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>