<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 01:17:16 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-1339] More variables in CLI v3</title>
                <link>https://jira.magnolia-cms.com/browse/DOCU-1339</link>
                <project id="10190" key="DOCU">Documentation</project>
                    <description>&lt;p&gt;The following are missing on &lt;a href=&quot;https://documentation.magnolia-cms.com/display/DOCS56/Prototypes+in+CLI+v3:&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://documentation.magnolia-cms.com/display/DOCS56/Prototypes+in+CLI+v3:&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;_&lt;em&gt;dialog&lt;/em&gt;_&lt;/li&gt;
	&lt;li&gt;_&lt;em&gt;fromUri&lt;/em&gt;_&lt;/li&gt;
	&lt;li&gt;_&lt;em&gt;modelName&lt;/em&gt;_&lt;/li&gt;
	&lt;li&gt;_&lt;em&gt;templateId&lt;/em&gt;_&lt;/li&gt;
	&lt;li&gt;_&lt;em&gt;templateScript&lt;/em&gt;_&lt;/li&gt;
	&lt;li&gt;_&lt;em&gt;toUri&lt;/em&gt;_&lt;/li&gt;
&lt;/ul&gt;


&lt;hr /&gt;
&lt;p&gt;Already on the page:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;_&lt;em&gt;name&lt;/em&gt;_ This variable is replaced with the name of the item which is generated, for instance the name of a component template.&lt;/li&gt;
	&lt;li&gt;_&lt;em&gt;lightDevModuleFolder&lt;/em&gt;_ This variable is replaced with the name of the current light module.&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="64476">DOCU-1339</key>
            <summary>More variables in CLI v3</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="64352">DOCU-1321</parent>
                                    <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="11">Done</resolution>
                                        <assignee username="mdrapela">Martin Dr&#225;pela</assignee>
                                    <reporter username="mdrapela">Martin Dr&#225;pela</reporter>
                        <labels>
                    </labels>
                <created>Tue, 20 Feb 2018 16:12:58 +0100</created>
                <updated>Thu, 1 Mar 2018 13:21:54 +0100</updated>
                            <resolved>Thu, 22 Feb 2018 14:49:34 +0100</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="156508" author="cmeier" created="Wed, 28 Feb 2018 09:14:05 +0100"  >&lt;p&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=mdrapela&quot; class=&quot;user-hover&quot; rel=&quot;mdrapela&quot;&gt;mdrapela&lt;/a&gt;, &lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=jsimak&quot; class=&quot;user-hover&quot; rel=&quot;jsimak&quot;&gt;jsimak&lt;/a&gt; - I have also reviewed and tested all the variables.&lt;br/&gt;
They all work - with one exception: &lt;tt&gt;_&lt;em&gt;templateId&lt;/em&gt;&lt;em&gt;&lt;/tt&gt; is _not&lt;/em&gt; working for me.&lt;/p&gt;</comment>
                            <comment id="156515" author="mdrapela" created="Wed, 28 Feb 2018 10:04:37 +0100"  >&lt;p&gt;In the stock installation of CLI v3, the &lt;tt&gt;_&lt;em&gt;templateId&lt;/em&gt;_&lt;/tt&gt; is used for generating blocks:&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;lib/config/mgnl-cli-prototypes/block/empty/blocks/__name__.yaml:2:templateId: __templateId__
lib/config/mgnl-cli-prototypes/block/_default/blocks/__name__.yaml:4:templateId: __templateId__
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
</comment>
                            <comment id="156519" author="cmeier" created="Wed, 28 Feb 2018 10:29:31 +0100"  >&lt;p&gt;I see, &lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=mdrapela&quot; class=&quot;user-hover&quot; rel=&quot;mdrapela&quot;&gt;mdrapela&lt;/a&gt; - does this mean, that we must mention on all &lt;em&gt;variables&lt;/em&gt; which one can be used for what?&lt;/p&gt;

&lt;p&gt;I was astonished that &lt;tt&gt;_&lt;em&gt;templateId&lt;/em&gt;_&lt;/tt&gt; is not working e.g. in am ftl-file for a page template.&lt;br/&gt;
However - I can use it in the ftl-file when creating a block.&lt;/p&gt;</comment>
                            <comment id="156614" author="jsimak" created="Thu, 1 Mar 2018 13:09:57 +0100"  >&lt;p&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=cmeier&quot; class=&quot;user-hover&quot; rel=&quot;cmeier&quot;&gt;cmeier&lt;/a&gt; hmm, seems logical to have &lt;tt&gt;_&lt;em&gt;templateId&lt;/em&gt;_&lt;/tt&gt; also available in page and component prototypes. I&apos;ll fill a ticket for that (&lt;a href=&quot;https://jira.magnolia-cms.com/browse/NPMCLI-171&quot; title=&quot;Make __templateId__ placeholder available also in page and component prototypes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NPMCLI-171&quot;&gt;&lt;del&gt;NPMCLI-171&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                            <outwardlinks description="is related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <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>Wed, 28 Feb 2018 09:14:05 +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_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>mdrapela</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 50 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>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>cmeier</customfieldvalue>
            <customfieldvalue>jsimak</customfieldvalue>
            <customfieldvalue>mdrapela</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i07rnb:</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="651">Docu Sprint 43</customfieldvalue>
    <customfieldvalue id="661">Docu Sprint 44</customfieldvalue>
    <customfieldvalue id="674">Docu Sprint 45</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>