Difference between revisions of "Template: ComponentRN"

From Genesys Documentation
Jump to: navigation, search
Line 70: Line 70:
 
tables=ComponentRN,Issue,IssueCategory
 
tables=ComponentRN,Issue,IssueCategory
 
|join on=ComponentRN._pageName=Issue._pageName,Issue.IssueCategoryId=IssueCategory.Id
 
|join on=ComponentRN._pageName=Issue._pageName,Issue.IssueCategoryId=IssueCategory.Id
|fields=CONCAT ('[https://jira.genesys.com/browse/',Issue.TicketNumber,' ',Issue.TicketNumber,']')=Issue,IssueCategory.Name=Issue Category,<!--DeploymentType.Name=Deployment Type,-->IF(LENGTH(LocalContent) > 100, CONCAT(
+
|fields=CONCAT ('[https://genesysjira.atlassian.net/browse/',Issue.TicketNumber,' ',Issue.TicketNumber,']')=Issue,IssueCategory.Name=Issue Category,<!--DeploymentType.Name=Deployment Type,-->IF(LENGTH(LocalContent) > 100, CONCAT(
 
SUBSTRING(LocalContent, 1, 100),"..."), LocalContent)=Description,SupportingDocumentation
 
SUBSTRING(LocalContent, 1, 100),"..."), LocalContent)=Description,SupportingDocumentation
 
|format=dynamic table
 
|format=dynamic table

Revision as of 13:31, March 31, 2022

This is the "ComponentRN" template. It should be called in the following format:

{{ComponentRN
|Highlight=
|HighlightBoilerplateId=
|ComponentId=
|ReleaseNumber=
|ReleaseDate=
|PrivateEditionReleaseDate=
|MixedModeReleaseDate=
|ReleaseTypeId=
|JQL=
|DeploymentTypeId=
|Containers=
}}

Edit the page to see the template text. This template defines the table "ComponentRN". View table.

Retrieved from "https://all.docs.genesys.com/Template:ComponentRN (2024-07-28 04:25:11)"