<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 06:57:04 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>[MGNLREST-146] Implement REST integration tests</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLREST-146</link>
                <project id="10674" key="MGNLREST">Magnolia REST Framework</project>
                    <description>&lt;p&gt;Implement REST integration tests according to outcome of the preceding research.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Specify which cases to test (ideally we test features individually)
	&lt;ul&gt;
		&lt;li&gt;Highlight redundancies with existing unit tests&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Add a webapp artifact to the REST reactor
	&lt;ul&gt;
		&lt;li&gt;exclude it from releasing? are other test-webapps excluded from releases already?&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Bootstrap dummy test content (under WEB-INF/bootstrap/common)&lt;/li&gt;
	&lt;li&gt;Evaluate whether or not to provide a &quot;manual-tests&quot; profile (effectively just booting tomcat via maven plugin)
	&lt;ul&gt;
		&lt;li&gt;may not even be mandatory, as the webapp is easily deployed from the IDE too&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="62627">MGNLREST-146</key>
            <summary>Implement REST integration tests</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="ngoc.nguyenthanh">Ngoc Nguyenthanh</assignee>
                                    <reporter username="mgeljic">Mika&#235;l Gelji&#263;</reporter>
                        <labels>
                    </labels>
                <created>Tue, 7 Nov 2017 11:53:24 +0100</created>
                <updated>Tue, 29 Oct 2019 09:28:02 +0100</updated>
                            <resolved>Thu, 18 Jan 2018 13:01:18 +0100</resolved>
                                                    <fixVersion>2.0.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                    <workratio workratioPercent="216"/>
                                    <progress percentage="100">
                                    <originalProgress>
                                                    <row percentage="46" backgroundColor="#89afd7"/>
                                                    <row percentage="54" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="100">
                                    <originalProgress>
                                                    <row percentage="46" backgroundColor="#89afd7"/>
                                                    <row percentage="54" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                    <timeoriginalestimate seconds="144000">5d</timeoriginalestimate>
                            <timeestimate seconds="0">0d</timeestimate>
                            <timespent seconds="311400">10d 6.5h</timespent>
                                <comments>
                            <comment id="153787" author="mgeljic" created="Mon, 8 Jan 2018 05:04:11 +0100"  >&lt;p&gt;Evaluate &lt;a href=&quot;https://github.com/fabric8io/docker-maven-plugin&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/fabric8io/docker-maven-plugin&lt;/a&gt; vs. cargo&lt;/p&gt;</comment>
                            <comment id="153921" author="ngoc.nguyenthanh" created="Tue, 9 Jan 2018 11:29:45 +0100"  >&lt;p&gt;Expectation&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Have a dedicated module for doing the integration testing for REST module.&lt;/li&gt;
	&lt;li&gt;Integrated into the maven build. Able to run on local and on Jenkins&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Detailing actions&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Create new project &quot;magnolia-rest-integration-tests&quot; in &#8220;rest&#8221; module
	&lt;ul&gt;
		&lt;li&gt;Get the source code from investigation branch of @Dai - &lt;a href=&quot;https://git.magnolia-cms.com/projects/VNPD/repos/rest/commits/0757a2aa6949133d4517a61af57582472fc072a9#magnolia-rest-integration-tests/tests/pom.xml&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/projects/VNPD/repos/rest/commits/0757a2aa6949133d4517a61af57582472fc072a9#magnolia-rest-integration-tests/tests/pom.xml&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Should include the &quot;magnolia-rest-test-webapp&#8221;&lt;/li&gt;
		&lt;li&gt;Clean-up unnecessary files&lt;/li&gt;
		&lt;li&gt;Minimize the pom file: Copy from the pom of the &#8220;magnolia-integration-tests&#8221; in CE repo and remove unnecessary configuration. Should base on empty web-app.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Support &quot;manual-test&#8221; profile. The &#8220;magnolia-rest-test-webapp&#8221; should be able to run standalone and waiting for incoming requests.&lt;/li&gt;
	&lt;li&gt;Define test cases
	&lt;ul&gt;
		&lt;li&gt;Define data structure which support to test REST&apos;s supported features. Should place under the path &quot;WEB-INF/bootstrap/common&quot;&lt;/li&gt;
		&lt;li&gt;Endpoints registration
		&lt;ul&gt;
			&lt;li&gt;Single, multiple endpoints (later)&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Operators testing - &lt;a href=&quot;https://wiki.magnolia-cms.com/display/VN/REST+Filtering+Operators&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.magnolia-cms.com/display/VN/REST+Filtering+Operators&lt;/a&gt;
		&lt;ul&gt;
			&lt;li&gt;Supported operators: &quot;eq&quot;, &quot;lt&quot;, &quot;lte&quot;, &quot;gt&quot;, &#8220;gte&quot;, &#8220;like&quot;, &quot;ne&quot;, &quot;in&quot; and &quot;not-in&quot;&lt;/li&gt;
			&lt;li&gt;Date formatting patterns
			&lt;ul&gt;
				&lt;li&gt;using different supported patterns&lt;/li&gt;
				&lt;li&gt;using un-supported patterns&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Exceptions handling
		&lt;ul&gt;
			&lt;li&gt;Trigger an abnormal request and expected for a specified response.&lt;/li&gt;
			&lt;li&gt;Verify http status code&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Security
		&lt;ul&gt;
			&lt;li&gt;Authorization: Web access-based, ACLs, Roles: anonymous, superuser, un-authorized user, authorized user =&amp;gt; Just test anonymous for now. May introduce dedicated endpoints for each kind of roles.&lt;/li&gt;
			&lt;li&gt;Invalid input validation: regexps, sql string&lt;/li&gt;
			&lt;li&gt;SQL injection&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Jenkin job
	&lt;ul&gt;
		&lt;li&gt;Should NOT deploy to Nexus server.&lt;/li&gt;
		&lt;li&gt;Reuse the existing job - &lt;a href=&quot;https://jenkins.magnolia-cms.com/view/VN_Team/job/headless-rest-integration_5.6.x/configure&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.magnolia-cms.com/view/VN_Team/job/headless-rest-integration_5.6.x/configure&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Or use the Jenkin job of Rest module and try to exclude the rest-integration-test from the deploying to Nexus.&lt;/li&gt;
		&lt;li&gt;Maven project name: headless-rest-integration_5.6.x. Change or keep the name?&lt;/li&gt;
		&lt;li&gt;Description: to be defined.&lt;/li&gt;
		&lt;li&gt;Enable project based security? Should we? YES, I think.&lt;/li&gt;
		&lt;li&gt;Source code: Master branch from Git of the new project &quot;magnolia-rest-integration-tests&#8221;.&lt;/li&gt;
		&lt;li&gt;Build triggers:
		&lt;ul&gt;
			&lt;li&gt;Build whenever a SNAPSHOT dependency is built&lt;/li&gt;
			&lt;li&gt;should triggers when the &#8220;m_rest&#8221; job is built - &lt;a href=&quot;https://jenkins.magnolia-cms.com/job/m_rest/configure&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.magnolia-cms.com/job/m_rest/configure&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Build
		&lt;ul&gt;
			&lt;li&gt;Root POM: pom.xml&lt;/li&gt;
			&lt;li&gt;Goal and options: clean install -DcontainerHttpPort=28599 -DcargoRmiPort=28598 -DcargoTomcatAjpPort=28597&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Build settings
		&lt;ul&gt;
			&lt;li&gt;Email notification for unstable build&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Would be great if we have
	&lt;ul&gt;
		&lt;li&gt;After finish all of required requirements, think about ability to using Docker instead of Cargo - &lt;a href=&quot;https://github.com/fabric8io/docker-maven-plugin&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/fabric8io/docker-maven-plugin&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Performance test, concurrency =&amp;gt; Might raise a new ticket.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Questions and Answers
	&lt;ul&gt;
		&lt;li&gt;Would we cover cases which are covering by unit-tests? Then remove redundancies (duplicated) unit-tests? =&amp;gt; Action: Comes up with a list of unit-tests that we should remove and comes back later for considering.&lt;/li&gt;
		&lt;li&gt;Do we cover only the &#8220;Delivery&quot; endpoint ? or at least just for the moment. =&amp;gt; Yes, Delivery endpoint for now.&lt;/li&gt;
		&lt;li&gt;Should we revisit/revise existing integration tests in the CE - magnolia-integration-tests? info.magnolia.integrationtests.rest. =&amp;gt; Action: Should raise another ticket to move tests in this package to the rest-integration-tests.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;References
	&lt;ul&gt;
		&lt;li&gt;Newman implementation - &lt;a href=&quot;https://git.magnolia-cms.com/projects/VNPD/repos/rest/commits/8b461664bcbdca94cc2b44373ccc0783c452fbec#magnolia-rest-integration-tests/pom.xml&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/projects/VNPD/repos/rest/commits/8b461664bcbdca94cc2b44373ccc0783c452fbec#magnolia-rest-integration-tests/pom.xml&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;JUnit implementation - &lt;a href=&quot;https://git.magnolia-cms.com/projects/VNPD/repos/rest/commits/0757a2aa6949133d4517a61af57582472fc072a9#magnolia-rest-integration-tests/tests/pom.xml&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/projects/VNPD/repos/rest/commits/0757a2aa6949133d4517a61af57582472fc072a9#magnolia-rest-integration-tests/tests/pom.xml&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;REST Security Cheat Sheet - &lt;a href=&quot;https://www.owasp.org/index.php/REST_Security_Cheat_Sheet&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.owasp.org/index.php/REST_Security_Cheat_Sheet&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="154535" author="ngoc.nguyenthanh" created="Fri, 19 Jan 2018 04:18:15 +0100"  >&lt;p&gt;Reserved ports for rest-integration-test&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;containerHttpPort&amp;gt;8496&amp;lt;/containerHttpPort&amp;gt;
    &amp;lt;cargoRmiPort&amp;gt;8495&amp;lt;/cargoRmiPort&amp;gt;
    &amp;lt;cargoTomcatAjpPort&amp;gt;8494&amp;lt;/cargoTomcatAjpPort&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;May need to document in &lt;a href=&quot;https://wiki.magnolia-cms.com/display/DEV/Integration+tests&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.magnolia-cms.com/display/DEV/Integration+tests&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10030">
                    <name>Cloners</name>
                                            <outwardlinks description="clones">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                                                <inwardlinks description="is depended upon by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="80783">MGNLTEST-62</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_14166" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Acceptance criteria</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>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, 9 Jan 2018 11:29:45 +0100</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10246" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>MGNLREST-128</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>cmeier</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 4 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>mgeljic</customfieldvalue>
            <customfieldvalue>ngoc.nguyenthanh</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i07dyc:u</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="632">Saigon 129</customfieldvalue>
    <customfieldvalue id="638">Saigon 130</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10242" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_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>