<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Sun Feb 11 23:11:11 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>[MGNLADVCACHE-116] Site aware caching no longer creates site caches</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLADVCACHE-116</link>
                <project id="10241" key="MGNLADVCACHE">Advanced Cache</project>
                    <description>&lt;p&gt;By adding some additional logging (&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLCACHE-231&quot; title=&quot;Improve cache debug/trace logging &quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLCACHE-231&quot;&gt;&lt;del&gt;MGNLCACHE-231&lt;/del&gt;&lt;/a&gt; &amp;amp; &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLADVCACHE-110&quot; title=&quot;Improve advanced cache debug/trace logging&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLADVCACHE-110&quot;&gt;&lt;del&gt;MGNLADVCACHE-110&lt;/del&gt;&lt;/a&gt;) we can see that site aware caching does not seem to be functioning correctly. &lt;/p&gt;

&lt;p&gt;Set your log4j2.xml when using the snapshots from the attached tickets:&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;
    &amp;lt;Logger name=&lt;span class=&quot;code-quote&quot;&gt;&quot;info.magnolia.module.cache&quot;&lt;/span&gt; level=&lt;span class=&quot;code-quote&quot;&gt;&quot;ALL&quot;&lt;/span&gt;/&amp;gt;
    &amp;lt;Logger name=&lt;span class=&quot;code-quote&quot;&gt;&quot;info.magnolia.module.advancedcache&quot;&lt;/span&gt; level=&lt;span class=&quot;code-quote&quot;&gt;&quot;ALL&quot;&lt;/span&gt;/&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;Recreate&lt;/b&gt;:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Set your instance for &lt;a href=&quot;https://documentation.magnolia-cms.com/display/DOCS62/Advanced+Cache+Policies+module#AdvancedCachePoliciesmodule-Multisitecacheconfiguration&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;site aware caching&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;Fill a couple caches with requests from the travel site and sportstation site.&lt;/li&gt;
	&lt;li&gt;Verify the cache filter is serving them from cache and the name of the cache it serves from.&lt;/li&gt;
	&lt;li&gt;Publishing sportstation.&lt;/li&gt;
	&lt;li&gt;Observe requests still coming from sportstation cache which we can now see is not being flushed after publication.
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;2020-08-11 18:41:38,094 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=useCache, cacheName=travel, cacheKey=DefaultCacheKey{uri=&apos;/travel.html&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{}&apos;}, cachedEntry=info.magnolia.module.cache.filter.InMemoryCachedEntry@54cf2a64[gzippedContent=5459 bytes,plainContent=24683 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597163944277,originalUrl=http://localhost:8080/dx-core-webapp/travel.html,timeToLiveInSeconds=-1]}
2020-08-11 18:41:38,094 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@54cf2a64[gzippedContent=5459 bytes,plainContent=24683 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597163944277,originalUrl=http://localhost:8080/dx-core-webapp/travel.html,timeToLiveInSeconds=-1]
2020-08-11 18:41:38,100 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=store, cacheName=travel, cacheKey=DefaultCacheKey{uri=&apos;/travel/main/0&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{mgnlCacheVariant={9b13970f-6b1b-451e-83fc-36cfde37f78e=0}}&apos;}, cachedEntry=null}
2020-08-11 18:41:38,121 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [browserTtlVoter] fired 2147483647
2020-08-11 18:41:38,122 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [serverTtlVoter] fired -1
2020-08-11 18:41:38,122 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: lowestVote vote is now -1
2020-08-11 18:41:38,129 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@30b9fa97[gzippedContent=914 bytes,plainContent=4033 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList={Last-Modified=[1597164098100]},lastModificationTime=1597164098100,originalUrl=http://localhost:8080/dx-core-webapp/travel/main/0,timeToLiveInSeconds=-1]
2020-08-11 18:41:38,131 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=store, cacheName=travel, cacheKey=DefaultCacheKey{uri=&apos;/travel/main/00&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{mgnlCacheVariant={9b13970f-6b1b-451e-83fc-36cfde37f78e=0}}&apos;}, cachedEntry=null}
2020-08-11 18:41:38,191 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [browserTtlVoter] fired 2147483647
2020-08-11 18:41:38,191 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [serverTtlVoter] fired -1
2020-08-11 18:41:38,191 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: lowestVote vote is now -1
2020-08-11 18:41:38,194 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@2a8e275f[gzippedContent=660 bytes,plainContent=2432 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList={Last-Modified=[1597164098132]},lastModificationTime=1597164098132,originalUrl=http://localhost:8080/dx-core-webapp/travel/main/00,timeToLiveInSeconds=-1]


2020-08-11 18:41:52,700 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=useCache, cacheName=sportstation, cacheKey=DefaultCacheKey{uri=&apos;/sportstation.html&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{}&apos;}, cachedEntry=info.magnolia.module.cache.filter.InMemoryCachedEntry@7bc42522[gzippedContent=3921 bytes,plainContent=32293 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597164079373,originalUrl=http://localhost:8080/dx-core-webapp/sportstation.html,timeToLiveInSeconds=-1]}
2020-08-11 18:41:52,701 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@7bc42522[gzippedContent=3921 bytes,plainContent=32293 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597164079373,originalUrl=http://localhost:8080/dx-core-webapp/sportstation.html,timeToLiveInSeconds=-1]


2020-08-11 18:42:54,621 INFO  r.operation.jcr.JcrTransactionPublicationOperation: 377:1597164171492 User superuser successfully published website:/sportstation on dx-core-webapp.
2020-08-11 18:42:59,775 TRACE ule.advancedcache.SiteAwareFlushAllListeningPolicy: Cache flushed: site
2020-08-11 18:42:59,776 TRACE info.magnolia.module.cache.FlushAllListeningPolicy: Cache flushed: uuid-key-mapping
2020-08-11 18:42:59,778 TRACE ule.advancedcache.SiteAwareFlushAllListeningPolicy: Cache flushed: defaultPageCache


2020-08-11 18:43:30,407 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=useCache, cacheName=travel, cacheKey=DefaultCacheKey{uri=&apos;/travel.html&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{}&apos;}, cachedEntry=info.magnolia.module.cache.filter.InMemoryCachedEntry@54cf2a64[gzippedContent=5459 bytes,plainContent=24683 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597163944277,originalUrl=http://localhost:8080/dx-core-webapp/travel.html,timeToLiveInSeconds=-1]}
2020-08-11 18:43:30,407 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@54cf2a64[gzippedContent=5459 bytes,plainContent=24683 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597163944277,originalUrl=http://localhost:8080/dx-core-webapp/travel.html,timeToLiveInSeconds=-1]
2020-08-11 18:43:30,410 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=useCache, cacheName=travel, cacheKey=DefaultCacheKey{uri=&apos;/travel/main/0&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{mgnlCacheVariant={9b13970f-6b1b-451e-83fc-36cfde37f78e=0}}&apos;}, cachedEntry=info.magnolia.module.cache.filter.InMemoryCachedEntry@4cddec84[gzippedContent=914 bytes,plainContent=4033 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597164098100,originalUrl=http://localhost:8080/dx-core-webapp/travel/main/0,timeToLiveInSeconds=-1]}
2020-08-11 18:43:30,411 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@4cddec84[gzippedContent=914 bytes,plainContent=4033 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597164098100,originalUrl=http://localhost:8080/dx-core-webapp/travel/main/0,timeToLiveInSeconds=-1]
2020-08-11 18:43:30,413 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=useCache, cacheName=travel, cacheKey=DefaultCacheKey{uri=&apos;/travel/main/00&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{mgnlCacheVariant={9b13970f-6b1b-451e-83fc-36cfde37f78e=0}}&apos;}, cachedEntry=info.magnolia.module.cache.filter.InMemoryCachedEntry@5ea1a6d6[gzippedContent=660 bytes,plainContent=2432 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597164098132,originalUrl=http://localhost:8080/dx-core-webapp/travel/main/00,timeToLiveInSeconds=-1]}
2020-08-11 18:43:30,414 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@5ea1a6d6[gzippedContent=660 bytes,plainContent=2432 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597164098132,originalUrl=http://localhost:8080/dx-core-webapp/travel/main/00,timeToLiveInSeconds=-1]
2020-08-11 18:43:30,509 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=store, cacheName=defaultPageCache, cacheKey=DefaultCacheKey{uri=&apos;/.imaging/mte/travel-demo-theme/1366/dam/tours/ruben-mishchuk-571314-unsplash/jcr:content/ruben-mishchuk-571314-unsplash.jpg&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{}&apos;}, cachedEntry=null}
2020-08-11 18:43:30,509 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=store, cacheName=defaultPageCache, cacheKey=DefaultCacheKey{uri=&apos;/.imaging/mte/travel-demo-theme/1366/dam/tours/ash-edmonds-441220-unsplash/jcr:content/ash-edmonds-441220-unsplash.jpg&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{}&apos;}, cachedEntry=null}
2020-08-11 18:43:30,509 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=store, cacheName=defaultPageCache, cacheKey=DefaultCacheKey{uri=&apos;/.imaging/mte/travel-demo-theme/1366/dam/tours/simon-mumenthaler-199501-unsplash/jcr:content/simon-mumenthaler-199501-unsplash.jpg&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{}&apos;}, cachedEntry=null}
2020-08-11 18:43:30,512 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [browserTtlVoter] fired 2147483647
2020-08-11 18:43:30,512 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [browserTtlVoter] fired 2147483647
2020-08-11 18:43:30,512 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [serverTtlVoter] fired 2147483647
2020-08-11 18:43:30,512 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [serverTtlVoter] fired 2147483647
2020-08-11 18:43:30,512 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [browserTtlVoter] fired 2147483647
2020-08-11 18:43:30,512 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [serverTtlVoter] fired 2147483647
2020-08-11 18:43:30,520 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@49a7691c[gzippedContent=115968 bytes,plainContent=121048 bytes,contentType=image/jpeg,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList={Last-Modified=[1597164210509], Content-Type=[image/jpeg]},lastModificationTime=1597164210509,originalUrl=http://localhost:8080/dx-core-webapp/.imaging/mte/travel-demo-theme/1366/dam/tours/simon-mumenthaler-199501-unsplash/jcr:content/simon-mumenthaler-199501-unsplash.jpg,timeToLiveInSeconds=-1]
2020-08-11 18:43:30,521 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@4dbda4b5[gzippedContent=170959 bytes,plainContent=171169 bytes,contentType=image/jpeg,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList={Last-Modified=[1597164210509], Content-Type=[image/jpeg]},lastModificationTime=1597164210509,originalUrl=http://localhost:8080/dx-core-webapp/.imaging/mte/travel-demo-theme/1366/dam/tours/ash-edmonds-441220-unsplash/jcr:content/ash-edmonds-441220-unsplash.jpg,timeToLiveInSeconds=-1]
2020-08-11 18:43:30,533 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@62ce6a95[gzippedContent=350291 bytes,plainContent=350324 bytes,contentType=image/jpeg,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList={Last-Modified=[1597164210509], Content-Type=[image/jpeg]},lastModificationTime=1597164210509,originalUrl=http://localhost:8080/dx-core-webapp/.imaging/mte/travel-demo-theme/1366/dam/tours/ruben-mishchuk-571314-unsplash/jcr:content/ruben-mishchuk-571314-unsplash.jpg,timeToLiveInSeconds=-1]


2020-08-11 18:43:52,271 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=useCache, cacheName=sportstation, cacheKey=DefaultCacheKey{uri=&apos;/sportstation.html&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{}&apos;}, cachedEntry=info.magnolia.module.cache.filter.InMemoryCachedEntry@7bc42522[gzippedContent=3921 bytes,plainContent=32293 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597164079373,originalUrl=http://localhost:8080/dx-core-webapp/sportstation.html,timeToLiveInSeconds=-1]}
2020-08-11 18:43:52,271 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@7bc42522[gzippedContent=3921 bytes,plainContent=32293 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597164079373,originalUrl=http://localhost:8080/dx-core-webapp/sportstation.html,timeToLiveInSeconds=-1]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Expected&lt;/b&gt;:&lt;br/&gt;
The sportstation cache should be flushed. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Workaround&lt;/b&gt;:&lt;br/&gt;
Touch the cache config so the cache is restarted with all sites available.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Notes&lt;/b&gt;&lt;br/&gt;
If you look at the entire log &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/attachment/68699/68699_site-aware-cache-problem.log&quot; title=&quot;site-aware-cache-problem.log attached to MGNLADVCACHE-116&quot;&gt;site-aware-cache-problem.log&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; you can see I have three sites. One other site called /home. This page seems to be cache with the defaultPageCache.&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;2020-08-11 18:39:47,213 DEBUG info.magnolia.module.cache.filter.CacheFilter  : 
Cache policy result: CachePolicyResult{behaviour=store, cacheName=defaultPageCache, 
cacheKey=DefaultCacheKey{uri=&apos;/home.html&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The home site does not have a site definition. However, shouldn&apos;t the cache be called &quot;home&quot; as well. It would be great if we could clarify in the instructions how it works.  &lt;/p&gt;

&lt;p&gt;When using the workaround of touching the cache config the log reports the caches as being uninitialized. See &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/attachment/80872/80872_cache-uninitialized.txt&quot; title=&quot;cache-uninitialized.txt attached to MGNLADVCACHE-116&quot;&gt;cache-uninitialized.txt&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Solution&lt;/b&gt;&lt;br/&gt;
As hinted below in Viet&apos;s comment, site caches were not created correctly upon starting up Magnolia, since multisite module waits until all modules have started in order to register sites. In the same way, advanced cache initialises site aware caches upon &lt;tt&gt;ModulesStartedEvent&lt;/tt&gt; after multisite is done registering sites.&lt;/p&gt;</description>
                <environment></environment>
        <key id="89501">MGNLADVCACHE-116</key>
            <summary>Site aware caching no longer creates site caches</summary>
                <type id="1" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10883&amp;avatarType=issuetype">Bug</type>
                                            <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="fgrilli">Federico Grilli</assignee>
                                    <reporter username="rgange">Richard Gange</reporter>
                        <labels>
                            <label>cache</label>
                            <label>maintenance</label>
                            <label>site-aware</label>
                    </labels>
                <created>Tue, 11 Aug 2020 18:54:14 +0200</created>
                <updated>Fri, 30 Jul 2021 10:44:03 +0200</updated>
                            <resolved>Thu, 22 Jul 2021 16:00:38 +0200</resolved>
                                    <version>2.3.3</version>
                                    <fixVersion>2.3.4</fixVersion>
                                        <due></due>
                            <votes>2</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="4920">1h 22m</timespent>
                                <comments>
                            <comment id="228691" author="rkovarik" created="Wed, 12 Aug 2020 14:59:53 +0200"  >&lt;p&gt;This might got broken with&#160;&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MULTISITE-92&quot; title=&quot;Multisite module: implement limitation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MULTISITE-92&quot;&gt;&lt;del&gt;MULTISITE-92&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The startup sequence should be:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Start site module (one site called &quot;site&quot;)&lt;/li&gt;
	&lt;li&gt;Start multisite module and register sites (override the only &quot;site&quot;)&lt;/li&gt;
	&lt;li&gt;Start advanced cache, create caches per site.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;But now the site registration seems to be postphoned:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Start site module (one site called &quot;site&quot;)&lt;/li&gt;
	&lt;li&gt;Start multisite module&lt;/li&gt;
	&lt;li&gt;Start advanced cache, create caches per site (but there is still just one &quot;site&quot;).&lt;/li&gt;
	&lt;li&gt;Post registration of sites (override the only &quot;site&quot;) but at this point cache is already misconfigured.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Workaround:&lt;br/&gt;
Touch the cache config so the cache is restarted with all sites available.&lt;br/&gt;
&#160;&lt;/p&gt;</comment>
                            <comment id="228703" author="rgange" created="Wed, 12 Aug 2020 15:38:35 +0200"  >&lt;p&gt;Yes, you are right. Refreshing did help. Now the travel and sportstation site are behaving correctly. &lt;/p&gt;

&lt;p&gt;One problem still exists. I have another site called home. When I refreshed the cache I did get a home cache created. It should be known I added a configuration that looks like this now:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&lt;span class=&quot;code-quote&quot;&gt;&apos;contentCaching&apos;&lt;/span&gt;:
  &lt;span class=&quot;code-quote&quot;&gt;&apos;defaultPageCache&apos;&lt;/span&gt;:
   ...
   ...
   ...
  &lt;span class=&quot;code-quote&quot;&gt;&apos;travel&apos;&lt;/span&gt;:
    &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-keyword&quot;&gt;extends&lt;/span&gt;&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;../defaultPageCache&apos;&lt;/span&gt;
  &lt;span class=&quot;code-quote&quot;&gt;&apos;sportstation&apos;&lt;/span&gt;:
    &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-keyword&quot;&gt;extends&lt;/span&gt;&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;../defaultPageCache&apos;&lt;/span&gt;
  &lt;span class=&quot;code-quote&quot;&gt;&apos;home&apos;&lt;/span&gt;:
    &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-keyword&quot;&gt;extends&lt;/span&gt;&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;../defaultPageCache&apos;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;So I am explicitly configuring the caches by name. &lt;/p&gt;

&lt;p&gt;However, a request for home still goes into defaultPageCache:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;2020-08-12 15:30:54,731 INFO  r.operation.jcr.JcrTransactionPublicationOperation: 376:1597239050436 User superuser successfully published website:/sportstation on dx-core-webapp.
2020-08-12 15:30:59,885 WARN  nfo.magnolia.module.cache.ehcache3.EhCache3Wrapper: Cache named {site} is UNINITIALIZED. Ignoring any calls on it. This might happen when editing the Ehcache factory configuration at runtime
2020-08-12 15:30:59,885 TRACE ule.advancedcache.SiteAwareFlushAllListeningPolicy: Cache flushed: site
2020-08-12 15:30:59,888 TRACE ule.advancedcache.SiteAwareFlushAllListeningPolicy: Cache flushed: home
2020-08-12 15:30:59,890 TRACE ule.advancedcache.SiteAwareFlushAllListeningPolicy: Cache flushed: sportstation
2020-08-12 15:30:59,891 TRACE info.magnolia.module.cache.FlushAllListeningPolicy: Cache flushed: uuid-key-mapping
2020-08-12 15:30:59,898 TRACE ule.advancedcache.SiteAwareFlushAllListeningPolicy: Cache flushed: defaultPageCache


2020-08-12 15:31:28,758 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=useCache, cacheName=travel, cacheKey=DefaultCacheKey{uri=&apos;/travel.html&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{}&apos;}, cachedEntry=info.magnolia.module.cache.filter.InMemoryCachedEntry@5247b616[gzippedContent=5459 bytes,plainContent=24683 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597238798255,originalUrl=http://localhost:8080/dx-core-webapp/travel.html,timeToLiveInSeconds=-1]}
2020-08-12 15:31:28,758 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@5247b616[gzippedContent=5459 bytes,plainContent=24683 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597238798255,originalUrl=http://localhost:8080/dx-core-webapp/travel.html,timeToLiveInSeconds=-1]
2020-08-12 15:31:28,762 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=useCache, cacheName=travel, cacheKey=DefaultCacheKey{uri=&apos;/travel/main/0&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{mgnlCacheVariant={9b13970f-6b1b-451e-83fc-36cfde37f78e=0}}&apos;}, cachedEntry=info.magnolia.module.cache.filter.InMemoryCachedEntry@76071c8d[gzippedContent=914 bytes,plainContent=4033 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597238980183,originalUrl=http://localhost:8080/dx-core-webapp/travel/main/0,timeToLiveInSeconds=-1]}
2020-08-12 15:31:28,763 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@76071c8d[gzippedContent=914 bytes,plainContent=4033 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597238980183,originalUrl=http://localhost:8080/dx-core-webapp/travel/main/0,timeToLiveInSeconds=-1]
2020-08-12 15:31:28,764 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=useCache, cacheName=travel, cacheKey=DefaultCacheKey{uri=&apos;/travel/main/00&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{mgnlCacheVariant={9b13970f-6b1b-451e-83fc-36cfde37f78e=0}}&apos;}, cachedEntry=info.magnolia.module.cache.filter.InMemoryCachedEntry@890c07c[gzippedContent=660 bytes,plainContent=2432 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597238980209,originalUrl=http://localhost:8080/dx-core-webapp/travel/main/00,timeToLiveInSeconds=-1]}
2020-08-12 15:31:28,764 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@890c07c[gzippedContent=660 bytes,plainContent=2432 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList=&amp;lt;null&amp;gt;,lastModificationTime=1597238980209,originalUrl=http://localhost:8080/dx-core-webapp/travel/main/00,timeToLiveInSeconds=-1]


2020-08-12 15:31:39,321 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=store, cacheName=defaultPageCache, cacheKey=DefaultCacheKey{uri=&apos;/home&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{}&apos;}, cachedEntry=null}
2020-08-12 15:31:39,342 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [browserTtlVoter] fired 2147483647
2020-08-12 15:31:39,342 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [serverTtlVoter] fired 2147483647
2020-08-12 15:31:39,344 DEBUG info.magnolia.module.cache.executor.UseCache      : Serving info.magnolia.module.cache.filter.InMemoryCachedEntry@151976c4[gzippedContent=534 bytes,plainContent=1153 bytes,contentType=text/html,characterEncoding=UTF-8,statusCode=200,serializableHeadersBackingList={Last-Modified=[1597239099321], Content-Type=[text/html]},lastModificationTime=1597239099321,originalUrl=http://localhost:8080/dx-core-webapp/home,timeToLiveInSeconds=-1]


2020-08-12 15:31:57,452 DEBUG info.magnolia.module.cache.filter.CacheFilter     : Cache policy result: CachePolicyResult{behaviour=store, cacheName=sportstation, cacheKey=DefaultCacheKey{uri=&apos;/sportstation&apos;, serverName=&apos;localhost&apos;, locale=&apos;en&apos;, channel=&apos;all&apos;, params={}&apos;, secure=&apos;false&apos;, method=&apos;get&apos;, additionalAttributes=&apos;{}&apos;}, cachedEntry=null}
2020-08-12 15:31:57,812 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [browserTtlVoter] fired 2147483647
2020-08-12 15:31:57,812 DEBUG magnolia.module.cache.cachepolicy.voters.TtlVoting: voter [serverTtlVoter] fired 2147483647
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It seems to me this is also tied to site definition as well, correct? I want to clarify that in the docs if true. &lt;/p&gt;</comment>
                            <comment id="228706" author="rkovarik" created="Wed, 12 Aug 2020 16:05:40 +0200"  >&lt;p&gt;You don&apos;t need to do&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&lt;span class=&quot;code-quote&quot;&gt;&apos;contentCaching&apos;&lt;/span&gt;:
  &lt;span class=&quot;code-quote&quot;&gt;&apos;defaultPageCache&apos;&lt;/span&gt;:
  &lt;span class=&quot;code-quote&quot;&gt;&apos;travel&apos;&lt;/span&gt;:
    &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-keyword&quot;&gt;extends&lt;/span&gt;&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;../defaultPageCache&apos;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Caches are created on the fly from the defaultPageCache if a specific config is not provided.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;It seems to me this is also tied to site definition as well, correct? I want to clarify that in the docs if true.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Yes it uses the path mapping from the site definition.&lt;/p&gt;

&lt;p&gt;You don&apos;t need to explicitly configure anything per site, just change the filter class and flush policy class.&lt;/p&gt;</comment>
                            <comment id="229453" author="rkovarik" created="Thu, 20 Aug 2020 08:16:45 +0200"  >&lt;p&gt;Something like  &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/attachment/68972/68972_patch.patch&quot; title=&quot;patch.patch attached to MGNLADVCACHE-116&quot;&gt;patch.patch&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; . This will probably register sites twice at startup though.&lt;/p&gt;</comment>
                            <comment id="264321" author="viet.nguyen" created="Tue, 8 Jun 2021 02:34:03 +0200"  >&lt;p&gt;This work around from the code maybe the cause of the issue:&lt;br/&gt;
&lt;a href=&quot;https://git.magnolia-cms.com/projects/ENTERPRISE/repos/advanced-cache/browse/magnolia-advanced-cache/src/main/java/info/magnolia/module/advancedcache/AbstractSiteAwareListeningFlushPolicy.java#90&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/projects/ENTERPRISE/repos/advanced-cache/browse/magnolia-advanced-cache/src/main/java/info/magnolia/module/advancedcache/AbstractSiteAwareListeningFlushPolicy.java#90&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;This is an workaround to retrieve the site before the Multisite module is started. {@link SiteManager#getSite(String)} performs license check which cannot be done before the Multisite is started (in case the Multisite is installed) but {@link SiteManager#getSites()} doesn&apos;t.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Fixing could be implement a ModulesStartedEvent.Handler so that cache module could be initialized after all modules started. Please mind the infinite loop in case you start the cache module again &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/wink.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10360">
                    <name>Problem/Incident</name>
                                                                <inwardlinks description="is caused by">
                                        <issuelink>
            <issuekey id="74988">MULTISITE-92</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="89909">MGNLADVCACHE-112</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                            <outwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="99739">MGNLADVCACHE-115</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="74988">MULTISITE-92</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="89497">MGNLADVCACHE-110</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="89421">MGNLCACHE-231</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="80873" name="cache-uninitialized-1.txt" size="92026" author="rgange" created="Fri, 11 Jun 2021 11:34:25 +0200"/>
                            <attachment id="80872" name="cache-uninitialized.txt" size="92026" author="rgange" created="Fri, 11 Jun 2021 11:32:59 +0200"/>
                            <attachment id="68700" name="config.modules.cache.config.contentCaching.defaultPageCache.yaml" size="5910" author="rgange" created="Tue, 11 Aug 2020 19:00:11 +0200"/>
                            <attachment id="68701" name="config.server.filters.cache.yaml" size="184" author="rgange" created="Tue, 11 Aug 2020 19:00:37 +0200"/>
                            <attachment id="68972" name="patch.patch" size="2903" author="rkovarik" created="Thu, 20 Aug 2020 08:16:43 +0200"/>
                            <attachment id="68699" name="site-aware-cache-problem.log" size="336390" author="rgange" created="Tue, 11 Aug 2020 18:55:23 +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 title="All items are completed" class="aui-lozenge aui-lozenge-success" 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" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.44414 2.77002H2.54536C1.45943 2.77002 0.579102 3.65034 0.579102 4.73628V12.6013C0.579102 13.6873 1.45943 14.5676 2.54536 14.5676H10.4104C11.4963 14.5676 12.3767 13.6873 12.3767 12.6013V6.70259H11.7212V12.6013C11.7212 13.3253 11.1344 13.9122 10.4104 13.9122H2.54536C1.8214 13.9122 1.23452 13.3253 1.23452 12.6013V4.73628C1.23452 4.01232 1.8214 3.42544 2.54536 3.42544H8.44414V2.77002Z" /><path d="M5.09049 10.1853L3.26282 8.3576L2.47803 9.14239L5.09049 11.7549L10.478 6.36731L9.69323 5.58252L5.09049 10.1853Z" /><path d="M14.4013 4.06384L12.9712 3.18904L14.4013 2.31423C14.4259 2.29915 14.4435 2.27493 14.4503 2.24685C14.457 2.21876 14.4523 2.18915 14.4373 2.16455L14.0171 1.47762C13.9858 1.42635 13.9187 1.41019 13.8674 1.44154L12.5022 2.27667V0.676237C12.5022 0.61615 12.4535 0.567383 12.3934 0.567383H11.5883C11.5282 0.567383 11.4794 0.61615 11.4794 0.676237V2.27667L10.1142 1.44159C10.0628 1.41024 9.99587 1.42635 9.96452 1.47768L9.54429 2.16461C9.52927 2.18921 9.52459 2.21881 9.53134 2.2469C9.53809 2.27498 9.55572 2.2992 9.58032 2.31428L11.0105 3.18904L9.58032 4.06384C9.55572 4.07887 9.53809 4.10314 9.53134 4.13117C9.52459 4.15931 9.52927 4.18892 9.54429 4.21352L9.96452 4.90039C9.99587 4.95166 10.0628 4.96788 10.1142 4.93653L11.4794 4.1014V5.70183C11.4794 5.76192 11.5282 5.81069 11.5883 5.81069H12.3934C12.4535 5.81069 12.5022 5.76192 12.5022 5.70183V4.10145L13.8674 4.93648C13.9187 4.96783 13.9858 4.95166 14.0171 4.90045L14.4374 4.21352C14.4524 4.18892 14.4571 4.15931 14.4503 4.13123C14.4436 4.10309 14.4259 4.07892 14.4013 4.06384Z" /></svg></span><span>2/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: 100%; 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="checked"><path d="m21.530642,5.91574l-2.18201,-1.33473l2.18193,-1.33473c0.03753,-0.023 0.06444,-0.05996 0.07473,-0.10281c0.0103,-0.04285 0.00316,-0.08802 -0.01976,-0.12555l-0.64117,-1.04808c-0.04774,-0.07822 -0.15013,-0.10288 -0.22836,-0.05505l-2.08286,1.27419l0,-2.44184c0,-0.09168 -0.0744,-0.16609 -0.16608,-0.16609l-1.22844,0c-0.09168,0 -0.16608,0.07441 -0.16608,0.16609l0,2.44184l-2.08294,-1.27411c-0.07839,-0.04783 -0.18053,-0.02325 -0.22836,0.05506l-0.64117,1.04807c-0.02292,0.03753 -0.03006,0.08271 -0.01976,0.12556c0.01029,0.04285 0.0372,0.0798 0.07473,0.1028l2.18201,1.33465l-2.18201,1.33473c-0.03753,0.02292 -0.06444,0.05996 -0.07473,0.10273c-0.0103,0.04293 -0.00316,0.0881 0.01976,0.12564l0.64117,1.04799c0.04783,0.07822 0.14997,0.10297 0.22836,0.05514l2.08294,-1.2742l0,2.44185c0,0.09167 0.0744,0.16608 0.16608,0.16608l1.22844,0c0.09168,0 0.16608,-0.07441 0.16608,-0.16608l0,-2.44177l2.08294,1.27403c0.07823,0.04783 0.18062,0.02317 0.22837,-0.05497l0.64116,-1.04807c0.02292,-0.03754 0.03006,-0.08271 0.01977,-0.12556c-0.01022,-0.04293 -0.03721,-0.0798 -0.07474,-0.10281z" fill="#778899" /><path clip-rule="evenodd" d="m12.4779,3.94141l-9.03649,0c-1.65686,0 -3,1.34315 -3,3.00001l0,12c0,1.6568 1.34314,3 3,3l11.99999,0c1.6569,0 3,-1.3432 3,-3l0,-9.01487c-0.1928,0.02079 -0.3886,0.03146 -0.5869,0.03146c-0.9504,0 -1.8435,-0.24504 -2.6197,-0.6754l0.2066,0.20658l-8.0813,8.08133l-3.91869,-3.9187l1.17718,-1.1772l2.74151,2.7415l6.7567,-6.75675c-1.0305,-0.98505 -1.6725,-2.37332 -1.6725,-3.91151c0,-0.20501 0.0114,-0.40736 0.0336,-0.60645z" fill="#778899" fill-rule="evenodd" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span style="text-decoration: line-through;">
                                                        <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="checked"><path d="m21.530642,5.91574l-2.18201,-1.33473l2.18193,-1.33473c0.03753,-0.023 0.06444,-0.05996 0.07473,-0.10281c0.0103,-0.04285 0.00316,-0.08802 -0.01976,-0.12555l-0.64117,-1.04808c-0.04774,-0.07822 -0.15013,-0.10288 -0.22836,-0.05505l-2.08286,1.27419l0,-2.44184c0,-0.09168 -0.0744,-0.16609 -0.16608,-0.16609l-1.22844,0c-0.09168,0 -0.16608,0.07441 -0.16608,0.16609l0,2.44184l-2.08294,-1.27411c-0.07839,-0.04783 -0.18053,-0.02325 -0.22836,0.05506l-0.64117,1.04807c-0.02292,0.03753 -0.03006,0.08271 -0.01976,0.12556c0.01029,0.04285 0.0372,0.0798 0.07473,0.1028l2.18201,1.33465l-2.18201,1.33473c-0.03753,0.02292 -0.06444,0.05996 -0.07473,0.10273c-0.0103,0.04293 -0.00316,0.0881 0.01976,0.12564l0.64117,1.04799c0.04783,0.07822 0.14997,0.10297 0.22836,0.05514l2.08294,-1.2742l0,2.44185c0,0.09167 0.0744,0.16608 0.16608,0.16608l1.22844,0c0.09168,0 0.16608,-0.07441 0.16608,-0.16608l0,-2.44177l2.08294,1.27403c0.07823,0.04783 0.18062,0.02317 0.22837,-0.05497l0.64116,-1.04807c0.02292,-0.03754 0.03006,-0.08271 0.01977,-0.12556c-0.01022,-0.04293 -0.03721,-0.0798 -0.07474,-0.10281z" fill="#778899" /><path clip-rule="evenodd" d="m12.4779,3.94141l-9.03649,0c-1.65686,0 -3,1.34315 -3,3.00001l0,12c0,1.6568 1.34314,3 3,3l11.99999,0c1.6569,0 3,-1.3432 3,-3l0,-9.01487c-0.1928,0.02079 -0.3886,0.03146 -0.5869,0.03146c-0.9504,0 -1.8435,-0.24504 -2.6197,-0.6754l0.2066,0.20658l-8.0813,8.08133l-3.91869,-3.9187l1.17718,-1.1772l2.74151,2.7415l6.7567,-6.75675c-1.0305,-0.98505 -1.6725,-2.37332 -1.6725,-3.91151c0,-0.20501 0.0114,-0.40736 0.0336,-0.60645z" fill="#778899" fill-rule="evenodd" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span style="text-decoration: line-through;">
                                                        <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, 12 Aug 2020 07:47:11 +0200</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 35 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>fgrilli</customfieldvalue>
            <customfieldvalue>rgange</customfieldvalue>
            <customfieldvalue>rkovarik</customfieldvalue>
            <customfieldvalue>viet.nguyen</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzu60:i</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="1475">Maintenance 67</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10242" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.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 title="Mandatory items are completed" class="aui-lozenge aui-lozenge-moved" 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" fill="black" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.44414 2.77002H2.54536C1.45943 2.77002 0.579102 3.65034 0.579102 4.73628V12.6013C0.579102 13.6873 1.45943 14.5676 2.54536 14.5676H10.4104C11.4963 14.5676 12.3767 13.6873 12.3767 12.6013V6.70259H11.7212V12.6013C11.7212 13.3253 11.1344 13.9122 10.4104 13.9122H2.54536C1.8214 13.9122 1.23452 13.3253 1.23452 12.6013V4.73628C1.23452 4.01232 1.8214 3.42544 2.54536 3.42544H8.44414V2.77002Z" /><path d="M5.09049 10.1853L3.26282 8.3576L2.47803 9.14239L5.09049 11.7549L10.478 6.36731L9.69323 5.58252L5.09049 10.1853Z" /><path d="M14.4013 4.06384L12.9712 3.18904L14.4013 2.31423C14.4259 2.29915 14.4435 2.27493 14.4503 2.24685C14.457 2.21876 14.4523 2.18915 14.4373 2.16455L14.0171 1.47762C13.9858 1.42635 13.9187 1.41019 13.8674 1.44154L12.5022 2.27667V0.676237C12.5022 0.61615 12.4535 0.567383 12.3934 0.567383H11.5883C11.5282 0.567383 11.4794 0.61615 11.4794 0.676237V2.27667L10.1142 1.44159C10.0628 1.41024 9.99587 1.42635 9.96452 1.47768L9.54429 2.16461C9.52927 2.18921 9.52459 2.21881 9.53134 2.2469C9.53809 2.27498 9.55572 2.2992 9.58032 2.31428L11.0105 3.18904L9.58032 4.06384C9.55572 4.07887 9.53809 4.10314 9.53134 4.13117C9.52459 4.15931 9.52927 4.18892 9.54429 4.21352L9.96452 4.90039C9.99587 4.95166 10.0628 4.96788 10.1142 4.93653L11.4794 4.1014V5.70183C11.4794 5.76192 11.5282 5.81069 11.5883 5.81069H12.3934C12.4535 5.81069 12.5022 5.76192 12.5022 5.70183V4.10145L13.8674 4.93648C13.9187 4.96783 13.9858 4.95166 14.0171 4.90045L14.4374 4.21352C14.4524 4.18892 14.4571 4.15931 14.4503 4.13123C14.4436 4.10309 14.4259 4.07892 14.4013 4.06384Z" /></svg></span><span>5/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: 83%; 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="checked"><path d="m21.530642,5.91574l-2.18201,-1.33473l2.18193,-1.33473c0.03753,-0.023 0.06444,-0.05996 0.07473,-0.10281c0.0103,-0.04285 0.00316,-0.08802 -0.01976,-0.12555l-0.64117,-1.04808c-0.04774,-0.07822 -0.15013,-0.10288 -0.22836,-0.05505l-2.08286,1.27419l0,-2.44184c0,-0.09168 -0.0744,-0.16609 -0.16608,-0.16609l-1.22844,0c-0.09168,0 -0.16608,0.07441 -0.16608,0.16609l0,2.44184l-2.08294,-1.27411c-0.07839,-0.04783 -0.18053,-0.02325 -0.22836,0.05506l-0.64117,1.04807c-0.02292,0.03753 -0.03006,0.08271 -0.01976,0.12556c0.01029,0.04285 0.0372,0.0798 0.07473,0.1028l2.18201,1.33465l-2.18201,1.33473c-0.03753,0.02292 -0.06444,0.05996 -0.07473,0.10273c-0.0103,0.04293 -0.00316,0.0881 0.01976,0.12564l0.64117,1.04799c0.04783,0.07822 0.14997,0.10297 0.22836,0.05514l2.08294,-1.2742l0,2.44185c0,0.09167 0.0744,0.16608 0.16608,0.16608l1.22844,0c0.09168,0 0.16608,-0.07441 0.16608,-0.16608l0,-2.44177l2.08294,1.27403c0.07823,0.04783 0.18062,0.02317 0.22837,-0.05497l0.64116,-1.04807c0.02292,-0.03754 0.03006,-0.08271 0.01977,-0.12556c-0.01022,-0.04293 -0.03721,-0.0798 -0.07474,-0.10281z" fill="#778899" /><path clip-rule="evenodd" d="m12.4779,3.94141l-9.03649,0c-1.65686,0 -3,1.34315 -3,3.00001l0,12c0,1.6568 1.34314,3 3,3l11.99999,0c1.6569,0 3,-1.3432 3,-3l0,-9.01487c-0.1928,0.02079 -0.3886,0.03146 -0.5869,0.03146c-0.9504,0 -1.8435,-0.24504 -2.6197,-0.6754l0.2066,0.20658l-8.0813,8.08133l-3.91869,-3.9187l1.17718,-1.1772l2.74151,2.7415l6.7567,-6.75675c-1.0305,-0.98505 -1.6725,-2.37332 -1.6725,-3.91151c0,-0.20501 0.0114,-0.40736 0.0336,-0.60645z" fill="#778899" fill-rule="evenodd" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span style="text-decoration: line-through;">
                                                        <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="checked"><path d="m21.530642,5.91574l-2.18201,-1.33473l2.18193,-1.33473c0.03753,-0.023 0.06444,-0.05996 0.07473,-0.10281c0.0103,-0.04285 0.00316,-0.08802 -0.01976,-0.12555l-0.64117,-1.04808c-0.04774,-0.07822 -0.15013,-0.10288 -0.22836,-0.05505l-2.08286,1.27419l0,-2.44184c0,-0.09168 -0.0744,-0.16609 -0.16608,-0.16609l-1.22844,0c-0.09168,0 -0.16608,0.07441 -0.16608,0.16609l0,2.44184l-2.08294,-1.27411c-0.07839,-0.04783 -0.18053,-0.02325 -0.22836,0.05506l-0.64117,1.04807c-0.02292,0.03753 -0.03006,0.08271 -0.01976,0.12556c0.01029,0.04285 0.0372,0.0798 0.07473,0.1028l2.18201,1.33465l-2.18201,1.33473c-0.03753,0.02292 -0.06444,0.05996 -0.07473,0.10273c-0.0103,0.04293 -0.00316,0.0881 0.01976,0.12564l0.64117,1.04799c0.04783,0.07822 0.14997,0.10297 0.22836,0.05514l2.08294,-1.2742l0,2.44185c0,0.09167 0.0744,0.16608 0.16608,0.16608l1.22844,0c0.09168,0 0.16608,-0.07441 0.16608,-0.16608l0,-2.44177l2.08294,1.27403c0.07823,0.04783 0.18062,0.02317 0.22837,-0.05497l0.64116,-1.04807c0.02292,-0.03754 0.03006,-0.08271 0.01977,-0.12556c-0.01022,-0.04293 -0.03721,-0.0798 -0.07474,-0.10281z" fill="#778899" /><path clip-rule="evenodd" d="m12.4779,3.94141l-9.03649,0c-1.65686,0 -3,1.34315 -3,3.00001l0,12c0,1.6568 1.34314,3 3,3l11.99999,0c1.6569,0 3,-1.3432 3,-3l0,-9.01487c-0.1928,0.02079 -0.3886,0.03146 -0.5869,0.03146c-0.9504,0 -1.8435,-0.24504 -2.6197,-0.6754l0.2066,0.20658l-8.0813,8.08133l-3.91869,-3.9187l1.17718,-1.1772l2.74151,2.7415l6.7567,-6.75675c-1.0305,-0.98505 -1.6725,-2.37332 -1.6725,-3.91151c0,-0.20501 0.0114,-0.40736 0.0336,-0.60645z" fill="#778899" fill-rule="evenodd" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span style="text-decoration: line-through;">
                                                        <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="checked"><path d="m21.530642,5.91574l-2.18201,-1.33473l2.18193,-1.33473c0.03753,-0.023 0.06444,-0.05996 0.07473,-0.10281c0.0103,-0.04285 0.00316,-0.08802 -0.01976,-0.12555l-0.64117,-1.04808c-0.04774,-0.07822 -0.15013,-0.10288 -0.22836,-0.05505l-2.08286,1.27419l0,-2.44184c0,-0.09168 -0.0744,-0.16609 -0.16608,-0.16609l-1.22844,0c-0.09168,0 -0.16608,0.07441 -0.16608,0.16609l0,2.44184l-2.08294,-1.27411c-0.07839,-0.04783 -0.18053,-0.02325 -0.22836,0.05506l-0.64117,1.04807c-0.02292,0.03753 -0.03006,0.08271 -0.01976,0.12556c0.01029,0.04285 0.0372,0.0798 0.07473,0.1028l2.18201,1.33465l-2.18201,1.33473c-0.03753,0.02292 -0.06444,0.05996 -0.07473,0.10273c-0.0103,0.04293 -0.00316,0.0881 0.01976,0.12564l0.64117,1.04799c0.04783,0.07822 0.14997,0.10297 0.22836,0.05514l2.08294,-1.2742l0,2.44185c0,0.09167 0.0744,0.16608 0.16608,0.16608l1.22844,0c0.09168,0 0.16608,-0.07441 0.16608,-0.16608l0,-2.44177l2.08294,1.27403c0.07823,0.04783 0.18062,0.02317 0.22837,-0.05497l0.64116,-1.04807c0.02292,-0.03754 0.03006,-0.08271 0.01977,-0.12556c-0.01022,-0.04293 -0.03721,-0.0798 -0.07474,-0.10281z" fill="#778899" /><path clip-rule="evenodd" d="m12.4779,3.94141l-9.03649,0c-1.65686,0 -3,1.34315 -3,3.00001l0,12c0,1.6568 1.34314,3 3,3l11.99999,0c1.6569,0 3,-1.3432 3,-3l0,-9.01487c-0.1928,0.02079 -0.3886,0.03146 -0.5869,0.03146c-0.9504,0 -1.8435,-0.24504 -2.6197,-0.6754l0.2066,0.20658l-8.0813,8.08133l-3.91869,-3.9187l1.17718,-1.1772l2.74151,2.7415l6.7567,-6.75675c-1.0305,-0.98505 -1.6725,-2.37332 -1.6725,-3.91151c0,-0.20501 0.0114,-0.40736 0.0336,-0.60645z" fill="#778899" fill-rule="evenodd" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span style="text-decoration: line-through;">
                                                        <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="checked"><path d="m21.530642,5.91574l-2.18201,-1.33473l2.18193,-1.33473c0.03753,-0.023 0.06444,-0.05996 0.07473,-0.10281c0.0103,-0.04285 0.00316,-0.08802 -0.01976,-0.12555l-0.64117,-1.04808c-0.04774,-0.07822 -0.15013,-0.10288 -0.22836,-0.05505l-2.08286,1.27419l0,-2.44184c0,-0.09168 -0.0744,-0.16609 -0.16608,-0.16609l-1.22844,0c-0.09168,0 -0.16608,0.07441 -0.16608,0.16609l0,2.44184l-2.08294,-1.27411c-0.07839,-0.04783 -0.18053,-0.02325 -0.22836,0.05506l-0.64117,1.04807c-0.02292,0.03753 -0.03006,0.08271 -0.01976,0.12556c0.01029,0.04285 0.0372,0.0798 0.07473,0.1028l2.18201,1.33465l-2.18201,1.33473c-0.03753,0.02292 -0.06444,0.05996 -0.07473,0.10273c-0.0103,0.04293 -0.00316,0.0881 0.01976,0.12564l0.64117,1.04799c0.04783,0.07822 0.14997,0.10297 0.22836,0.05514l2.08294,-1.2742l0,2.44185c0,0.09167 0.0744,0.16608 0.16608,0.16608l1.22844,0c0.09168,0 0.16608,-0.07441 0.16608,-0.16608l0,-2.44177l2.08294,1.27403c0.07823,0.04783 0.18062,0.02317 0.22837,-0.05497l0.64116,-1.04807c0.02292,-0.03754 0.03006,-0.08271 0.01977,-0.12556c-0.01022,-0.04293 -0.03721,-0.0798 -0.07474,-0.10281z" fill="#778899" /><path clip-rule="evenodd" d="m12.4779,3.94141l-9.03649,0c-1.65686,0 -3,1.34315 -3,3.00001l0,12c0,1.6568 1.34314,3 3,3l11.99999,0c1.6569,0 3,-1.3432 3,-3l0,-9.01487c-0.1928,0.02079 -0.3886,0.03146 -0.5869,0.03146c-0.9504,0 -1.8435,-0.24504 -2.6197,-0.6754l0.2066,0.20658l-8.0813,8.08133l-3.91869,-3.9187l1.17718,-1.1772l2.74151,2.7415l6.7567,-6.75675c-1.0305,-0.98505 -1.6725,-2.37332 -1.6725,-3.91151c0,-0.20501 0.0114,-0.40736 0.0336,-0.60645z" fill="#778899" fill-rule="evenodd" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span style="text-decoration: line-through;">
                                                        <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="checked"><path d="m21.530642,5.91574l-2.18201,-1.33473l2.18193,-1.33473c0.03753,-0.023 0.06444,-0.05996 0.07473,-0.10281c0.0103,-0.04285 0.00316,-0.08802 -0.01976,-0.12555l-0.64117,-1.04808c-0.04774,-0.07822 -0.15013,-0.10288 -0.22836,-0.05505l-2.08286,1.27419l0,-2.44184c0,-0.09168 -0.0744,-0.16609 -0.16608,-0.16609l-1.22844,0c-0.09168,0 -0.16608,0.07441 -0.16608,0.16609l0,2.44184l-2.08294,-1.27411c-0.07839,-0.04783 -0.18053,-0.02325 -0.22836,0.05506l-0.64117,1.04807c-0.02292,0.03753 -0.03006,0.08271 -0.01976,0.12556c0.01029,0.04285 0.0372,0.0798 0.07473,0.1028l2.18201,1.33465l-2.18201,1.33473c-0.03753,0.02292 -0.06444,0.05996 -0.07473,0.10273c-0.0103,0.04293 -0.00316,0.0881 0.01976,0.12564l0.64117,1.04799c0.04783,0.07822 0.14997,0.10297 0.22836,0.05514l2.08294,-1.2742l0,2.44185c0,0.09167 0.0744,0.16608 0.16608,0.16608l1.22844,0c0.09168,0 0.16608,-0.07441 0.16608,-0.16608l0,-2.44177l2.08294,1.27403c0.07823,0.04783 0.18062,0.02317 0.22837,-0.05497l0.64116,-1.04807c0.02292,-0.03754 0.03006,-0.08271 0.01977,-0.12556c-0.01022,-0.04293 -0.03721,-0.0798 -0.07474,-0.10281z" fill="#778899" /><path clip-rule="evenodd" d="m12.4779,3.94141l-9.03649,0c-1.65686,0 -3,1.34315 -3,3.00001l0,12c0,1.6568 1.34314,3 3,3l11.99999,0c1.6569,0 3,-1.3432 3,-3l0,-9.01487c-0.1928,0.02079 -0.3886,0.03146 -0.5869,0.03146c-0.9504,0 -1.8435,-0.24504 -2.6197,-0.6754l0.2066,0.20658l-8.0813,8.08133l-3.91869,-3.9187l1.17718,-1.1772l2.74151,2.7415l6.7567,-6.75675c-1.0305,-0.98505 -1.6725,-2.37332 -1.6725,-3.91151c0,-0.20501 0.0114,-0.40736 0.0336,-0.60645z" fill="#778899" fill-rule="evenodd" /></svg>
                        </span>
                                        <div style="cursor: default; text-align: left; flex-grow: 1; padding-right: 3px; margin-top: 2px;">
                                                
                                                
                                                <span style="text-decoration: line-through;">
                                                        <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>