<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 09:32:13 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>[MGNLUI-6007] Dynamic generated contentType based apps: Usage of &apos;jcrName&apos; and &apos;name&apos; property unclear</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLUI-6007</link>
                <project id="10625" key="MGNLUI">Magnolia UI</project>
                    <description>&lt;h3&gt;&lt;a name=&quot;Tested%3A&quot;&gt;&lt;/a&gt;Tested:&lt;/h3&gt;

&lt;p&gt;On current 6.2.2-SNAPSHOT&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Situation%3A&quot;&gt;&lt;/a&gt;Situation:&lt;/h3&gt;

&lt;p&gt;contentType &apos;event&apos; contains a model.&lt;br/&gt;
 App &apos;events&apos; uses contentType &apos;event&apos; with: !content-type:event&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Scope of questions:&lt;/b&gt;&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Detail-Form of App always gets a field &apos;jcrName&apos; labelled &apos;Tag Name&apos;&lt;br/&gt;
 Its behavior, why etc, I find strange and I&apos;m not sure about:&lt;/li&gt;
	&lt;li&gt;how its behavior really should be (is it bug or not?).&lt;/li&gt;
	&lt;li&gt;how to achieve old &amp;amp; simple use cases as its behaviour changed (using property &apos;name&apos;)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Strange things I observed:&lt;/b&gt;&lt;br/&gt;
 -&amp;gt; JCR app shows always &apos;jcrName&apos; prop value as Node name, and not the physical node name itself.&lt;br/&gt;
 -&amp;gt; Export of the nodes of course have the node name with dashes&lt;br/&gt;
 -&amp;gt; Content App (here &apos;events&apos;) shows the &apos;physical node name&apos; or &apos;name&apos; property as node name, but ignores completely &apos;jcrName&apos; (in opposite to JCR app).&#160;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Formerusecase%3A&quot;&gt;&lt;/a&gt;Former use case:&lt;/h3&gt;

&lt;p&gt;One defines via &apos;name&apos; property in the contentType&apos;s model the possibility to:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Define the jcr-node name (automatically with dashes) and also a &quot;display name&quot; of the node without dashes&lt;/li&gt;
	&lt;li&gt;Apps use the value of &apos;name&apos; property to show its &quot;display name&quot;&lt;br/&gt;
 For example: an Event name could become &quot;Event One&quot; and its jcr node name was aligned to &quot;Event-One&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Only one field in the details form is the goal!&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Problemnow%3A&quot;&gt;&lt;/a&gt;Problem now:&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;One will always get the field &quot;Tag Name&quot; which is in the end the property &apos;jcrName&apos;&lt;/li&gt;
	&lt;li&gt;One can not not have this field &apos;jcrName&apos;, but using &apos;name&apos; instead.&lt;/li&gt;
	&lt;li&gt;But some apps use once &apos;jcrName&apos; (JCR APP) others &apos;name&apos; (content App) to display the nodes name.&lt;/li&gt;
	&lt;li&gt;Dynamic ContentType based apps create the initial view in the workbench &lt;b&gt;wrong&lt;/b&gt; using &apos;name&apos; instead of &apos;jcrName&apos;:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/attachment/67175/67175_Events+App+-+Dynamic+generated+view+column+using+name.png&quot; height=&quot;237&quot; width=&quot;366&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;No proper way to define an &quot;Event Name&quot;. &lt;br/&gt;
 Just a name of a custom content type based data set where the node name should be kept aligned to the items name.&lt;br/&gt;
 Formerly done over the &apos;name&apos; property.&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Situation%3A&quot;&gt;&lt;/a&gt;Situation:&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;Case 1 &amp;amp; 2&lt;/b&gt; behave absolutely the the same (always yellow in print screens):&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Case 1:&lt;/b&gt;&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;
#Case 1 - no &lt;span class=&quot;code-quote&quot;&gt;&apos;name&apos;&lt;/span&gt; or &lt;span class=&quot;code-quote&quot;&gt;&apos;jcrName&apos;&lt;/span&gt;
datasource:
 workspace: events
 namespaces:
 mt: https:&lt;span class=&quot;code-comment&quot;&gt;//www.magnolia-travel.com/jcr/1.0/mt
&lt;/span&gt; autoCreate: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
model:
 nodeType: event
 properties:
 - name: location
   required: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;b&gt;Case 1:&lt;/b&gt;&#160;&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;
#Case 2 - only &lt;span class=&quot;code-quote&quot;&gt;&apos;jcrName&apos;&lt;/span&gt;
datasource:
 workspace: events
 namespaces:
 mt: https:&lt;span class=&quot;code-comment&quot;&gt;//www.magnolia-travel.com/jcr/1.0/mt
&lt;/span&gt; autoCreate: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
model:
 nodeType: event
 properties:
 - name: jcrName
   required: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
 - name: location
   required: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;Case 3:&lt;/b&gt;&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;
#Case 3 - all possible names. Especially former working &lt;span class=&quot;code-quote&quot;&gt;&apos;name&apos;&lt;/span&gt;
datasource:
 workspace: events
 namespaces:
 mt: https:&lt;span class=&quot;code-comment&quot;&gt;//www.magnolia-travel.com/jcr/1.0/mt
&lt;/span&gt; autoCreate: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
model:
 nodeType: event
 properties:
 - name: jcrName
   required: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
 - name: name
   required: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
 - name: eventName
   required: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
 - name: location
   required: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Case 1 &amp;amp; 2&lt;/b&gt; in the dynamic generated Detail&apos;s Form:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/attachment/67180/67180_Case+1%262+-+Detail+Form.png&quot; height=&quot;113&quot; width=&quot;445&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Case 3&lt;/b&gt; in the dynamic generated Detail&apos;s Form:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/attachment/67176/67176_Case+3+-+Detail+Form.png&quot; height=&quot;152&quot; width=&quot;415&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Case 1 &amp;amp; 2 (yellow) and Case 3 (Orange)&lt;/b&gt; in JCR App:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/attachment/67179/67179_JCR+App+-+node+name.png&quot; height=&quot;239&quot; width=&quot;338&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Case 1 &amp;amp; 2 (yellow) and Case 3 (Orange)&lt;/b&gt; in Content App:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/attachment/67177/67177_Events+App+-+node+name.png&quot; height=&quot;183&quot; width=&quot;195&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &#160;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Relatedproblem&quot;&gt;&lt;/a&gt;Related problem&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;-&lt;del&gt;Bad auto labelling of the field created out of &apos;jcrName&apos; -&amp;gt; &quot;Tag Name&quot;&lt;/del&gt;-&lt;br/&gt;
 -&lt;del&gt;Should be &quot;%ContentType-Name% Name&quot; -&amp;gt; on event it would be &quot;Event Name&quot;&lt;/del&gt;--&#160; ticketized as&#160;&lt;a href=&quot;https://jira.magnolia-cms.com/browse/CONTTAGS-90&quot; title=&quot;&amp;#39;Tag name&amp;#39; is incorrectly applied to jcrName property&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTTAGS-90&quot;&gt;&lt;del&gt;CONTTAGS-90&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;&lt;a name=&quot;Whatisthemean%2Fwantedbehavior&quot;&gt;&lt;/a&gt;What is the mean/wanted behavior&lt;/h3&gt;

&lt;p&gt;To handle name for nodes including special characters (display, rename, duplicate operations):&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&apos;name&apos; property/field is used for content type autogenerated apps&lt;/li&gt;
	&lt;li&gt;&apos;jcrName&apos; property/field is used by default for any other (manually created) JCR based app&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;JCR browser shows only real node names, doesn&apos;t synchronise any property during previously mentioned operations (reminder: JCR browser is an app for developers, manipulation of content via this app should be avoided in production environment).&lt;/p&gt;</description>
                <environment></environment>
        <key id="88364">MGNLUI-6007</key>
            <summary>Dynamic generated contentType based apps: Usage of &apos;jcrName&apos; and &apos;name&apos; property unclear</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="rkovarik">Roman Kova&#345;&#237;k</assignee>
                                    <reporter username="cringele">Christian Ringele</reporter>
                        <labels>
                    </labels>
                <created>Wed, 1 Jul 2020 14:49:58 +0200</created>
                <updated>Mon, 9 Nov 2020 15:09:28 +0100</updated>
                            <resolved>Thu, 15 Oct 2020 09:46:49 +0200</resolved>
                                    <version>6.2.1</version>
                                    <fixVersion>6.2.4</fixVersion>
                                    <component>app</component>
                    <component>app framework</component>
                    <component>content app</component>
                    <component>content types</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                    <progress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                                    <timespent seconds="26340">7h 19m</timespent>
                                <comments>
                            <comment id="224464" author="cringele" created="Wed, 1 Jul 2020 16:02:04 +0200"  >&lt;p&gt;The problem is out if my view not the auto created &apos;jcrName&apos; field, but that the auto created dynamic app uses the field &apos;name&apos; to display the nodes name.&lt;/p&gt;

&lt;p&gt;What should be either:&lt;br/&gt;
 a) auto &#8216;jcrName&#8217; in Form, AND dynamic app uses in view for node name the &#8216;jcrName&#8217;&lt;br/&gt;
 b) auto &#8216;name&#8217; in Form, AND dynamic app uses in view for node name the &#8216;name&#8217;&lt;br/&gt;
 &lt;b&gt;But&lt;/b&gt; not vise versa is it is:&lt;br/&gt;
 Wrong: auto &#8216;jcrName&#8217; in Form, BUT dynamic app uses in view for node name the &#8216;name&#8217;&lt;/p&gt;

&lt;p&gt;Have a look into&#160;&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-6007&quot; title=&quot;Dynamic generated contentType based apps: Usage of &amp;#39;jcrName&amp;#39; and &amp;#39;name&amp;#39; property unclear&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-6007&quot;&gt;&lt;del&gt;MGNLUI-6007&lt;/del&gt;&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Update, this is wrong:&lt;br/&gt;
 &quot;Because the &lt;b&gt;BIG problem&lt;/b&gt;&#160; is:&lt;/p&gt;

&lt;p&gt;One can not get rid or overload the auto created view column using &apos;name&apos;&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/attachment/67175/67175_Events+App+-+Dynamic+generated+view+column+using+name.png&quot; height=&quot;278&quot; width=&quot;429&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;br/&gt;
 So&#160; you always have it there for nothing in the end. It just hurts.&quot;&lt;/p&gt;

&lt;p&gt;I was now able to overload it with this code:&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;
subApps:
&#160; browser:
&#160; &#160; workbench:
&#160; &#160; &#160; contentViews:
&#160; &#160; &#160; &#160; tree:
&#160; &#160; &#160; &#160; &#160; columns:
&#160; &#160; &#160; &#160; &#160; &#160; name:
&#160; &#160; &#160; &#160; &#160; &#160; &#160; name: jcrName&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I fell into the trap of this bug:&#160;&lt;a href=&quot;https://jira.magnolia-cms.com/browse/CFGUI-119&quot; title=&quot;Observe changes in definitions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CFGUI-119&quot;&gt;&lt;del&gt;CFGUI-119&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="225647" author="cringele" created="Tue, 14 Jul 2020 10:59:55 +0200"  >&lt;p&gt;Using now a contentType based app with a model, I&apos;m pretty sure it should display and use &apos;&lt;b&gt;&lt;em&gt;name&lt;/em&gt;&lt;/b&gt;&apos;, as all others also do OTB.&lt;/p&gt;

&lt;p&gt;Having to use &apos;&apos; is also very cumbersome in all templating.&lt;br/&gt;
 All notes, not created by an ContentType based app have a &apos;name&apos; (getName()), but when having a &apos;&lt;em&gt;jcrName&lt;/em&gt;&apos; this code fails.&lt;/p&gt;</comment>
                            <comment id="234731" author="cringele" created="Wed, 30 Sep 2020 13:36:31 +0200"  >&lt;p&gt;Out of my view this is resolved since 6.2.3.&lt;/p&gt;

&lt;p&gt;Instead of this code (6.2.2):&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;
&#160; &#160; &#160; &#160; &#160; &#160; name:
&#160; &#160; &#160; &#160; &#160; &#160; &#160; name: jcrName ## Needed until MGNLUI-6007 is resolved.
&#160; &#160; &#160; &#160; &#160; &#160; &#160; nodeTypeToIcon:
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; event: icon-datepicker
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I can now use this proper code (6.2.3):&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;
&#160; &#160; &#160; &#160; &#160; &#160; jcrName:
&#160; &#160; &#160; &#160; &#160; &#160; &#160; nodeTypeToIcon:
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; event: icon-datepicker&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="236596" author="rkovarik" created="Thu, 15 Oct 2020 13:01:56 +0200"  >&lt;p&gt;For documentation:&lt;/p&gt;

&lt;p&gt;new JcrDatasourceDefinition#nodeNameProperty configuration:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;name of a JCR property which stores node name including special characters&lt;/li&gt;
	&lt;li&gt;this property is synchronised with JCR node name on rename and duplicate operations&lt;/li&gt;
	&lt;li&gt;this property is displayed by &lt;tt&gt;jcrTitleColumn&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;default value is &lt;tt&gt;jcrName&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;when changing this property, make sure forms (dialogs or detail subapps) have a field with this name (e.g. &quot;name&quot; field)&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="236628" author="akhamis" created="Thu, 15 Oct 2020 14:39:19 +0200"  >&lt;p&gt;Added the new &lt;tt&gt;nodeNameProperty&lt;/tt&gt; to&#160;&lt;a href=&quot;https://documentation.magnolia-cms.com/display/DOCS62/JCR+data+source&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://documentation.magnolia-cms.com/display/DOCS62/JCR+data+source&lt;/a&gt;. Reviewed by Roman.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;No entry required for the 6.2.4 release notes.&lt;/b&gt;&lt;/p&gt;</comment>
                            <comment id="237264" author="sdemocko" created="Tue, 20 Oct 2020 17:17:49 +0200"  >&lt;p&gt;(&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-6337&quot; title=&quot;Rename dialog in JCR misses validator, throws exception on invalid input&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-6337&quot;&gt;&lt;del&gt;MGNLUI-6337&lt;/del&gt;&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Copying from slack:&#160;Trying to rename item in JCR to another item with the same name does not validate, but throws an exception instead. Also, the rename is editing jcrName instead of node name, but that&apos;s intentional, I guess&lt;/p&gt;

&lt;p&gt;Gif in this thread: &lt;a href=&quot;https://magnolia-cms.slack.com/archives/CKSC4TJQK/p1603194523192000?thread_ts=1603194482.191800&amp;amp;cid=CKSC4TJQK&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://magnolia-cms.slack.com/archives/CKSC4TJQK/p1603194523192000?thread_ts=1603194482.191800&amp;amp;cid=CKSC4TJQK&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="237265" author="sdemocko" created="Tue, 20 Oct 2020 17:29:38 +0200"  >&lt;p&gt;(&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-6333&quot; title=&quot;Renaming in JCR Browser shows jcrName property in field instead of node name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-6333&quot;&gt;&lt;del&gt;MGNLUI-6333&lt;/del&gt;&lt;/a&gt;)&lt;br/&gt;
Rename in JCR browser shows jcrName in dialog, but applies change to node. &#160;Repeated renamings always show the jcrName, never the node name which is being edited.&lt;/p&gt;

&lt;p&gt;If you rename the jcrName property to sth else like &quot;jcrNamea&quot; then the rename node dialog shows the node name, not the jcrName anymore. The same problem occurs when inline editing&lt;/p&gt;

&lt;p&gt;Gifs in thread: &lt;a href=&quot;https://magnolia-cms.slack.com/archives/CKSC4TJQK/p1603207729201100&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://magnolia-cms.slack.com/archives/CKSC4TJQK/p1603207729201100&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="237268" author="sdemocko" created="Tue, 20 Oct 2020 17:58:10 +0200"  >&lt;p&gt;(&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-6336&quot; title=&quot;Rename dialog in apps should show unescaped name, not node-name (excluding jcr browser app)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-6336&quot;&gt;&lt;del&gt;MGNLUI-6336&lt;/del&gt;&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Rename item action in a content-type generated app shows node-name in the dialog instead of the actual name of the content. (escaped with dashes etc.)&#160;&lt;/p&gt;

&lt;p&gt;Gif: &lt;a href=&quot;https://magnolia-cms.slack.com/archives/CKSC4TJQK/p1603209386201800?thread_ts=1603207729.201100&amp;amp;cid=CKSC4TJQK&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://magnolia-cms.slack.com/archives/CKSC4TJQK/p1603209386201800?thread_ts=1603207729.201100&amp;amp;cid=CKSC4TJQK&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="237270" author="sdemocko" created="Tue, 20 Oct 2020 18:16:50 +0200"  >&lt;p&gt;(&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-6338&quot; title=&quot;JcrDatasourceDefinition#nodeNameProperty should default to null&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-6338&quot;&gt;&lt;del&gt;PAGES-363&lt;/del&gt;&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;When you create a page, if the name has spaces, it will store it with dashes instead of spaces. This was there before. But now when you rename, you can rename it so it has spaces.&lt;/p&gt;

&lt;p&gt;When you create a page, there is no name nor jcrName property to it. When you rename a page using rename item action in Pages app, jcrName property is created under that page&lt;/p&gt;

&lt;p&gt;Gif: &lt;a href=&quot;https://magnolia-cms.slack.com/archives/CKSC4TJQK/p1603210957202600?thread_ts=1603207729.201100&amp;amp;cid=CKSC4TJQK&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://magnolia-cms.slack.com/archives/CKSC4TJQK/p1603210957202600?thread_ts=1603207729.201100&amp;amp;cid=CKSC4TJQK&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="237280" author="sdemocko" created="Tue, 20 Oct 2020 20:39:03 +0200"  >&lt;p&gt;For the sake of completeness, I&apos;ll add my note here about dialog validation showing node-name instead of name when failing validation during renaming of a Persona to a name that already exists.&#160;&#160; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;71854_thumb&quot; href=&quot;https://jira.magnolia-cms.com/secure/attachment/71854/71854_validation+showing+node-name.png&quot; title=&quot;validation showing node-name.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;71854&quot; file-preview-title=&quot;validation showing node-name.png&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/thumbnail/71854/_thumb_71854.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="237411" author="rkovarik" created="Wed, 21 Oct 2020 13:10:30 +0200"  >&lt;p&gt;Closing this as split into follow up issues under &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-6334&quot; title=&quot;Behaviour of node name in new framework&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-6334&quot;&gt;&lt;del&gt;MGNLUI-6334&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10160">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="86553">MGNLCT-143</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="88146">CONTTAGS-90</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="91232">MGNLUI-6259</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="88538">MGNLUI-6029</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10040">
                    <name>causality</name>
                                                                <inwardlinks description="is causing">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                                                <inwardlinks description="is depended upon by">
                                        <issuelink>
            <issuekey id="90991">MGNLDEMO-346</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="88549">MGNLUI-6031</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="89014">MGNLUI-6073</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10022">
                    <name>supersession</name>
                                            <outwardlinks description="supersedes">
                                        <issuelink>
            <issuekey id="86553">MGNLCT-143</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="67180" name="Case 1&amp;2 - Detail Form.png" size="15841" author="cringele" created="Wed, 1 Jul 2020 14:43:47 +0200"/>
                            <attachment id="67176" name="Case 3 - Detail Form.png" size="27252" author="cringele" created="Wed, 1 Jul 2020 14:46:23 +0200"/>
                            <attachment id="67175" name="Events App - Dynamic generated view column using name.png" size="105309" author="cringele" created="Wed, 1 Jul 2020 14:48:48 +0200"/>
                            <attachment id="67177" name="Events App - node name.png" size="17498" author="cringele" created="Wed, 1 Jul 2020 14:45:13 +0200"/>
                            <attachment id="67178" name="JCR App - node name-1.png" size="46665" author="cringele" created="Wed, 1 Jul 2020 14:44:52 +0200"/>
                            <attachment id="67179" name="JCR App - node name.png" size="46665" author="cringele" created="Wed, 1 Jul 2020 14:44:16 +0200"/>
                            <attachment id="71854" name="validation showing node-name.png" size="34787" author="sdemocko" created="Tue, 20 Oct 2020 20:40:01 +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_14169" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Bug DoR</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                        
        <div style="margin-bottom: 8px;">
                            <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge" 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>0/2</span></span></div>
                    
            <div class="checklist-progress-bar-wrapper" style="">
        <div class="checklist-progress-bar" style="position: relative; width: 100%; background-color: #cccccc; margin-bottom: 2px; margin-top: 5px;">
                        <div class="checklist-progress" style="display: block; float: none; width: 0%; height: 2px; background: #14892c;">
                            </div>
        </div>
    </div>
        </div>
    
                                    <div style="display: flex; align-items: flex-start; padding: 0; margin-left: 12px; float: none; font-size: 14px;">
                                                                <span style="padding-right: 5px; align-self: flex-start;">
                                <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="unchecked"><path d="M0.441406 6.94141C0.441406 5.28455 1.78455 3.94141 3.44141 3.94141H15.4414C17.0983 3.94141 18.4414 5.28455 18.4414 6.94141V18.9414C18.4414 20.5983 17.0983 21.9414 15.4414 21.9414H3.44141C1.78455 21.9414 0.441406 20.5983 0.441406 18.9414V6.94141Z" fill="#EFF4FB" /><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4414 3.94141H3.44141C1.78455 3.94141 0.441406 5.28455 0.441406 6.94141V18.9414C0.441406 20.5983 1.78455 21.9414 3.44141 21.9414H15.4414C17.0983 21.9414 18.4414 20.5983 18.4414 18.9414V9.94141H17.4414V18.9414C17.4414 20.046 16.546 20.9414 15.4414 20.9414H3.44141C2.33684 20.9414 1.44141 20.046 1.44141 18.9414V6.94141C1.44141 5.83684 2.33684 4.94141 3.44141 4.94141H12.4414V3.94141Z" fill="#ADBBD0" /><path d="M21.5306 5.91574L19.3486 4.58101L21.5306 3.24628C21.5681 3.22328 21.595 3.18633 21.6053 3.14348C21.6156 3.10063 21.6084 3.05545 21.5855 3.01792L20.9444 1.96985C20.8966 1.89162 20.7942 1.86696 20.716 1.91479L18.6331 3.18898V0.747138C18.6331 0.65546 18.5587 0.581055 18.4671 0.581055H17.2386C17.1469 0.581055 17.0725 0.65546 17.0725 0.747138V3.18898L14.9896 1.91487C14.9112 1.86704 14.8091 1.89162 14.7612 1.96993L14.1201 3.018C14.0972 3.05554 14.09 3.10071 14.1003 3.14356C14.1106 3.18641 14.1375 3.22336 14.175 3.24637L16.3571 4.58101L14.175 5.91574C14.1375 5.93866 14.1106 5.9757 14.1003 6.01847C14.09 6.0614 14.0972 6.10657 14.1201 6.14411L14.7612 7.1921C14.8091 7.27032 14.9112 7.29507 14.9896 7.24724L17.0725 5.97304V8.41489C17.0725 8.50657 17.1469 8.58097 17.2386 8.58097H18.4671C18.5587 8.58097 18.6331 8.50657 18.6331 8.41489V5.97313L20.7161 7.24715C20.7943 7.29499 20.8967 7.27032 20.9444 7.19218L21.5856 6.14411C21.6085 6.10657 21.6157 6.0614 21.6054 6.01855C21.5952 5.97562 21.5682 5.93875 21.5306 5.91574Z" fill="#de350b" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span >
                                                        <span>Steps to reproduce, expected, and actual results filled</span>

                        </span>
                    </div>
                                                                    <span style="padding-right: 1px; white-space: nowrap;">
                                                        
                                                        
                                                                                </span>
                                    </div>
                                                <div style="display: flex; align-items: flex-start; padding: 0; margin-left: 12px; float: none; font-size: 14px;">
                                                                <span style="padding-right: 5px; align-self: flex-start;">
                                <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="unchecked"><path d="M0.441406 6.94141C0.441406 5.28455 1.78455 3.94141 3.44141 3.94141H15.4414C17.0983 3.94141 18.4414 5.28455 18.4414 6.94141V18.9414C18.4414 20.5983 17.0983 21.9414 15.4414 21.9414H3.44141C1.78455 21.9414 0.441406 20.5983 0.441406 18.9414V6.94141Z" fill="#EFF4FB" /><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4414 3.94141H3.44141C1.78455 3.94141 0.441406 5.28455 0.441406 6.94141V18.9414C0.441406 20.5983 1.78455 21.9414 3.44141 21.9414H15.4414C17.0983 21.9414 18.4414 20.5983 18.4414 18.9414V9.94141H17.4414V18.9414C17.4414 20.046 16.546 20.9414 15.4414 20.9414H3.44141C2.33684 20.9414 1.44141 20.046 1.44141 18.9414V6.94141C1.44141 5.83684 2.33684 4.94141 3.44141 4.94141H12.4414V3.94141Z" fill="#ADBBD0" /><path d="M21.5306 5.91574L19.3486 4.58101L21.5306 3.24628C21.5681 3.22328 21.595 3.18633 21.6053 3.14348C21.6156 3.10063 21.6084 3.05545 21.5855 3.01792L20.9444 1.96985C20.8966 1.89162 20.7942 1.86696 20.716 1.91479L18.6331 3.18898V0.747138C18.6331 0.65546 18.5587 0.581055 18.4671 0.581055H17.2386C17.1469 0.581055 17.0725 0.65546 17.0725 0.747138V3.18898L14.9896 1.91487C14.9112 1.86704 14.8091 1.89162 14.7612 1.96993L14.1201 3.018C14.0972 3.05554 14.09 3.10071 14.1003 3.14356C14.1106 3.18641 14.1375 3.22336 14.175 3.24637L16.3571 4.58101L14.175 5.91574C14.1375 5.93866 14.1106 5.9757 14.1003 6.01847C14.09 6.0614 14.0972 6.10657 14.1201 6.14411L14.7612 7.1921C14.8091 7.27032 14.9112 7.29507 14.9896 7.24724L17.0725 5.97304V8.41489C17.0725 8.50657 17.1469 8.58097 17.2386 8.58097H18.4671C18.5587 8.58097 18.6331 8.50657 18.6331 8.41489V5.97313L20.7161 7.24715C20.7943 7.29499 20.8967 7.27032 20.9444 7.19218L21.5856 6.14411C21.6085 6.10657 21.6157 6.0614 21.6054 6.01855C21.5952 5.97562 21.5682 5.93875 21.5306 5.91574Z" fill="#de350b" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span >
                                                        <span>Affected version filled</span>

                        </span>
                    </div>
                                                                    <span style="padding-right: 1px; white-space: nowrap;">
                                                        
                                                        
                                                                                </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>Thu, 15 Oct 2020 13:01:56 +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_12130" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Documentation update required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="13300"><![CDATA[Yes]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10246" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>MGNLUI-6334</customfieldvalue>
                        </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>slutz</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 16 weeks, 4 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>akhamis</customfieldvalue>
            <customfieldvalue>cringele</customfieldvalue>
            <customfieldvalue>rkovarik</customfieldvalue>
            <customfieldvalue>sdemocko</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|y0348e:</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_10245" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1265">UI FW 11</customfieldvalue>
    <customfieldvalue id="1279">UI FW 12</customfieldvalue>
    <customfieldvalue id="1290">UI FW 13</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10242" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_14168" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Task DoD</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                        
        <div style="margin-bottom: 8px;">
                            <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge" 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>0/6</span></span></div>
                    
            <div class="checklist-progress-bar-wrapper" style="">
        <div class="checklist-progress-bar" style="position: relative; width: 100%; background-color: #cccccc; margin-bottom: 2px; margin-top: 5px;">
                        <div class="checklist-progress" style="display: block; float: none; width: 0%; height: 2px; background: #14892c;">
                            </div>
        </div>
    </div>
        </div>
    
                                    <div style="display: flex; align-items: flex-start; padding: 0; margin-left: 12px; float: none; font-size: 14px;">
                                                                <span style="padding-right: 5px; align-self: flex-start;">
                                <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="unchecked"><path d="M0.441406 6.94141C0.441406 5.28455 1.78455 3.94141 3.44141 3.94141H15.4414C17.0983 3.94141 18.4414 5.28455 18.4414 6.94141V18.9414C18.4414 20.5983 17.0983 21.9414 15.4414 21.9414H3.44141C1.78455 21.9414 0.441406 20.5983 0.441406 18.9414V6.94141Z" fill="#EFF4FB" /><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4414 3.94141H3.44141C1.78455 3.94141 0.441406 5.28455 0.441406 6.94141V18.9414C0.441406 20.5983 1.78455 21.9414 3.44141 21.9414H15.4414C17.0983 21.9414 18.4414 20.5983 18.4414 18.9414V9.94141H17.4414V18.9414C17.4414 20.046 16.546 20.9414 15.4414 20.9414H3.44141C2.33684 20.9414 1.44141 20.046 1.44141 18.9414V6.94141C1.44141 5.83684 2.33684 4.94141 3.44141 4.94141H12.4414V3.94141Z" fill="#ADBBD0" /><path d="M21.5306 5.91574L19.3486 4.58101L21.5306 3.24628C21.5681 3.22328 21.595 3.18633 21.6053 3.14348C21.6156 3.10063 21.6084 3.05545 21.5855 3.01792L20.9444 1.96985C20.8966 1.89162 20.7942 1.86696 20.716 1.91479L18.6331 3.18898V0.747138C18.6331 0.65546 18.5587 0.581055 18.4671 0.581055H17.2386C17.1469 0.581055 17.0725 0.65546 17.0725 0.747138V3.18898L14.9896 1.91487C14.9112 1.86704 14.8091 1.89162 14.7612 1.96993L14.1201 3.018C14.0972 3.05554 14.09 3.10071 14.1003 3.14356C14.1106 3.18641 14.1375 3.22336 14.175 3.24637L16.3571 4.58101L14.175 5.91574C14.1375 5.93866 14.1106 5.9757 14.1003 6.01847C14.09 6.0614 14.0972 6.10657 14.1201 6.14411L14.7612 7.1921C14.8091 7.27032 14.9112 7.29507 14.9896 7.24724L17.0725 5.97304V8.41489C17.0725 8.50657 17.1469 8.58097 17.2386 8.58097H18.4671C18.5587 8.58097 18.6331 8.50657 18.6331 8.41489V5.97313L20.7161 7.24715C20.7943 7.29499 20.8967 7.27032 20.9444 7.19218L21.5856 6.14411C21.6085 6.10657 21.6157 6.0614 21.6054 6.01855C21.5952 5.97562 21.5682 5.93875 21.5306 5.91574Z" fill="#de350b" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span >
                                                        <span>Doc/release notes changes? Comment present?</span>

                        </span>
                    </div>
                                                                    <span style="padding-right: 1px; white-space: nowrap;">
                                                        
                                                        
                                                                                </span>
                                    </div>
                                                <div style="display: flex; align-items: flex-start; padding: 0; margin-left: 12px; float: none; font-size: 14px;">
                                                                <span style="padding-right: 5px; align-self: flex-start;">
                                <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="unchecked"><path d="M0.441406 6.94141C0.441406 5.28455 1.78455 3.94141 3.44141 3.94141H15.4414C17.0983 3.94141 18.4414 5.28455 18.4414 6.94141V18.9414C18.4414 20.5983 17.0983 21.9414 15.4414 21.9414H3.44141C1.78455 21.9414 0.441406 20.5983 0.441406 18.9414V6.94141Z" fill="#EFF4FB" /><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4414 3.94141H3.44141C1.78455 3.94141 0.441406 5.28455 0.441406 6.94141V18.9414C0.441406 20.5983 1.78455 21.9414 3.44141 21.9414H15.4414C17.0983 21.9414 18.4414 20.5983 18.4414 18.9414V9.94141H17.4414V18.9414C17.4414 20.046 16.546 20.9414 15.4414 20.9414H3.44141C2.33684 20.9414 1.44141 20.046 1.44141 18.9414V6.94141C1.44141 5.83684 2.33684 4.94141 3.44141 4.94141H12.4414V3.94141Z" fill="#ADBBD0" /><path d="M21.5306 5.91574L19.3486 4.58101L21.5306 3.24628C21.5681 3.22328 21.595 3.18633 21.6053 3.14348C21.6156 3.10063 21.6084 3.05545 21.5855 3.01792L20.9444 1.96985C20.8966 1.89162 20.7942 1.86696 20.716 1.91479L18.6331 3.18898V0.747138C18.6331 0.65546 18.5587 0.581055 18.4671 0.581055H17.2386C17.1469 0.581055 17.0725 0.65546 17.0725 0.747138V3.18898L14.9896 1.91487C14.9112 1.86704 14.8091 1.89162 14.7612 1.96993L14.1201 3.018C14.0972 3.05554 14.09 3.10071 14.1003 3.14356C14.1106 3.18641 14.1375 3.22336 14.175 3.24637L16.3571 4.58101L14.175 5.91574C14.1375 5.93866 14.1106 5.9757 14.1003 6.01847C14.09 6.0614 14.0972 6.10657 14.1201 6.14411L14.7612 7.1921C14.8091 7.27032 14.9112 7.29507 14.9896 7.24724L17.0725 5.97304V8.41489C17.0725 8.50657 17.1469 8.58097 17.2386 8.58097H18.4671C18.5587 8.58097 18.6331 8.50657 18.6331 8.41489V5.97313L20.7161 7.24715C20.7943 7.29499 20.8967 7.27032 20.9444 7.19218L21.5856 6.14411C21.6085 6.10657 21.6157 6.0614 21.6054 6.01855C21.5952 5.97562 21.5682 5.93875 21.5306 5.91574Z" fill="#de350b" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span >
                                                        <span>Downstream builds green?</span>

                        </span>
                    </div>
                                                                    <span style="padding-right: 1px; white-space: nowrap;">
                                                        
                                                        
                                                                                </span>
                                    </div>
                                                <div style="display: flex; align-items: flex-start; padding: 0; margin-left: 12px; float: none; font-size: 14px;">
                                                                <span style="padding-right: 5px; align-self: flex-start;">
                                <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="unchecked"><path d="M0.441406 6.94141C0.441406 5.28455 1.78455 3.94141 3.44141 3.94141H15.4414C17.0983 3.94141 18.4414 5.28455 18.4414 6.94141V18.9414C18.4414 20.5983 17.0983 21.9414 15.4414 21.9414H3.44141C1.78455 21.9414 0.441406 20.5983 0.441406 18.9414V6.94141Z" fill="#EFF4FB" /><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4414 3.94141H3.44141C1.78455 3.94141 0.441406 5.28455 0.441406 6.94141V18.9414C0.441406 20.5983 1.78455 21.9414 3.44141 21.9414H15.4414C17.0983 21.9414 18.4414 20.5983 18.4414 18.9414V9.94141H17.4414V18.9414C17.4414 20.046 16.546 20.9414 15.4414 20.9414H3.44141C2.33684 20.9414 1.44141 20.046 1.44141 18.9414V6.94141C1.44141 5.83684 2.33684 4.94141 3.44141 4.94141H12.4414V3.94141Z" fill="#ADBBD0" /><path d="M21.5306 5.91574L19.3486 4.58101L21.5306 3.24628C21.5681 3.22328 21.595 3.18633 21.6053 3.14348C21.6156 3.10063 21.6084 3.05545 21.5855 3.01792L20.9444 1.96985C20.8966 1.89162 20.7942 1.86696 20.716 1.91479L18.6331 3.18898V0.747138C18.6331 0.65546 18.5587 0.581055 18.4671 0.581055H17.2386C17.1469 0.581055 17.0725 0.65546 17.0725 0.747138V3.18898L14.9896 1.91487C14.9112 1.86704 14.8091 1.89162 14.7612 1.96993L14.1201 3.018C14.0972 3.05554 14.09 3.10071 14.1003 3.14356C14.1106 3.18641 14.1375 3.22336 14.175 3.24637L16.3571 4.58101L14.175 5.91574C14.1375 5.93866 14.1106 5.9757 14.1003 6.01847C14.09 6.0614 14.0972 6.10657 14.1201 6.14411L14.7612 7.1921C14.8091 7.27032 14.9112 7.29507 14.9896 7.24724L17.0725 5.97304V8.41489C17.0725 8.50657 17.1469 8.58097 17.2386 8.58097H18.4671C18.5587 8.58097 18.6331 8.50657 18.6331 8.41489V5.97313L20.7161 7.24715C20.7943 7.29499 20.8967 7.27032 20.9444 7.19218L21.5856 6.14411C21.6085 6.10657 21.6157 6.0614 21.6054 6.01855C21.5952 5.97562 21.5682 5.93875 21.5306 5.91574Z" fill="#de350b" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span >
                                                        <span>Solution information and context easily available?</span>

                        </span>
                    </div>
                                                                    <span style="padding-right: 1px; white-space: nowrap;">
                                                        
                                                        
                                                                                </span>
                                    </div>
                                                <div style="display: flex; align-items: flex-start; padding: 0; margin-left: 12px; float: none; font-size: 14px;">
                                                                <span style="padding-right: 5px; align-self: flex-start;">
                                <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="unchecked"><path d="M0.441406 6.94141C0.441406 5.28455 1.78455 3.94141 3.44141 3.94141H15.4414C17.0983 3.94141 18.4414 5.28455 18.4414 6.94141V18.9414C18.4414 20.5983 17.0983 21.9414 15.4414 21.9414H3.44141C1.78455 21.9414 0.441406 20.5983 0.441406 18.9414V6.94141Z" fill="#EFF4FB" /><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4414 3.94141H3.44141C1.78455 3.94141 0.441406 5.28455 0.441406 6.94141V18.9414C0.441406 20.5983 1.78455 21.9414 3.44141 21.9414H15.4414C17.0983 21.9414 18.4414 20.5983 18.4414 18.9414V9.94141H17.4414V18.9414C17.4414 20.046 16.546 20.9414 15.4414 20.9414H3.44141C2.33684 20.9414 1.44141 20.046 1.44141 18.9414V6.94141C1.44141 5.83684 2.33684 4.94141 3.44141 4.94141H12.4414V3.94141Z" fill="#ADBBD0" /><path d="M21.5306 5.91574L19.3486 4.58101L21.5306 3.24628C21.5681 3.22328 21.595 3.18633 21.6053 3.14348C21.6156 3.10063 21.6084 3.05545 21.5855 3.01792L20.9444 1.96985C20.8966 1.89162 20.7942 1.86696 20.716 1.91479L18.6331 3.18898V0.747138C18.6331 0.65546 18.5587 0.581055 18.4671 0.581055H17.2386C17.1469 0.581055 17.0725 0.65546 17.0725 0.747138V3.18898L14.9896 1.91487C14.9112 1.86704 14.8091 1.89162 14.7612 1.96993L14.1201 3.018C14.0972 3.05554 14.09 3.10071 14.1003 3.14356C14.1106 3.18641 14.1375 3.22336 14.175 3.24637L16.3571 4.58101L14.175 5.91574C14.1375 5.93866 14.1106 5.9757 14.1003 6.01847C14.09 6.0614 14.0972 6.10657 14.1201 6.14411L14.7612 7.1921C14.8091 7.27032 14.9112 7.29507 14.9896 7.24724L17.0725 5.97304V8.41489C17.0725 8.50657 17.1469 8.58097 17.2386 8.58097H18.4671C18.5587 8.58097 18.6331 8.50657 18.6331 8.41489V5.97313L20.7161 7.24715C20.7943 7.29499 20.8967 7.27032 20.9444 7.19218L21.5856 6.14411C21.6085 6.10657 21.6157 6.0614 21.6054 6.01855C21.5952 5.97562 21.5682 5.93875 21.5306 5.91574Z" fill="#de350b" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span >
                                                        <span><strong>Tests</strong></span>

                        </span>
                    </div>
                                                                    <span style="padding-right: 1px; white-space: nowrap;">
                                                        
                                                        
                                                                                </span>
                                    </div>
                                                <div style="display: flex; align-items: flex-start; padding: 0; margin-left: 12px; float: none; font-size: 14px;">
                                                                <span style="padding-right: 5px; align-self: flex-start;">
                                <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="unchecked"><path d="M0.441406 6.94141C0.441406 5.28455 1.78455 3.94141 3.44141 3.94141H15.4414C17.0983 3.94141 18.4414 5.28455 18.4414 6.94141V18.9414C18.4414 20.5983 17.0983 21.9414 15.4414 21.9414H3.44141C1.78455 21.9414 0.441406 20.5983 0.441406 18.9414V6.94141Z" fill="#EFF4FB" /><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4414 3.94141H3.44141C1.78455 3.94141 0.441406 5.28455 0.441406 6.94141V18.9414C0.441406 20.5983 1.78455 21.9414 3.44141 21.9414H15.4414C17.0983 21.9414 18.4414 20.5983 18.4414 18.9414V9.94141H17.4414V18.9414C17.4414 20.046 16.546 20.9414 15.4414 20.9414H3.44141C2.33684 20.9414 1.44141 20.046 1.44141 18.9414V6.94141C1.44141 5.83684 2.33684 4.94141 3.44141 4.94141H12.4414V3.94141Z" fill="#ADBBD0" /><path d="M21.5306 5.91574L19.3486 4.58101L21.5306 3.24628C21.5681 3.22328 21.595 3.18633 21.6053 3.14348C21.6156 3.10063 21.6084 3.05545 21.5855 3.01792L20.9444 1.96985C20.8966 1.89162 20.7942 1.86696 20.716 1.91479L18.6331 3.18898V0.747138C18.6331 0.65546 18.5587 0.581055 18.4671 0.581055H17.2386C17.1469 0.581055 17.0725 0.65546 17.0725 0.747138V3.18898L14.9896 1.91487C14.9112 1.86704 14.8091 1.89162 14.7612 1.96993L14.1201 3.018C14.0972 3.05554 14.09 3.10071 14.1003 3.14356C14.1106 3.18641 14.1375 3.22336 14.175 3.24637L16.3571 4.58101L14.175 5.91574C14.1375 5.93866 14.1106 5.9757 14.1003 6.01847C14.09 6.0614 14.0972 6.10657 14.1201 6.14411L14.7612 7.1921C14.8091 7.27032 14.9112 7.29507 14.9896 7.24724L17.0725 5.97304V8.41489C17.0725 8.50657 17.1469 8.58097 17.2386 8.58097H18.4671C18.5587 8.58097 18.6331 8.50657 18.6331 8.41489V5.97313L20.7161 7.24715C20.7943 7.29499 20.8967 7.27032 20.9444 7.19218L21.5856 6.14411C21.6085 6.10657 21.6157 6.0614 21.6054 6.01855C21.5952 5.97562 21.5682 5.93875 21.5306 5.91574Z" fill="#de350b" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span >
                                                        <span><strong>FixVersion</strong> filled and not yet released</span>

                        </span>
                    </div>
                                                                    <span style="padding-right: 1px; white-space: nowrap;">
                                                        
                                                        
                                                                                </span>
                                    </div>
                                                <div style="display: flex; align-items: flex-start; padding: 0; margin-left: 12px; float: none; font-size: 14px;">
                                                                <span style="padding-right: 5px; align-self: flex-start;">
                                <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="unchecked"><rect fill="#EFF4FB" height="17.5" rx="2.5" stroke="#ADBBD0" width="18" x="0.44141" y="3.94141"/></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span >
                                                        <span>Architecture Decision Record (<strong>ADR</strong>)</span>

                        </span>
                    </div>
                                                                    <span style="padding-right: 1px; white-space: nowrap;">
                                                        
                                                        
                                                                                </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_13933" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Urgency (resolution)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="15724"><![CDATA[Normal]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>