Difference between revisions of "Template: RNPrintFormat2"
From Genesys Documentation
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <li><p> | + | <!-- |
− | {{#if:{{{NFBoilerplateId|}}} | + | |
− | |{{{{{NFBoilerplateId|}}}}} | + | formatting each issue entry |
− | | | + | |
− | {{{LocalContent|}}} | + | --><li><p><!-- |
− | }}{{#if:{{{TicketNumber|}}} | + | |
− | | ({{{TicketNumber|}}}) | + | adding new feature boilerplate, if exists |
− | }}{{#if:{{{SupportingDocumentation|}}} | + | |
− | |<br/><b>More info: </b>{{{SupportingDocumentation|}}}|}}{{#cargo_query:tables=Issue, | + | -->{{#if:{{{NFBoilerplateId|}}} |
− | DeploymentType | + | |{{{{{NFBoilerplateId|}}}|{{{ReleaseNumber|}}}|{{{ComponentId|}}}}} |
− | |join on=Issue.DeploymentTypeId HOLDS DeploymentType.Id | + | {{{LocalContent|}}} |
− | |fields=CONCAT('<br/><span style=" color: black; | + | |{{{LocalContent|}}} |
− | + | }}<!-- | |
− | + | adding issue number, if exists | |
− | + | -->{{#if:{{{TicketNumber|}}} | |
− | + | | ({{{TicketNumber|}}}) | |
− | + | }}<!-- | |
− | |where=TicketNumber="{{{TicketNumber|}}}" | + | |
− | |default= | + | adding link to related documentation |
− | |delimiter= and | + | |
− | |outro= | + | -->{{#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> | </p></li><noinclude>{{#css: .img{margin:0px} }}</noinclude> |
Latest revision as of 19:56, June 28, 2022