<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 04:20:31 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>[MAGNOLIA-7077] Add tool to get the data structure of an object in templates</title>
                <link>https://jira.magnolia-cms.com/browse/MAGNOLIA-7077</link>
                <project id="10000" key="MAGNOLIA">Magnolia</project>
                    <description>&lt;p&gt;Some way for a templater to output the structure and content of an object within a template for development purposes.&lt;/p&gt;

&lt;p&gt;Why:&lt;br/&gt;
It can be hard to work with content objects in a template because you do not know the structure of the content. &lt;br/&gt;
It can be especially hard to understand the actual structure of the objects returned from models. Ideally a simple method in cmsfn would give a templater a string representation of the object.&lt;br/&gt;
&amp;#8212;&lt;br/&gt;
Implementation:&lt;/p&gt;

&lt;p&gt;Example usage:&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;
${cmsfn.dump(myObject)} # outputs object properties as text with &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; depth of 3
or
${cmsfn.dump(myObject, 5)} # outputs object properties as text with depth of 5
or
${cmsfn.dump(myObject, 5, &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;)} # outputs object properties as html with depth of 5
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Describers for following types are provided out of the box:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Null&lt;/li&gt;
	&lt;li&gt;Scalars&lt;/li&gt;
	&lt;li&gt;Dates&lt;/li&gt;
	&lt;li&gt;Calendar&lt;/li&gt;
	&lt;li&gt;Arrays&lt;/li&gt;
	&lt;li&gt;Collections&lt;/li&gt;
	&lt;li&gt;Maps&lt;/li&gt;
	&lt;li&gt;ContentMaps&lt;/li&gt;
	&lt;li&gt;Nodes&lt;/li&gt;
	&lt;li&gt;Properties&lt;/li&gt;
	&lt;li&gt;Objects (this one describes only the object class to avoid generating huge hierarchies)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Node:&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;Node (/magnolia-travels/Vietnam--Tradition-and-Today)
  author = &quot;Magnolia Travels&quot; (String)
  body = &quot;&amp;lt;p&amp;gt;Vietnam is one of the world&amp;amp;rsquo;s most exotic and culturally rich destinations. A gem...&quot; (String)
  body_de = &quot;&amp;lt;p&amp;gt;Vietnam ist eine der exotischsten und kulturreichsten Destinationen weltweit. Als Juwel unt...&quot; (String)
  description = &quot;Discover the culture and everyday treasures of a rising phoenix&quot; (String)
  description_de = &quot;Entdecken Sie die Kultur und die allt&#228;glichen Sch&#228;tze eines Phoenix aus der Asche&quot; (String)
  destination = Sequence (1)
    0 = &quot;7ec72c48-c33f-418e-b2ff-44cfb4bbb1f2&quot; (String)
  duration = &quot;14&quot; (String)
  image = &quot;jcr:1044b3b8-30b1-48fe-8078-832b6cef8fb5&quot; (String)
  isFeatured = true (Boolean)
  location = &quot;Ho Chi Minh City, Vietnam&quot; (String)
  name = &quot;Vietnam: Tradition and Today&quot; (String)
  name_de = &quot;Vielf&#228;ltiges Vietnam&quot; (String)
  tourTypes = Sequence (2)
    0 = &quot;415025c6-e4b5-4506-9384-34f428a52104&quot; (String)
    1 = &quot;e007e401-1bf8-4658-8293-b9c743784264&quot; (String)
  mgnl:activationStatus = true (Boolean)
  mgnl:comment = &quot;&quot; (String)
  mgnl:created = Jan 29, 2015 07:57:18 AM (Date)
  mgnl:createdBy = &quot;superuser&quot; (String)
  mgnl:lastActivated = Jul 1, 2015 08:48:49 AM (Date)
  mgnl:lastActivatedBy = &quot;superuser&quot; (String)
  mgnl:lastModified = Jun 18, 2015 12:20:06 PM (Date)
  mgnl:lastModifiedBy = &quot;superuser&quot; (String)
  jcr:created = Jun 12, 2017 01:41:27 PM (Date)
  jcr:createdBy = &quot;admin&quot; (String)
  jcr:primaryType = &quot;mgnl:content&quot; (String)
  jcr:uuid = &quot;3d676477-eabc-4cbe-88b6-b77aa85a358a&quot; (String)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Property:&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;Magnolia Travels (Property)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Multivalue Property:&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;Property (2)
  0 = &quot;415025c6-e4b5-4506-9384-34f428a52104&quot; (String)
  1 = &quot;e007e401-1bf8-4658-8293-b9c743784264&quot; (String)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;ContentMap:&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;ContentMap (/magnolia-travels/Vietnam--Tradition-and-Today)
  author = &quot;Magnolia Travels&quot; (String)
  body = &quot;&amp;lt;p&amp;gt;Vietnam is one of the world&amp;amp;rsquo;s most exotic and culturally rich destinations. A gem...&quot; (String)
  body_de = &quot;&amp;lt;p&amp;gt;Vietnam ist eine der exotischsten und kulturreichsten Destinationen weltweit. Als Juwel unt...&quot; (String)
  depth = null (Null)
  description = &quot;Discover the culture and everyday treasures of a rising phoenix&quot; (String)
  description_de = &quot;Entdecken Sie die Kultur und die allt&#228;glichen Sch&#228;tze eines Phoenix aus der Asche&quot; (String)
  destination = Sequence (1)
    0 = &quot;7ec72c48-c33f-418e-b2ff-44cfb4bbb1f2&quot; (String)
  duration = &quot;14&quot; (String)
  id = null (Null)
  image = &quot;jcr:1044b3b8-30b1-48fe-8078-832b6cef8fb5&quot; (String)
  isFeatured = true (Boolean)
  location = &quot;Ho Chi Minh City, Vietnam&quot; (String)
  name = &quot;Vietnam: Tradition and Today&quot; (String)
  name_de = &quot;Vielf&#228;ltiges Vietnam&quot; (String)
  nodeType = null (Null)
  path = null (Null)
  tourTypes = Sequence (2)
    0 = &quot;415025c6-e4b5-4506-9384-34f428a52104&quot; (String)
    1 = &quot;e007e401-1bf8-4658-8293-b9c743784264&quot; (String)
  mgnl:activationStatus = true (Boolean)
  mgnl:comment = &quot;&quot; (String)
  mgnl:created = Jan 29, 2015 07:57:18 AM (GregorianCalendar)
  mgnl:createdBy = &quot;superuser&quot; (String)
  mgnl:lastActivated = Jul 1, 2015 08:48:49 AM (GregorianCalendar)
  mgnl:lastActivatedBy = &quot;superuser&quot; (String)
  mgnl:lastModified = Jun 18, 2015 12:20:06 PM (GregorianCalendar)
  mgnl:lastModifiedBy = &quot;superuser&quot; (String)
  jcr:created = Jun 12, 2017 01:41:27 PM (GregorianCalendar)
  jcr:createdBy = &quot;admin&quot; (String)
  jcr:primaryType = &quot;mgnl:content&quot; (String)
  jcr:uuid = &quot;3d676477-eabc-4cbe-88b6-b77aa85a358a&quot; (String)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Sequence of ContentMaps:&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;Sequence (36)
  0 = ContentMap (/magnolia-travels/Vietnam--Tradition-and-Today)
    author = &quot;Magnolia Travels&quot; (String)
    body = &quot;&amp;lt;p&amp;gt;Vietnam is one of the world&amp;amp;rsquo;s most exotic and culturally rich destinations. A gem...&quot; (String)
    body_de = &quot;&amp;lt;p&amp;gt;Vietnam ist eine der exotischsten und kulturreichsten Destinationen weltweit. Als Juwel unt...&quot; (String)
    depth = null (Null)
    description = &quot;Discover the culture and everyday treasures of a rising phoenix&quot; (String)
    description_de = &quot;Entdecken Sie die Kultur und die allt&#228;glichen Sch&#228;tze eines Phoenix aus der Asche&quot; (String)
    destination = Sequence (1)
      0 = &quot;7ec72c48-c33f-418e-b2ff-44cfb4bbb1f2&quot; (String)
    duration = &quot;14&quot; (String)
    id = null (Null)
    image = &quot;jcr:1044b3b8-30b1-48fe-8078-832b6cef8fb5&quot; (String)
    isFeatured = true (Boolean)
    location = &quot;Ho Chi Minh City, Vietnam&quot; (String)
    name = &quot;Vietnam: Tradition and Today&quot; (String)
    name_de = &quot;Vielf&#228;ltiges Vietnam&quot; (String)
    nodeType = null (Null)
    path = null (Null)
    tourTypes = Sequence (2)
      0 = &quot;415025c6-e4b5-4506-9384-34f428a52104&quot; (String)
      1 = &quot;e007e401-1bf8-4658-8293-b9c743784264&quot; (String)
    mgnl:activationStatus = true (Boolean)
    mgnl:comment = &quot;&quot; (String)
    mgnl:created = Jan 29, 2015 07:57:18 AM (GregorianCalendar)
    mgnl:createdBy = &quot;superuser&quot; (String)
    mgnl:lastActivated = Jul 1, 2015 08:48:49 AM (GregorianCalendar)
    mgnl:lastActivatedBy = &quot;superuser&quot; (String)
    mgnl:lastModified = Jun 18, 2015 12:20:06 PM (GregorianCalendar)
    mgnl:lastModifiedBy = &quot;superuser&quot; (String)
    jcr:created = Jun 12, 2017 01:41:27 PM (GregorianCalendar)
    jcr:createdBy = &quot;admin&quot; (String)
    jcr:primaryType = &quot;mgnl:content&quot; (String)
    jcr:uuid = &quot;3d676477-eabc-4cbe-88b6-b77aa85a358a&quot; (String)
  1 = ContentMap (/magnolia-travels/Hut-to-Hut-in-the-Swiss-Alps)
    author = &quot;Magnolia Travels&quot; (String)
    body = &quot;&amp;lt;p&amp;gt;Some Swiss people are going to be pretty annoyed with us for revealing their secrets. Hush....&quot; (String)
    body_de = &quot;&amp;lt;p&amp;gt;Einige Schweizer werden sich &amp;amp;auml;rgern, dass wir ihre Geheimnisse aufdecken. Psst... ...&quot; (String)
    depth = null (Null)
    description = &quot;There&apos;s more to Switzerland than skiing&quot; (String)
    description_de = &quot;Die Schweiz ist mehr als nur Skifahren&quot; (String)
    destination = Sequence (1)
      0 = &quot;6cc50e28-fb0e-4e49-b3b6-728690a2e861&quot; (String)
    duration = &quot;7&quot; (String)
    id = null (Null)
    image = &quot;jcr:80d091ae-22ce-4cfc-b302-cb39f25c3d30&quot; (String)
    location = &quot;Zurich, Switzerland&quot; (String)
    name = &quot;Hut to Hut in the Swiss Alps&quot; (String)
    name_de = &quot;Von H&#252;tte zu H&#252;tte in den Schweizer Alpen&quot; (String)
    nodeType = null (Null)
    path = null (Null)
    tourTypes = Sequence (1)
      0 = &quot;eaf9a648-fae1-48ae-a293-69bed874f159&quot; (String)
    mgnl:activationStatus = true (Boolean)
    mgnl:comment = &quot;&quot; (String)
    mgnl:created = Jan 29, 2015 07:55:07 AM (GregorianCalendar)
    mgnl:createdBy = &quot;superuser&quot; (String)
    mgnl:lastActivated = Jul 1, 2015 08:48:52 AM (GregorianCalendar)
    mgnl:lastActivatedBy = &quot;superuser&quot; (String)
    mgnl:lastModified = Jun 18, 2015 11:36:14 AM (GregorianCalendar)
    mgnl:lastModifiedBy = &quot;superuser&quot; (String)
    jcr:created = Jun 12, 2017 01:41:27 PM (GregorianCalendar)
    jcr:createdBy = &quot;admin&quot; (String)
    jcr:primaryType = &quot;mgnl:content&quot; (String)
    jcr:uuid = &quot;d30b9ca6-e22d-45c5-9456-7538ab7bccf8&quot; (String)
  2 = ContentMap (/magnolia-travels/West-Coast---Highway-101)
    author = &quot;Magnolia Travels&quot; (String)
    body = &quot;&amp;lt;p&amp;gt;Imagine walking in the footsteps of the explorers, missionaries, and soldiers who made Amer...&quot; (String)
    body_de = &quot;&amp;lt;p&amp;gt;Stellen Sie sich vor, dass Sie auf den Spuren der Forscher, Missionare und Soldaten unterwe...&quot; (String)
    depth = null (Null)
    description = &quot;Family travels in USA&quot; (String)
    description_de = &quot;Familienreisen in den USA&quot; (String)
    destination = Sequence (1)
      0 = &quot;ed3dcd18-78af-46df-a9e1-bc732479f2e7&quot; (String)
    duration = &quot;7&quot; (String)
    id = null (Null)
    image = &quot;jcr:d44f783c-91ca-4b48-9533-ea4e147e13e9&quot; (String)
    location = &quot;Seattle, USA&quot; (String)
    name = &quot;West Coast - Highway 101&quot; (String)
    name_de = &quot;Westk&#252;ste - Highway 101&quot; (String)
    nodeType = null (Null)
    path = null (Null)
    tourTypes = Sequence (1)
      0 = &quot;17da160b-da66-4e09-9e31-5fd040880f4a&quot; (String)
    mgnl:activationStatus = true (Boolean)
    mgnl:comment = &quot;&quot; (String)
    mgnl:created = Jan 29, 2015 07:51:38 AM (GregorianCalendar)
    mgnl:createdBy = &quot;superuser&quot; (String)
    mgnl:lastActivated = Jul 1, 2015 08:48:56 AM (GregorianCalendar)
    mgnl:lastActivatedBy = &quot;superuser&quot; (String)
    mgnl:lastModified = Jun 18, 2015 11:40:45 AM (GregorianCalendar)
    mgnl:lastModifiedBy = &quot;superuser&quot; (String)
    jcr:created = Jun 12, 2017 01:41:27 PM (GregorianCalendar)
    jcr:createdBy = &quot;admin&quot; (String)
    jcr:primaryType = &quot;mgnl:content&quot; (String)
    jcr:uuid = &quot;730c8850-d638-4e91-b3fb-4041a0c59ffe&quot; (String)
  3 = ContentMap (/magnolia-travels/Inside-New-Delhi)
    author = &quot;Magnolia Travels&quot; (String)
    body = &quot;&amp;lt;p&amp;gt;Delhi has many interesting monuments and museums, but &amp;lt;em&amp;gt;we won&amp;amp;#39;t be visitin...&quot; (String)
    body_de = &quot;&amp;lt;p&amp;gt;Delhi hat viele interessante Baudenkm&amp;amp;auml;ler und Museen, aber wir besuchen auf dieser...&quot; (String)
    depth = null (Null)
    description = &quot;Get to know Delhi up close and personal&quot; (String)
    description_de = &quot;Lernen Sie Delhi ganz aus der N&#228;he und intim kennen&quot; (String)
    destination = Sequence (1)
      0 = &quot;7ec72c48-c33f-418e-b2ff-44cfb4bbb1f2&quot; (String)
    duration = &quot;2&quot; (String)
    id = null (Null)
    image = &quot;jcr:ad33e9b0-855e-4bac-b35e-3c7e7588465c&quot; (String)
    location = &quot;New Delhi, India&quot; (String)
    name = &quot;Inside New Delhi&quot; (String)
    name_de = &quot;In Neu Delhi eintauchen&quot; (String)
    nodeType = null (Null)
    path = null (Null)
    tourTypes = Sequence (2)
      0 = &quot;415025c6-e4b5-4506-9384-34f428a52104&quot; (String)
      1 = &quot;e007e401-1bf8-4658-8293-b9c743784264&quot; (String)
    mgnl:activationStatus = true (Boolean)
    mgnl:comment = &quot;&quot; (String)
    mgnl:created = Jan 29, 2015 07:50:20 AM (GregorianCalendar)
    mgnl:createdBy = &quot;superuser&quot; (String)
    mgnl:lastActivated = Jul 1, 2015 08:49:03 AM (GregorianCalendar)
    mgnl:lastActivatedBy = &quot;superuser&quot; (String)
    mgnl:lastModified = Jun 18, 2015 11:41:28 AM (GregorianCalendar)
    mgnl:lastModifiedBy = &quot;superuser&quot; (String)
    jcr:created = Jun 12, 2017 01:41:27 PM (GregorianCalendar)
    jcr:createdBy = &quot;admin&quot; (String)
    jcr:primaryType = &quot;mgnl:content&quot; (String)
    jcr:uuid = &quot;3ba5ba55-ac02-4b37-a429-5fc0bb4b383b&quot; (String)
...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Hash:&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;Hash (2)
  foo = &quot;bar&quot; (String)
  baz = Hash (3)
    i = &quot;am&quot; (String)
    nested = &quot;hash&quot; (String)
    yay! = Hash (1)
      hi = &quot;bye&quot; (String)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="59443">MAGNOLIA-7077</key>
            <summary>Add tool to get the data structure of an object in templates</summary>
                <type id="2" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10891&amp;avatarType=issuetype">New Feature</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="jsimak">Jaroslav Simak</assignee>
                                    <reporter username="czimmermann">Christopher Zimmermann</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 May 2017 16:28:31 +0200</created>
                <updated>Tue, 8 Aug 2017 16:44:08 +0200</updated>
                            <resolved>Fri, 14 Jul 2017 20:30:49 +0200</resolved>
                                                    <fixVersion>5.5.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="143330" author="czimmermann" created="Tue, 16 May 2017 16:30:20 +0200"  >&lt;p&gt;I guess its easiest to have a method that runs in the JS context, but if it could be a method that runs directly in the Java context that would be easiest because a dev could directly print it from the FTL instead of needing to pass it out of the function in order to print it.&lt;/p&gt;</comment>
                            <comment id="143331" author="bandersen" created="Tue, 16 May 2017 16:39:02 +0200"  >&lt;p&gt;smthn like php var_dump() or perl Data::Dumper would be great for FTLs in general.  yeah we can call any public java method so we can introspect, but, the way the nodes are (wrapped(wrapped(wrapped))) makes it hard in that context to discover what the actual object is.&lt;/p&gt;

&lt;p&gt;this is asked about in every single training.&lt;/p&gt;</comment>
                            <comment id="143333" author="czimmermann" created="Tue, 16 May 2017 16:45:59 +0200"  >&lt;p&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=bandersen&quot; class=&quot;user-hover&quot; rel=&quot;bandersen&quot;&gt;bandersen&lt;/a&gt; Have a look at this macro, it might address what you are describing: &lt;a href=&quot;https://git.magnolia-cms.com/users/czimmermann/repos/js-model-samples/browse/light-modules/js-model-samples/templates/macros/allProperties.ftl&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/users/czimmermann/repos/js-model-samples/browse/light-modules/js-model-samples/templates/macros/allProperties.ftl&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="144143" author="czimmermann" created="Wed, 7 Jun 2017 14:27:07 +0200"  >&lt;p&gt;I agree that the current JSON format is hard to read. &lt;/p&gt;

&lt;p&gt;I think nesting is common - for example a tour has a sequence of categories. Also calling cmsfn.children returns a sequence of items.&lt;/p&gt;

&lt;p&gt;Please see proposal for output format here:&lt;br/&gt;
&lt;a href=&quot;https://wiki.magnolia-cms.com/display/PMTEAM/Suggestion+for+format+of+object+helper&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.magnolia-cms.com/display/PMTEAM/Suggestion+for+format+of+object+helper&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="144469" author="czimmermann" created="Thu, 15 Jun 2017 12:12:34 +0200"  >&lt;p&gt;Looking great. I would like to have this feature available by default as it will be useful for potentially any project. Therefore I suggest that the method is available in cmsfn.&lt;/p&gt;</comment>
                            <comment id="146373" author="czimmermann" created="Tue, 8 Aug 2017 16:18:01 +0200"  >&lt;p&gt;Please update the description with the actual method names and include a short description of how to use the inspector in an ftl template,  and in a js model (if possible). &lt;br/&gt;
Key info requred for docs and release notes should be in the description.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                                                <inwardlinks description="is depended upon by">
                                        <issuelink>
            <issuekey id="60000">JSMODELS-13</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, 16 May 2017 16:39:02 +0200</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12130" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Documentation update required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="13300"><![CDATA[Yes]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10246" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DEV-145</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>jsimak</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 27 weeks, 5 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>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>bandersen</customfieldvalue>
            <customfieldvalue>czimmermann</customfieldvalue>
            <customfieldvalue>jsimak</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzz3n:zi</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="506">Kromeriz 101</customfieldvalue>
    <customfieldvalue id="516">Kromeriz 103</customfieldvalue>
    <customfieldvalue id="519">Kromeriz 104</customfieldvalue>
    <customfieldvalue id="524">Kromeriz 105</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_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>