<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 01:09:50 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-516] trying to run &apos;MigrateTemplateExecuteScripts&apos;</title>
                <link>https://jira.magnolia-cms.com/browse/DOCU-516</link>
                <project id="10190" key="DOCU">Documentation</project>
                    <description>&lt;p&gt;hi,&lt;/p&gt;

&lt;p&gt;i want to run the migration script but i cant figure out which parameters i should set there&lt;br/&gt;
given i have these libs from my project&lt;/p&gt;

&lt;p&gt;crb-mainwebsite-content-0.8.2.3.jar&lt;br/&gt;
crb-mainwebsite-module-0.8.2.3.jar&lt;br/&gt;
crb-mainwebsite-theme-0.8.2.3.jar&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;
def modulesMap = [&lt;span class=&quot;code-quote&quot;&gt;&quot;crb-mainwebsite&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;/path/to/the/templates/&quot;&lt;/span&gt;]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;i figured:&lt;br/&gt;
&lt;b&gt;moduleName&lt;/b&gt; must be crb-mainwebsite since this appears in &apos;installed modules&apos; and is defined in modules config.&lt;br/&gt;
&lt;b&gt;/path/to/the/templates/&lt;/b&gt; i dont know how that should look like. absolute path to the templates?&lt;/p&gt;

&lt;p&gt;in the project i have:&lt;br/&gt;
./crbmagnolia-master/crb-mainwebsite-module/src/main/resources/mgnl-bootstrap/crb-mainwebsite/templates&lt;br/&gt;
./crbmagnolia-master/crb-mainwebsite-module/src/main/resources/crb-mainwebsite/templates&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;
    def siteDefinitions = [
      &lt;span class=&quot;code-quote&quot;&gt;&quot;/modules/moduleName/config/site&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;/path/to/the/templates/&quot;&lt;/span&gt;,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;/modules/moduleName/config/sites/&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;/path/to/the/templates/&quot;&lt;/span&gt;
    ]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;dont know - have:&lt;br/&gt;
joos@adnvl082:~/projects/crbmagnolia&amp;gt; find . -name &quot;site&quot;&lt;br/&gt;
./crbmagnolia-master/crb-mainwebsite-module/src/main/resources/mgnl-bootstrap/crb-mainwebsite/config/site&lt;br/&gt;
joos@adnvl082:~/projects/crbmagnolia&amp;gt; find . -name &quot;default&quot;&lt;br/&gt;
./crbmagnolia-master/crb-mainwebsite-webapp/src/main/webapp/WEB-INF/config/default&lt;/p&gt;</description>
                <environment></environment>
        <key id="38220">DOCU-516</key>
            <summary>trying to run &apos;MigrateTemplateExecuteScripts&apos;</summary>
                <type id="6" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10880&amp;avatarType=issuetype">Support Request</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="mjoos">Markus Joos</reporter>
                        <labels>
                    </labels>
                <created>Fri, 25 Apr 2014 10:59:47 +0200</created>
                <updated>Mon, 5 May 2014 11:32:57 +0200</updated>
                            <resolved>Mon, 5 May 2014 11:32:53 +0200</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="83893" author="ahietala" created="Fri, 25 Apr 2014 11:35:29 +0200"  >&lt;p&gt;The path should be an absolute path to the templates. Added an example in &lt;a href=&quot;http://documentation.magnolia-cms.com/display/DOCS/Exercise+4+-+run+the+migration+tool&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://documentation.magnolia-cms.com/display/DOCS/Exercise+4+-+run+the+migration+tool&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="84548" author="mjoos" created="Mon, 5 May 2014 10:29:29 +0200"  >&lt;p&gt;this can be closed, thank you antii&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>adnovum.ch</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 25 Apr 2014 11:35:29 +0200</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 41 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>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ahietala</customfieldvalue>
            <customfieldvalue>mjoos</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03an3:</customfieldvalue>

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