<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 07:31:42 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>[MGNLSTK-924] stk: improve templates: teaser&apos;s link list should be optional areas having their own title</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLSTK-924</link>
                <project id="10287" key="MGNLSTK">Magnolia Standard Templating Kit (closed)</project>
                    <description></description>
                <environment></environment>
        <key id="23240">MGNLSTK-924</key>
            <summary>stk: improve templates: teaser&apos;s link list should be optional areas having their own title</summary>
                <type id="5" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10896&amp;avatarType=issuetype">Sub-task</type>
                            <parent id="23147">MGNLSTK-919</parent>
                                    <priority id="3" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/major.svg">Major</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="pbaerfuss">Philipp B&#228;rfuss</assignee>
                                    <reporter username="pbaerfuss">Philipp B&#228;rfuss</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Feb 2012 19:52:45 +0100</created>
                <updated>Thu, 22 Mar 2012 17:55:57 +0100</updated>
                            <resolved>Mon, 27 Feb 2012 22:06:20 +0100</resolved>
                                                    <fixVersion>2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="44802" author="pbaerfuss" created="Mon, 27 Feb 2012 22:03:46 +0100"  >&lt;p&gt;Script for the content migration:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; java.beans.PropertyChangeEvent;

&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; javax.jcr.Property
&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; javax.jcr.Session;
&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; javax.jcr.Node;


&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; info.magnolia.context.MgnlContext;
&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; info.magnolia.jcr.util.NodeUtil;


&lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;LinkList {

    &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; main(args) {
        Session session = MgnlContext.getJCRSession(&lt;span class=&quot;code-quote&quot;&gt;&quot;website&quot;&lt;/span&gt;);
        NodeUtil.getNodes(session.rootNode, &lt;span class=&quot;code-quote&quot;&gt;&quot;mgnl:page&quot;&lt;/span&gt;).each{process(it)}
        session.save()
    }

    &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; process(Node node){
        println (node.path)
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt;(node.hasProperty(&lt;span class=&quot;code-quote&quot;&gt;&quot;hasLinkList&quot;&lt;/span&gt;)){
            node.getProperty(&lt;span class=&quot;code-quote&quot;&gt;&quot;hasLinkList&quot;&lt;/span&gt;).remove()
        }
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt;(node.hasProperty(&lt;span class=&quot;code-quote&quot;&gt;&quot;linkListTitle&quot;&lt;/span&gt;)){
            Property property = node.getProperty(&lt;span class=&quot;code-quote&quot;&gt;&quot;linkListTitle&quot;&lt;/span&gt;)
            Node area;
            &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt;(!node.hasNode(&lt;span class=&quot;code-quote&quot;&gt;&quot;linkList&quot;&lt;/span&gt;))
                area = node.addNode(&lt;span class=&quot;code-quote&quot;&gt;&quot;linkList&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;mgnl:area&quot;&lt;/span&gt;)
            &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt;
                area = node.getNode(&lt;span class=&quot;code-quote&quot;&gt;&quot;linkList&quot;&lt;/span&gt;)
            area.setProperty(&lt;span class=&quot;code-quote&quot;&gt;&quot;title&quot;&lt;/span&gt;, property.getString())
            property.remove()
        }
        node.getNodes().each{process(it)}
    }

}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>woowai.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ajones</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 years, 51 weeks, 6 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>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>pbaerfuss</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02fun:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14306</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>