<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 01:06:27 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[DOCU-154] Document Google Analytics for STK Module</title>
                <link>https://jira.magnolia-cms.com/browse/DOCU-154</link>
                <project id="10190" key="DOCU">Documentation</project>
                    <description>&lt;p&gt;Can&apos;t find any docs on the Google Analytics Integration module. Please provide one! Even the store description is absolutely minimalistic.&lt;/p&gt;</description>
                <environment></environment>
        <key id="20654">DOCU-154</key>
            <summary>Document Google Analytics for STK Module</summary>
                <type id="3" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10898&amp;avatarType=issuetype">Task</type>
                                            <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="ahietala">Antti Hietala</assignee>
                                    <reporter username="kraft">Boris Kraft</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 May 2011 14:54:15 +0200</created>
                <updated>Mon, 12 Oct 2015 14:53:47 +0200</updated>
                            <resolved>Mon, 11 Jun 2012 14:48:51 +0200</resolved>
                                                                    <component>content</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="35571" author="ahietala" created="Tue, 17 May 2011 09:22:31 +0200"  >&lt;p&gt;Things to cover:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Module implementation is based on the &lt;a href=&quot;http://plugins.jquery.com/project/gaTracker&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;gaTracker jQuery plugin&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;jQuery script is in &lt;b&gt;Templating Kit &amp;gt; Resources&lt;/b&gt; &amp;gt; &lt;tt&gt;/templating-kit/js/all/jquery-gatracker&lt;/tt&gt;.&lt;/li&gt;
	&lt;li&gt;Read the comments in the script and visit Jason Huck&apos;s and David Simpson&apos;s blogs to learn more.&lt;/li&gt;
	&lt;li&gt;demo.magnolia-cms.com is being tracked. Look at the reports, particularly Content Overview.&lt;/li&gt;
	&lt;li&gt;Module Javadoc is not published. Search for &lt;tt&gt;magnolia-module-google-analytics&lt;/tt&gt; in Nexus and download the javadoc.jar. Change extension to .zip and read locally.&lt;/li&gt;
	&lt;li&gt;Configuration happens in &lt;tt&gt;/modules/google-analytics/config&lt;/tt&gt;. Describe:
	&lt;ul&gt;
		&lt;li&gt;Multi-site tracking. Extending works the same way as site definitions.&lt;/li&gt;
		&lt;li&gt;Inserting a tracker ID.&lt;/li&gt;
		&lt;li&gt;Enabling Google Analytics.&lt;/li&gt;
		&lt;li&gt;Tracking events. See &lt;tt&gt;EventsTrackingPattern&lt;/tt&gt; in Javadoc and explain how the cssSelector pattern matching works. Explain that you can track very detailed in-page events such as stage paging and teaser switching. Benefits? View the Content Overview report in Google Analytics website. Search for the statsLink strings to filter results to particular events.&lt;/li&gt;
		&lt;li&gt;Tracking links&lt;/li&gt;
		&lt;li&gt;Domain, cross-domain tracking. Investigate/ask Christian.&lt;/li&gt;
		&lt;li&gt;Organic search. See &lt;tt&gt;OrganicSearchTrackingPattern&lt;/tt&gt; in Javadoc and &lt;a href=&quot;http://code.google.com/apis/analytics/docs/gaJS/gaJSApiSearchEngines.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Analytics API&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._setSampleRate&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;sampleRate&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35995" author="ruths" created="Tue, 31 May 2011 13:12:41 +0200"  >&lt;p&gt;New page at &lt;a href=&quot;http://docuauthor.magnolia-cms.com/modules/google-analytics.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docuauthor.magnolia-cms.com/modules/google-analytics.html&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="36179" author="ahietala" created="Tue, 7 Jun 2011 11:58:46 +0200"  >&lt;p&gt;Reviewed draft. Ruth, this is good work.&lt;/p&gt;

&lt;p&gt;Introduction&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Typo: &quot;No additionally coding is needed.&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Installing&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Split the long sentence starting with &quot;It is not included in the Community Edition&quot; into two sentences.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Configuration&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;You don&apos;t need to look through the script to find the tracking code. Log into your Google Analytics account and copy the code from the Website Profiles page. See get-tracking-code.png attached.&lt;/li&gt;
	&lt;li&gt;Move the &quot;Multiple domains&quot; section from the end to here. Configuring sites should be the first task after enabling tracking. The names of the sites in GA config MUST match the names of sites in Site Definitions. This is how the configuration is mapped to actual site content. You need to explain this because it is not obvious. In a fresh install only &lt;tt&gt;default&lt;/tt&gt; is configured as a GA site whereas on demoauthor &lt;tt&gt;demo-project&lt;/tt&gt;, &lt;tt&gt;demo-features&lt;/tt&gt; and &lt;tt&gt;demo-project-de&lt;/tt&gt; are configured, which illustrates the name matching much better. A user who installs the module on their own system unfortunately won&apos;t see the demoauthor examples.&lt;/li&gt;
	&lt;li&gt;Rename the &quot;Multiple domains&quot; section to &quot;Mapping GA config to sites&quot; or something like that. GA module does not provide the multi-domain feature, ETK does. GA just maps to existing site configuration.&lt;/li&gt;
	&lt;li&gt;The &lt;tt&gt;extends&lt;/tt&gt; examples are good. Keep them but explain that this is the default &lt;tt&gt;extends&lt;/tt&gt; mechanism that works all over Magnolia, not specific to GA.&lt;/li&gt;
	&lt;li&gt;There&apos;s no need to use the arrow in the screenshot. Select the node you are talking about. See highlighting-a-single-node.png example attached. The default blue background is clear enough to highlight the focal point. Use the annotation shapes sparingly, such as when you don&apos;t have a &quot;Magnolia way&quot; to emphasize. Use in places where there is lots of noise and it is difficult for reader to know what they should be looking at.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Java scripts&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Spelling: JavaScript. One word, camel case.&lt;/li&gt;
	&lt;li&gt;Explain what the scripts do:
	&lt;ul&gt;
		&lt;li&gt;jquery-tracker is the original gaTracker jQuery plug-in script with some Magnolia CMS customizations. It is a non-processed, normal JavaScript.&lt;/li&gt;
		&lt;li&gt;Model business logic translates the Magnolia configuration to a JavaBean using Content2Bean mechanism. init-gatracker is a processed JavaScript that then asks the model for the tracking configuration and injects the values into the gaTracker config.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Don&apos;t change the order of the nodes in the JavaScript tree. &lt;tt&gt;/js/all&lt;/tt&gt; is a processed script that merges its subnodes. The order is significant. In many places you can move nodes to make a better screenshot but not here and not in filters.&lt;/li&gt;
	&lt;li&gt;Move the sentence about the original gaTracker jQuery plug-in to intro.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Tracking options&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Make link tracking the first subsection. It is the most common option. Alphabetical order is not the most intuitive here.&lt;/li&gt;
	&lt;li&gt;Replace &quot;User activity is displayed as events-tracking in the GA interface.&quot; with &quot;The accessed page element is identified in the Content Performance report with a path that starts with &lt;tt&gt;/events-tracking&lt;/tt&gt;.&quot;&lt;/li&gt;
	&lt;li&gt;Use normal, variable-width text when talking about the concept as opposed to a named node. &quot;Within these categories of events, any number of patterns can be configured.&quot;&lt;/li&gt;
	&lt;li&gt;Plural: &quot;The nodes configured under... allows for&quot;&lt;/li&gt;
	&lt;li&gt;In property tables, place Description column to the left of Default value.&lt;/li&gt;
	&lt;li&gt;Replace &quot;The pattern defined by the statsLink property determines the depth of the statistics that you will find in the GA reports.&quot; with &quot;The pattern set in the statsLink property is the page path you see in the GA reports.&quot;&lt;/li&gt;
	&lt;li&gt;Pull apart the example &lt;tt&gt;statsLink&lt;/tt&gt; value and explain its parts. The first part &lt;tt&gt;&amp;amp;apos;/events-tracking/click/teaser-wrapper/tw-paging/stage/button-&lt;/tt&gt; translates to &lt;tt&gt;&apos;/events-tracking/click/teaser-wrapper/tw-paging/stage/button-&lt;/tt&gt;. This is the fixed part of the &quot;path&quot; the user sees in the report. It is not a true path or page location but it makes easier for the user understand what is being tracked:
	&lt;ul&gt;
		&lt;li&gt;&lt;tt&gt;&apos;/events-tracking&lt;/tt&gt; - We are tracking an event&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;/click&lt;/tt&gt; - it&apos;s a click event&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;/teaser-wrapper&lt;/tt&gt; - in a teaser element&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;/tw-paging&lt;/tt&gt; - it&apos;s a teaser that is navigated with paging buttons&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;/stage&lt;/tt&gt; - that resides in the &lt;tt&gt;stage&lt;/tt&gt; area of the page, so at the top of the home page typically&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;/button-&lt;/tt&gt; and we are interested in which paging button is clicked.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Then explain the dynamic jQuery part. &lt;tt&gt;&amp;apos;+$(this).text().replace(/&lt;br class=&quot;atl-forced-newline&quot; /&gt;s/g, &quot;-&quot;&lt;/tt&gt; translates to &lt;tt&gt;1&lt;/tt&gt;, &lt;tt&gt;2&lt;/tt&gt;, &lt;tt&gt;3&lt;/tt&gt;, &lt;tt&gt;4&lt;/tt&gt; and so on. The jQuery queries the anchor element&apos;s content &lt;tt&gt;$(this).text()&lt;/tt&gt; to get the button number, then uses a regular expression to replace any spaces in it with hyphens if any occur. As a result you get quite readable &quot;paths&quot;, see button-paths.png attached.&lt;/li&gt;
	&lt;li&gt;Check your escapes in the statsLink pattern. Path doesn&apos;t look correct on the page.&lt;/li&gt;
	&lt;li&gt;Content Drilldown report is useful but you should recommend the full Content Performance report instead. In the full report the user can see the full &quot;path&quot; to the element and can filter results. Starting from the Overview page, you get to the report like this:
	&lt;ol&gt;
		&lt;li&gt;Select your account.&lt;/li&gt;
		&lt;li&gt;Click &lt;b&gt;View Report&lt;/b&gt; for a site you want to analyze.&lt;/li&gt;
		&lt;li&gt;Click &lt;b&gt;Content&lt;/b&gt; in the left navigation menu.&lt;/li&gt;
		&lt;li&gt;Click &lt;b&gt;view full report&lt;/b&gt; at the bottom of the page.&lt;/li&gt;
		&lt;li&gt;Type for example &lt;tt&gt;/events-tracking/click&lt;/tt&gt; in the &lt;b&gt;Filter Page&lt;/b&gt; box and click &lt;b&gt;Go&lt;/b&gt;.&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
	&lt;li&gt;Keep your drilldown example as a secondary option.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Link tracking&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Replace &quot;...these links are not tracked automatically.&quot; with &quot;these links are not tracked automatically by the gaTracker jQuery plug-in but they are tracked by the Google Analytics module&quot;.&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;linkPrefixToAdd&lt;/tt&gt; property has an extra space in the table&lt;/li&gt;
	&lt;li&gt;Typo: &quot;Each extension in registered in&quot;&lt;/li&gt;
	&lt;li&gt;For extensions, the default value of the &lt;tt&gt;enabled&lt;/tt&gt; property is &lt;tt&gt;true&lt;/tt&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Miscellaneous tracking&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Screenshot doesn&apos;t require arrow. Select node if you think there&apos;s too much noise. Go through all screenshots with the same consideration.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Multiple domains&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Using a different account is a very good example.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I have also attached screenshots that Christian Ringele provided. You can use as such or take equivalent.&lt;/p&gt;
</comment>
                            <comment id="36321" author="ruths" created="Fri, 10 Jun 2011 09:26:59 +0200"  >&lt;p&gt;Thanks Antti&lt;/p&gt;

&lt;p&gt;Updated page at - &lt;a href=&quot;http://docuauthor.magnolia-cms.com/modules/google-analytics.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docuauthor.magnolia-cms.com/modules/google-analytics.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A couple of points:&lt;/p&gt;

&lt;p&gt;Link tracking&lt;/p&gt;

&lt;p&gt;You asked me to amend the introductory sentence to:&lt;/p&gt;

&lt;p&gt;&quot;The Google Analytics module uses virtual pageviews to track download, external, mailto and anchor links. As they do not lead to a page of the site that contains the GA tracking code, these links are not tracked automatically by the gaTracker jQuery plug-in, but they are tracked by the Google Analytics module.&quot;&lt;/p&gt;

&lt;p&gt;My understanding is that the original plugin does cater for link tagging and it is GA that does not automatically track links because they do not lead to a page of the site that contains the GA tracking code. This explanation seems valid for all links except anchors that do lead to a page on the site. I have left it simply at: &lt;br/&gt;
&quot;The Google Analytics module uses virtual pageviews to track download, external, mailto and anchor links. GA does not track links by default unless they are specifically tagged, and the Google Analytics module takes care of this.&quot;&lt;/p&gt;

&lt;p&gt;Event tracking&lt;/p&gt;

&lt;p&gt;The pattern used in the example and screenshot has a double backslash before &quot;s/g&quot;. The content in the edit dialog is correct, but it is not rendered. docuauthor replaces the double backslash with a line break. I have changed the screenshot to include the full pattern and deleted the pattern from the body text, but don&apos;t know how to get it to render correctly in the last row of the second table.&lt;/p&gt;
</comment>
                            <comment id="47862" author="ahietala" created="Mon, 11 Jun 2012 14:48:46 +0200"  >&lt;p&gt;Re: Event Tracking. Replaced backslashes with HTML character entities.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14709" name="GA-Printscreens.zip" size="1074708" author="ahietala" created="Tue, 7 Jun 2011 11:47:36 +0200"/>
                            <attachment id="14708" name="button-paths.png" size="57441" author="ahietala" created="Tue, 7 Jun 2011 11:46:56 +0200"/>
                            <attachment id="14706" name="get-tracking-code.png" size="146504" author="ahietala" created="Tue, 7 Jun 2011 11:46:29 +0200"/>
                            <attachment id="14707" name="highlighting-a-single-node.png" size="22423" author="ahietala" created="Tue, 7 Jun 2011 11:46:44 +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_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>Tue, 17 May 2011 09:22:31 +0200</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 years, 36 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.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>ahietala</customfieldvalue>
            <customfieldvalue>kraft</customfieldvalue>
            <customfieldvalue>ruths</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i040ev:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23509</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_14167" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Task DoR</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>