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