Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Click here to download sample Traceability.json for Insights version < 10.3 

  • Click here and download the sample TraceabilityWithSprintAndRelease.json for Insights version >= 10.3

  • Change property as per client pipeline. 

  • Once It configured, upload it in Insights application using Configuration File Management menu, for more detail read Configuration File Management

  • Properties mentioned in traceability.json can be customized based on requirement   

        

Expand
titleSample Traceability.json for Insights version <10.3

{
"JIRA":{
"uuid":"uuid",
"order":2,
"displayText":"Issues",
"category":"ALM",
"issueKey":"key",
"property":"categoryName",
"epicKey":"epicKey",
"issueType":"issueType",
"toolName":"toolName",
"creationDate":"creationDate",
"resolutionsdate":"resolutionsdate",
"issueStatus":"status",
"author":"reporter",
"projectName":"projectName",
"timestamp":"inSightsTime",
"priority":"priority",
"inSightsTimeX":"inSightsTimeX",
"eventKey":"eventKey",
"uptool":[
"EPIC"
],
"downtool":[
"GIT"
],
"messages":[
{
"Message":"Total {0} in JIRA",
"Operation":"PROPERTY_COUNT",
"OperandName":"issueType",
"OperandValue":[
]
}
],
"uifilter":[
"key"
],
"cardDisplayProps":[
"issueKey",
"author",
"issueStatus",
"issueType"
],
"excludeLabels":["SPRINT"]
},
"GIT":{
"uuid":"uuid",
"category":"SCM",
"order":3,
"displayText":"Commits",
"inSightsTimeX":"inSightsTimeX",
"commitId":"commitId",
"property":"categoryName",
"toolName":"toolName",
"commitStatus":"status",
"author":"authorName",
"repositoryName":"repoName",
"timestamp":"inSightsTime",
"jiraKey":"jiraKey",
"gitCommiTime":"gitCommitTime",
"uptool":[
"JIRA"
],
"downtool":[
"JENKINS"
] ,
"messages":[
{
"Message":"Total {0} Developers ",
"Operation":"DISTINCT_COUNT",
"OperandName":"author",
"OperandValue":[
]
}
],
"uifilter":[
"commitId"
],
"cardDisplayProps":[
"commitId",
"property",
"jiraKey",
"author"

],
"excludeLabels":["FILE_CHANGE"]
}
}

...