Difference between revisions of "Template: RNPrintFormat2"
From Genesys Documentation
(Created page with "<li> {{#if:{{{NFBoilerplateId|}}}|{{{{{NFBoilerplateId|}}}|{{{ReleaseNumber|}}}}}|{{{LocalContent|}}}}} {{#if:{{{TicketNumber|}}}|({{{TicketNumber|}}})}} {{#if:{{{SupportingDo...") |
|||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <li> | + | <!-- |
− | {{#if:{{{NFBoilerplateId|}}}|{{{{{NFBoilerplateId|}}}|{{{ReleaseNumber|}}}}}|{{{LocalContent|}}}}} | + | |
− | {{#if:{{{TicketNumber|}}}|({{{TicketNumber|}}})}} | + | formatting each issue entry |
− | {{#if:{{{SupportingDocumentation|}}}|<br/> | + | |
− | </li> | + | --><li><p><!-- |
+ | |||
+ | adding new feature boilerplate, if exists | ||
+ | |||
+ | -->{{#if:{{{NFBoilerplateId|}}} | ||
+ | |{{{{{NFBoilerplateId|}}}|{{{ReleaseNumber|}}}|{{{ComponentId|}}}}} | ||
+ | {{{LocalContent|}}} | ||
+ | |{{{LocalContent|}}} | ||
+ | }}<!-- | ||
+ | adding issue number, if exists | ||
+ | -->{{#if:{{{TicketNumber|}}} | ||
+ | | ({{{TicketNumber|}}}) | ||
+ | }}<!-- | ||
+ | |||
+ | adding link to related documentation | ||
+ | |||
+ | -->{{#if:{{{SupportingDocumentation|}}} | ||
+ | |<br/><b>More info: </b>{{{SupportingDocumentation|}}} | ||
+ | | | ||
+ | }}<!-- | ||
+ | |||
+ | adding limitation per deployment type subline | ||
+ | |||
+ | -->{{#cargo_query: | ||
+ | tables= | ||
+ | Issue, | ||
+ | DeploymentType | ||
+ | |join on=Issue.DeploymentTypeId HOLDS DeploymentType.Id | ||
+ | |fields=CONCAT('<br/><span style=" color: black; | ||
+ | background-color: #f9f9f9; | ||
+ | border: 1px solid #ddd; | ||
+ | border-radius: 2px; | ||
+ | padding: 1px 4px; | ||
+ | font-size:85%"><b>Limited to</b>: ',DeploymentType.Name,'</span>') | ||
+ | |where=TicketNumber="{{{TicketNumber|}}}" AND Issue._pageNamespace="{{NAMESPACENUMBER}}" | ||
+ | |default= | ||
+ | |delimiter= and | ||
+ | |outro= | ||
+ | }} | ||
+ | </p></li><noinclude>{{#css: .img{margin:0px} }}</noinclude> |
Latest revision as of 19:56, June 28, 2022