Difference between revisions of "Template: RNPrint"

From Genesys Documentation
Jump to: navigation, search
(Update package: RN Automation: Data Structure)
(Update package: RN Automation: Data Structure)
Line 2: Line 2:
 
tables=ComponentRN,DeploymentType=DT
 
tables=ComponentRN,DeploymentType=DT
 
|join on=ComponentRN.DeploymentTypeId HOLDS DT.Id
 
|join on=ComponentRN.DeploymentTypeId HOLDS DT.Id
|fields=CONCAT('[[File:',DT.Image,'|80px]]')
+
|fields=CONCAT('[[File:',DT.Image,'|50px]]')
 
|delimiter=
 
|delimiter=
 
|where=ComponentRN.ComponentId HOLDS '{{{Component|}}}' AND ReleaseNumber="{{{ReleaseNumber|}}}" AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}"
 
|where=ComponentRN.ComponentId HOLDS '{{{Component|}}}' AND ReleaseNumber="{{{ReleaseNumber|}}}" AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}"
Line 13: Line 13:
 
}}--></h2>  
 
}}--></h2>  
  
{{AnchorDiv|{{{ReleaseNumber|}}}}}
+
{{AnchorDiv|{{{ComponentName|}}}-{{{ReleaseNumber|}}}}}
 
{{#cargo_query:
 
{{#cargo_query:
 
tables=ComponentRN,JiraIssue,IssueType
 
tables=ComponentRN,JiraIssue,IssueType
 
|join on=ComponentRN._pageName=JiraIssue._pageName,JiraIssue.IssueType=IssueType.Id
 
|join on=ComponentRN._pageName=JiraIssue._pageName,JiraIssue.IssueType=IssueType.Id
|fields=CONCAT('<h3>',IssueType.SectionName,'</h3>')=Name,IF (SupportingDocumentation IS NOT NULL, CONCAT (LocalContent,'</br><b>More info</b>: ',SupportingDocumentation), LocalContent)
+
|fields=CONCAT('<h3>',IssueType.SectionName,'</h3>')=Name,IF (SupportingDocumentation IS NOT NULL, CONCAT (LocalContent,' (',JiraIssue.Issue,')</br><b>More info</b>: ',SupportingDocumentation),CONCAT (LocalContent,' (',JiraIssue.Issue,')'))
 
|format=outline
 
|format=outline
 
|outline fields=Name
 
|outline fields=Name

Revision as of 15:09, March 25, 2021

Retrieved from "https://all.docs.genesys.com/Template:RNPrint (2024-07-28 00:36:50)"