<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 10:34:49 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>[PUBLISHING-39] Former multisite-publishing behavior is not implemented: Publishing specific websites to dedicated public instances</title>
                <link>https://jira.magnolia-cms.com/browse/PUBLISHING-39</link>
                <project id="14683" key="PUBLISHING">Publishing</project>
                    <description>&lt;h2&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/h2&gt;

&lt;p&gt;The new publishing implementation has introduced two new behaviors/configurations:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;All workspaces are automatically included into publishing process if not excluded explicit (receivers config):&lt;br/&gt;
 -&amp;gt; opposite behavior on former subscribers/activation&lt;/li&gt;
	&lt;li&gt;A new property was introduced on the receiver&apos;s workspace configuration: &apos;&lt;em&gt;excluded&lt;/em&gt;&apos;&lt;br/&gt;
 -&amp;gt; allows to define excluding workspaces (or inner parts) for publication. This is needed as now all workspaces are automatically included.&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;&lt;a name=&quot;Problem&quot;&gt;&lt;/a&gt;Problem&lt;/h2&gt;

&lt;p&gt;&lt;b&gt;Major&lt;/b&gt;:&lt;br/&gt;
 The receiver&apos;s workspace configuration has new a &lt;b&gt;combination&lt;/b&gt; of the &lt;b&gt;&apos;&lt;em&gt;excluded&lt;/em&gt;&apos;&lt;/b&gt; property &lt;b&gt;and&lt;/b&gt; the &apos;&lt;b&gt;&lt;em&gt;fromPath&lt;/em&gt;&apos;&amp;amp;&apos;&lt;em&gt;toPath&lt;/em&gt;&lt;/b&gt;&apos; properties. This combination leads to&#160;&lt;b&gt;four&lt;/b&gt; possible combinations and therefore four possible behaviours, but &lt;b&gt;one&lt;/b&gt; of them &lt;b&gt;is not implemented&lt;/b&gt;:&lt;br/&gt;
 The possibility to define a path within the workspace that should be published, but only that path -&amp;gt; the former subscriptions behavior of the subscribers.&lt;/p&gt;

&lt;p&gt;&lt;del&gt;&lt;b&gt;Minor&lt;/b&gt;:&lt;/del&gt;&lt;br/&gt;
 &lt;del&gt;One can activate nodes of excluded workspaces, correctly they are ignored being pushed to the public instances because they are defined as being excluded. But:&lt;/del&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;del&gt;They should not be publish-able&lt;/del&gt;&lt;/li&gt;
	&lt;li&gt;&lt;del&gt;The activation status is set to green even to node is (correctly) not sent/transferred.&lt;/del&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;A more detailed explanation&#160;and analysis of both bugs is added in this description in the chapter &apos;Analysis&apos;.&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;UseCases&quot;&gt;&lt;/a&gt;Use Cases&lt;/h2&gt;

&lt;p&gt;Common use cases using multi site, comparable to the setup on the diagram:&lt;br/&gt;
 &#160; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;42805_thumb&quot; href=&quot;https://jira.magnolia-cms.com/secure/attachment/42805/42805_Publishing-to-intranet-and-extranet.png&quot; title=&quot;Publishing-to-intranet-and-extranet.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;42805&quot; file-preview-title=&quot;Publishing-to-intranet-and-extranet.png&quot;&gt;&lt;img src=&quot;https://jira.magnolia-cms.com/secure/thumbnail/42805/_thumb_42805.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Description of two generic use cases:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Simple use case:
	&lt;ul&gt;
		&lt;li&gt;two websites exists:&lt;br/&gt;
 &apos;&lt;em&gt;website-A&lt;/em&gt;&apos; &amp;amp; &apos;&lt;em&gt;website-B&lt;/em&gt;&apos;&lt;/li&gt;
		&lt;li&gt;each website has one public instance:&#160;&lt;br/&gt;
 &apos;&lt;em&gt;public-instance-for-website-A&lt;/em&gt;&apos; &amp;amp; &apos;&lt;em&gt;public-instance-for-website-B&lt;/em&gt;&apos;&lt;/li&gt;
		&lt;li&gt;Goal:&lt;br/&gt;
 website-A -&amp;gt; public-instance(s)-for-website-A&lt;br/&gt;
 wesbite-B -&amp;gt; public-instance(s)-for-website-B&lt;br/&gt;
 Activating a page in website-&lt;b&gt;A&lt;/b&gt; will be sent &lt;b&gt;only&lt;/b&gt; to public server public-instance-&lt;b&gt;A&lt;/b&gt;, and only there!&lt;br/&gt;
 Activating a page in website-&lt;b&gt;B&lt;/b&gt; will be sent &lt;b&gt;only&lt;/b&gt; to public server public-instance-&lt;b&gt;B&lt;/b&gt;, and only there!&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;More complex, but quite common use case:&#160;
	&lt;ul&gt;
		&lt;li&gt;For some specific websites exist dedicated public instance(s).&lt;/li&gt;
		&lt;li&gt;For all the other existing websites exist general public instance(s).&lt;/li&gt;
		&lt;li&gt;Goal:&lt;br/&gt;
 website-&lt;b&gt;A&lt;/b&gt; -&amp;gt; public-instance(s)-for-website-A&lt;br/&gt;
 wesbite-&lt;b&gt;B&lt;/b&gt; -&amp;gt; public-instance(s)-for-website-B&lt;br/&gt;
 website-&lt;b&gt;C&lt;/b&gt; -&amp;gt; &lt;b&gt;general&lt;/b&gt;-public-instance(s)-for-all-other-websites&lt;br/&gt;
 website-&lt;b&gt;D&lt;/b&gt; -&amp;gt; &lt;b&gt;general&lt;/b&gt;-public-instance(s)-for-all-other-websites&lt;br/&gt;
 &lt;b&gt;any-new&lt;/b&gt;-toplevel-pages-or-websites -&amp;gt; &lt;b&gt;general&lt;/b&gt;-public-instance(s)-for-all-other-websites&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&#160;&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;Analysis%C2%A0&quot;&gt;&lt;/a&gt;Analysis&#160;&lt;/h2&gt;
&lt;h3&gt;&lt;a name=&quot;Situation1%3APublisheverythingofaworkspace&quot;&gt;&lt;/a&gt;Situation 1: Publish everything of a workspace&lt;/h3&gt;
&lt;h4&gt;&lt;a name=&quot;Theconfiguration%3A&quot;&gt;&lt;/a&gt;The configuration:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;concreteReceiver&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160;workspaces (&lt;b&gt;empty/no &apos;website&apos; configuration&lt;/b&gt;)&lt;/p&gt;

&lt;p&gt;-&amp;gt; does automatically (default)&#160;&lt;b&gt;behave like&lt;/b&gt;:&lt;br/&gt;
 &lt;b&gt;concreteReceiver&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160;workspaces&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; enabled=true&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &lt;b&gt;excluded=false&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; workspace=website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; fromPath=&lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; toPath=&lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
 =&amp;gt; should behave as: push &lt;b&gt;EVERYTHING&lt;/b&gt; of the &apos;&lt;em&gt;website&lt;/em&gt;&apos; workspace.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Testresult%3A&quot;&gt;&lt;/a&gt;Test result:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;Correct&lt;/b&gt;: Currently the system&#160;&lt;b&gt;behaves this way&lt;/b&gt;.&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Situation2%3APublishingonlyaspecificpath%2Fwebsite%C2%A0&quot;&gt;&lt;/a&gt;Situation 2: Publishing only a specific path/website&#160;&lt;/h3&gt;
&lt;h4&gt;&lt;a name=&quot;Theconfiguration%3A&quot;&gt;&lt;/a&gt;The configuration:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;concreteReceiver&lt;/b&gt;&lt;br/&gt;
 &#160; &#160;workspaces&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; enabled=true&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; excluded=&lt;b&gt;false&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; workspace=website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; fromPath=&lt;b&gt;/specificPath&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; toPath=&lt;b&gt;/specificPath&lt;/b&gt;&lt;br/&gt;
 =&amp;gt; should behave as: push &lt;b&gt;ONLY&lt;/b&gt; the &apos;&lt;b&gt;/specificPath&lt;/b&gt;&apos; path of the &apos;website&apos; workspace, ignore the rest.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Testresult%3A&quot;&gt;&lt;/a&gt;Test result:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;Bug Major&lt;/b&gt;: The system currently&#160;&lt;b&gt;does NOT behave&lt;/b&gt; this way. &lt;b&gt;Everything&lt;/b&gt; of the whole workspace &lt;b&gt;is&lt;/b&gt; &lt;b&gt;published&lt;/b&gt; -&amp;gt; the system behaves as if &apos;&lt;em&gt;fromPath &amp;amp; toPath&lt;/em&gt;&apos; were set to &apos;/&apos;.&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Situation3%3AExcludeacompleteworkspace&quot;&gt;&lt;/a&gt;Situation 3: Exclude a complete workspace&lt;/h3&gt;
&lt;h4&gt;&lt;a name=&quot;Theconfiguration%3A&quot;&gt;&lt;/a&gt;The configuration:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;concreteReceiver&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; workspaces&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; enabled=true&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; excluded=&lt;b&gt;true&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; workspace=website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; fromPath=&lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; toPath=&lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
 =&amp;gt; should behave as: push &lt;b&gt;NOTHING&lt;/b&gt; from the &apos;website&apos; workspace.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Testresult%3A&quot;&gt;&lt;/a&gt;Test result:&lt;/h4&gt;

&lt;p&gt;Currently the system&#160;&lt;b&gt;behaves this way&lt;/b&gt;. No content is pushed, the workspace is excluded.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Minor Bug&lt;/b&gt;:&#160;&lt;br/&gt;
 Even there is no public instance configured to receive content, one &lt;b&gt;can push the &apos;&lt;em&gt;publish&lt;/em&gt;&apos; Action&lt;/b&gt; and the &lt;b&gt;activation status&lt;/b&gt; is &lt;b&gt;set to green&lt;/b&gt;. -&amp;gt; this is very confusing, because green activation status indicates that the page exists on some public instance.&lt;/p&gt;

&lt;p&gt;Also a workflow is triggered (when not using direct publishing) where the approver has no chance of knowing that hte content itself will not be sent to any public instance.&lt;/p&gt;

&lt;p&gt;Suggested behavior: &lt;br/&gt;
 The &apos;publish Action&apos; is not clickable if non of the receivers has this path as a matching configuration.&lt;br/&gt;
 When there is no public instance meant to send it to, the publish Action should also not be clickable.&lt;br/&gt;
 Best would be if it were clickable, but a pop up message informs why publication is not possible.&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Situation4%3APublishaworkspaceEXCEPTonepath%2Fwebsite&quot;&gt;&lt;/a&gt;Situation 4: Publish a workspace EXCEPT one path/website&lt;/h3&gt;
&lt;h4&gt;&lt;a name=&quot;Theconfiguration%3A&quot;&gt;&lt;/a&gt;The configuration:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;concreteReceiver&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; workspaces&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; enabled=true&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; excluded=&lt;b&gt;true&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; workspace=website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; fromPath=&lt;b&gt;/specificPath&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; toPath=&lt;b&gt;/specificPath&lt;/b&gt;&lt;br/&gt;
 =&amp;gt; should behave as: push &lt;b&gt;EVERYTHING&lt;/b&gt; from the &apos;website&apos; workspace &lt;b&gt;EXCEPT&lt;/b&gt; the &apos;&lt;b&gt;/specificPath&lt;/b&gt;&apos; path.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Testresult%3A&quot;&gt;&lt;/a&gt;Test result:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;Correct&lt;/b&gt;: Currently the system&#160;&lt;b&gt;behaves this way&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;Minor Bug:&lt;br/&gt;
 The same minor bug as described in &apos;&lt;em&gt;Situation 3&lt;/em&gt;&apos; counts also here. The &apos;&lt;em&gt;&lt;b&gt;/specificPath&lt;/b&gt;&lt;/em&gt;&apos; can be published and becomes green.&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="64209">PUBLISHING-39</key>
            <summary>Former multisite-publishing behavior is not implemented: Publishing specific websites to dedicated public instances</summary>
                <type id="1" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10883&amp;avatarType=issuetype">Bug</type>
                                            <priority id="10000" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/critical.svg">High</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="mdivilek">Milan Divilek</assignee>
                                    <reporter username="cringele">Christian Ringele</reporter>
                        <labels>
                    </labels>
                <created>Mon, 5 Feb 2018 16:36:56 +0100</created>
                <updated>Tue, 29 Mar 2022 12:43:41 +0200</updated>
                            <resolved>Tue, 21 Aug 2018 13:37:05 +0200</resolved>
                                    <version>1.0</version>
                    <version>1.0.1</version>
                                    <fixVersion>1.0.6</fixVersion>
                                        <due></due>
                            <votes>2</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="158233" author="cringele" created="Tue, 3 Apr 2018 14:57:53 +0200"  >&lt;p&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=mdrapela&quot; class=&quot;user-hover&quot; rel=&quot;mdrapela&quot;&gt;mdrapela&lt;/a&gt; Form my testing I can tell you following:&lt;/p&gt;

&lt;p&gt;&quot;The true setting&#160;&lt;span class=&quot;error&quot;&gt;&amp;#91;for \{{excluded}}&amp;#93;&lt;/span&gt;&#160;excludes the configured fromPath from publication. This property allows you to define exceptions such as &quot;Publish everything in the website&#160;workspace except the about node and everything under it.&quot; -&amp;gt; this is true, BUT:&lt;/p&gt;

&lt;p&gt;If setting excluded=false then the whole configuration is ignored and treated as you would set enabled=false.&lt;/p&gt;



&lt;p&gt;So one case is not defined, and the system does not react to it, and to be honest I have no clue what this situation should be:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;all workspaces are included by default&lt;/li&gt;
	&lt;li&gt;a workspace configuration is added with enabled=true und excluded=false =&amp;gt; this configuration is ignored and treaded as not being existent at all&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Or in other words:&lt;br/&gt;
What should be the difference between 1. &amp;amp; 2.:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;excluded=false&lt;/li&gt;
	&lt;li&gt;excluded=true &amp;amp;&amp;amp; fromURI=/ &amp;amp;&amp;amp; toURI=/&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;The whole property &lt;tt&gt;excluded&lt;/tt&gt; doesn&apos;t make any sense to me and form the tested behavior.&lt;/p&gt;</comment>
                            <comment id="165902" author="cringele" created="Thu, 2 Aug 2018 09:10:36 +0200"  >&lt;p&gt;Yesterday I had another thought about the possible configuration (related to my last comment).&lt;/p&gt;

&lt;p&gt;I think this would be the most clear, easy to understand and most natural configuration and its behavior:&#160;&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;Publisheverythingofaworkspace&quot;&gt;&lt;/a&gt;Publish everything of a workspace&lt;/h2&gt;
&lt;h4&gt;&lt;a name=&quot;Theconfiguration%3A&quot;&gt;&lt;/a&gt;The configuration:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;concreteReceiver&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160;workspaces (&lt;b&gt;empty/no &apos;website&apos; configuration&lt;/b&gt;)&lt;/p&gt;

&lt;p&gt;-&amp;gt; does automatically&#160;&lt;b&gt;behave like&lt;/b&gt;:&lt;br/&gt;
 &lt;b&gt;concreteReceiver&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160;workspaces&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; enabled=true&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &lt;b&gt;excluded=false&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; workspace=website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; fromPath=&lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; toPath=&lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
 =&amp;gt; should behave as: push &lt;b&gt;EVERYTHING&lt;/b&gt; of the &apos;&lt;em&gt;website&lt;/em&gt;&apos; workspace.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Testresult%3A&quot;&gt;&lt;/a&gt;Test result:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;Correct&lt;/b&gt;: Currently the system&#160;&lt;b&gt;behaves this way&lt;/b&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;Publishingonlyaspecificpath%2Fwebsite%C2%A0&quot;&gt;&lt;/a&gt;Publishing only a specific path/website&#160;&lt;/h2&gt;
&lt;h4&gt;&lt;a name=&quot;Theconfiguration%3A&quot;&gt;&lt;/a&gt;The configuration:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;concreteReceiver&lt;/b&gt;&lt;br/&gt;
 &#160; &#160;workspaces&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; enabled=true&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; excluded=&lt;b&gt;false&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; workspace=website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; fromPath=&lt;b&gt;/specificPath&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; toPath=&lt;b&gt;/specificPath&lt;/b&gt;&lt;br/&gt;
 =&amp;gt; should behave as: push &lt;b&gt;ONLY&lt;/b&gt; the &apos;&lt;b&gt;/specificPath&lt;/b&gt;&apos; path of the &apos;website&apos; workspace, ignore the rest.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Testresult%3A&quot;&gt;&lt;/a&gt;Test result:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;Bug&lt;/b&gt;: The system currently&#160;&lt;b&gt;does NOT behave&lt;/b&gt; this way&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;Excludeacompleteworkspace&quot;&gt;&lt;/a&gt;Exclude a complete workspace&lt;/h2&gt;
&lt;h4&gt;&lt;a name=&quot;Theconfiguration%3A&quot;&gt;&lt;/a&gt;The configuration:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;concreteReceiver&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; workspaces&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; enabled=true&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; excluded=&lt;b&gt;true&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; workspace=website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; fromPath=&lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; toPath=&lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
 =&amp;gt; should behave as: push &lt;b&gt;NOTHING&lt;/b&gt; from the &apos;website&apos; workspace.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Testresult%3A&quot;&gt;&lt;/a&gt;Test result:&lt;/h4&gt;

&lt;p&gt;Currently the system&#160;&lt;b&gt;behaves this way&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Bug found on publication status and publication Action behavior&lt;/b&gt;: &lt;br/&gt;
 Even there is no public instance configured to receive content, one &lt;b&gt;can push the publish Action&lt;/b&gt; and the &lt;b&gt;activation status&lt;/b&gt; is &lt;b&gt;set to green&lt;/b&gt;. -&amp;gt; this is very confusing, because green activation status indicates that the page exists on the public instance.&lt;/p&gt;

&lt;p&gt;Workflow activation (Pages App):&lt;/p&gt;

&lt;p&gt;Direct activation (JCR App):&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Publishing: Behaves as described above&lt;/li&gt;
	&lt;li&gt;Un-Publish&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Suggested behavior: The &apos;publish Action&apos; is not clickable&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;PublishaworkspaceEXCEPTonepath%2Fwebsite&quot;&gt;&lt;/a&gt;Publish a workspace EXCEPT one path/website&lt;/h2&gt;
&lt;h4&gt;&lt;a name=&quot;Theconfiguration%3A&quot;&gt;&lt;/a&gt;The configuration:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;concreteReceiver&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; workspaces&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; enabled=true&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; excluded=&lt;b&gt;true&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; workspace=website&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; fromPath=&lt;b&gt;/specificPath&lt;/b&gt;&lt;br/&gt;
 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; toPath=&lt;b&gt;/specificPath&lt;/b&gt;&lt;br/&gt;
 =&amp;gt; should behave as: push &lt;b&gt;EVERYTHING&lt;/b&gt; from the &apos;website&apos; workspace &lt;b&gt;EXCEPT&lt;/b&gt; the &apos;&lt;b&gt;/specificPath&lt;/b&gt;&apos; path.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Testresult%3A&quot;&gt;&lt;/a&gt;Test result:&lt;/h4&gt;

&lt;p&gt;&lt;b&gt;Correct&lt;/b&gt;: Currently the system&#160;&lt;b&gt;behaves this way&lt;/b&gt;.&lt;/p&gt;</comment>
                            <comment id="165939" author="rajeevsingh" created="Thu, 2 Aug 2018 13:03:29 +0200"  >&lt;p&gt;Hi Christian,&lt;/p&gt;

&lt;p&gt;Your most recent comment makes it a little bit easier. So, does the configs/properties work as you mentioned above or it is a proposal ?? Plz, comment.&lt;/p&gt;

&lt;p&gt;I must say this new property excluded is actually very confusing. &lt;br/&gt;
I have around 20 sites and 18 diff fronts plus few custom work-spaces, and to find a combination like before(with activation)  is very confusing and difficult.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Rajeev&lt;/p&gt;
</comment>
                            <comment id="166020" author="cringele" created="Fri, 3 Aug 2018 10:01:02 +0200"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=rajeevsingh&quot; class=&quot;user-hover&quot; rel=&quot;rajeevsingh&quot;&gt;rajeevsingh&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have just updated my comment above.&lt;br/&gt;
Is it now more clear?&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Christian&lt;/p&gt;</comment>
                            <comment id="166021" author="rajeevsingh" created="Fri, 3 Aug 2018 10:18:22 +0200"  >&lt;p&gt;Hello Christian,&lt;/p&gt;

&lt;p&gt;most of the combinations work for me and thanks for the update.&lt;br/&gt;
But somehow it seems combination I did for &apos;Publishing only a specific path/website&apos; is not working, its always pushing everything.&lt;br/&gt;
I am still testing to be sure.&lt;/p&gt;

&lt;p&gt;Reagards&lt;/p&gt;</comment>
                            <comment id="166022" author="rajeevsingh" created="Fri, 3 Aug 2018 10:20:21 +0200"  >&lt;p&gt;Ahhh, I see your updates, you have marked it as bug in comments. Let me know if you find solution for that. &lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Rajeev&lt;/p&gt;</comment>
                            <comment id="166061" author="cringele" created="Sun, 5 Aug 2018 21:16:21 +0200"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=rajeevsingh&quot; class=&quot;user-hover&quot; rel=&quot;rajeevsingh&quot;&gt;rajeevsingh&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;I have updated the ticket description and added all the information there, also the details of my last comment.&lt;/p&gt;

&lt;p&gt;Because we have seen that you, as a SLA3 customer has a problem with this bug, we now treat this ticket as it had an attached SLA3 support ticket in its priority of the back log. We will keep you informed if there is any change.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Christian&lt;/p&gt;</comment>
                            <comment id="166077" author="rajeevsingh" created="Mon, 6 Aug 2018 09:09:36 +0200"  >&lt;p&gt;Hi Christian,&lt;/p&gt;

&lt;p&gt;Thank you for the updates on ticket info and example in comments. Example with 4 use cases makes it very clear.&lt;br/&gt;
I am in process of doing mgnl migration from 5.4.x to 5.6.7, and that&#8217;s where I got stuck at the issue. &lt;br/&gt;
I was about to raise a support ticket but I found this relevant one.&lt;/p&gt;

&lt;p&gt;With this new concept we have to do lot of configurations mainly negate ones to exclude. But it is achievable.&lt;br/&gt;
I am just facing issues with &#8216;Situation 2: Publishing only a specific path/website&#8217; which is now already a known bug.&lt;/p&gt;

&lt;p&gt;Just to add, my use case is, from assets workspace I used to publish specific content to some fronts(4 receivers)  and whole assets from root to another set of receivers.&lt;br/&gt;
Now, with or without this config of &#8216;Situation 2&#8217; system is publishing everything and eventually complains due to &#8216;parent node not activated etc&#8217;, as that content was never published on initial 4 excluded receivers.&lt;br/&gt;
Which forces me to copy unwanted part of content on those 4 receivers just to avoid this issue.&lt;/p&gt;

&lt;p&gt;I hope to have this fixed soon.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Rajeev&lt;/p&gt;
</comment>
                            <comment id="166205" author="rajeevsingh" created="Tue, 7 Aug 2018 09:41:31 +0200"  >&lt;p&gt;Hi Christian;&lt;/p&gt;

&lt;p&gt;Should I be raising a separate support ticket or this(&lt;a href=&quot;https://jira.magnolia-cms.com/browse/PUBLISHING-39&quot; title=&quot;Former multisite-publishing behavior is not implemented: Publishing specific websites to dedicated public instances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PUBLISHING-39&quot;&gt;&lt;del&gt;PUBLISHING-39&lt;/del&gt;&lt;/a&gt;) is good enough to get the fix. &lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Rajeev&lt;/p&gt;</comment>
                            <comment id="167012" author="had" created="Fri, 17 Aug 2018 10:38:53 +0200"  >&lt;p&gt;regarding&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt; Minor:&lt;br/&gt;
One can activate nodes of excluded workspaces, correctly they are ignored being pushed to the public instances because they are defined as being excluded. But:&lt;br/&gt;
They should not be publish-able&lt;br/&gt;
The activation status is set to green even to node is (correctly) not sent/transferred.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This behaviour is consistent with previous implementation and will not be changed in bug fix ticket. If we are implementing this change, it would be feature request.&lt;/p&gt;</comment>
                            <comment id="170116" author="mdivilek" created="Mon, 1 Oct 2018 07:30:09 +0200"  >&lt;p&gt;&lt;b&gt;Release notes:&lt;/b&gt; Receive can be configured to publish only certain path(s) of the workspace. Set WorkspaceDefinition properties &lt;b&gt;&lt;tt&gt;fromPath&lt;/tt&gt;&lt;/b&gt; / &lt;b&gt;&lt;tt&gt;toPath&lt;/tt&gt;&lt;/b&gt;  to &lt;b&gt;&lt;tt&gt;/specificPath&lt;/tt&gt;&lt;/b&gt;, &lt;b&gt;&lt;tt&gt;workspace&lt;/tt&gt;&lt;/b&gt; property to &lt;b&gt;&lt;tt&gt;website&lt;/tt&gt;&lt;/b&gt; and property &lt;b&gt;&lt;tt&gt;excluded&lt;/tt&gt;&lt;/b&gt; to &lt;b&gt;&lt;tt&gt;false&lt;/tt&gt;&lt;/b&gt; in receiver configuration. This receiver will publish only the &lt;b&gt;&lt;tt&gt;/specificPath&lt;/tt&gt;&lt;/b&gt; path of the &lt;b&gt;&lt;tt&gt;website&lt;/tt&gt;&lt;/b&gt; workspace and ignore the rest.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10160">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10040">
                    <name>causality</name>
                                                                <inwardlinks description="is causing">
                                        <issuelink>
            <issuekey id="69124">DOCU-1653</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                                                <inwardlinks description="is depended upon by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="42805" name="Publishing-to-intranet-and-extranet.png" size="122926" author="cringele" created="Mon, 5 Feb 2018 16:02:48 +0100"/>
                            <attachment id="42804" name="Two_Receivers_01.jpg" size="225206" author="cringele" created="Mon, 5 Feb 2018 16:17:53 +0100"/>
                    </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>Wed, 7 Feb 2018 13:55:27 +0100</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 20 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.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>cringele</customfieldvalue>
            <customfieldvalue>had</customfieldvalue>
            <customfieldvalue>mdivilek</customfieldvalue>
            <customfieldvalue>rajeevsingh</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzz4l:qvvezhk</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_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_10245" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="796">Kromeriz 159</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10242" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.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_12430" key="com.atlassian.teams:rm-teams-custom-field-team">
                        <customfieldname>Team</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[27]]></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>