diff --git a/Adaptation/FileHandlers/json/StaticSite/js/cod-1-122-0.js b/Adaptation/FileHandlers/json/StaticSite/js/cod-1-122-0.js
index 5056461..bcd0c5c 100644
--- a/Adaptation/FileHandlers/json/StaticSite/js/cod-1-122-0.js
+++ b/Adaptation/FileHandlers/json/StaticSite/js/cod-1-122-0.js
@@ -254,7 +254,7 @@ function setRecords(fromHtml, b, r, t, c, e, w, records) {
let lineA = "";
let lineB = "";
let lineC = "";
- let text = 'Id\tRisk Reduction and/or Opportunity Enablement\tTime Criticality\tBusiness Value\tCoD\tEffort\tWSJF\tFeature Total Story Points\tAbsolute Delta\tState\tPriority\tRequester\tAssigned To\tSystem\r\n';
+ let text = 'Id\tRisk Reduction and/or Opportunity Enablement\tTime Criticality\tBusiness Value\tCoD\tEffort\tWSJF\tFeature Total Story Points\tAbsolute Delta\tState\tRequester\tAssigned To\tIteration Path\tSystem\tTitle\r\n';
let html = '
Parent Id | Parent Title | Id | Requester | Title | Assigned To | System(s) | State | Priority | Risk Reduction and/or Opportunity Enablement | Time Criticality | Business Value | Cost of Delay (CoD) | Effort | WSJF |
';
for (let i = 0; i < records.length; i++) {
record = records[i];
@@ -268,10 +268,11 @@ function setRecords(fromHtml, b, r, t, c, e, w, records) {
record.TotalStoryPoints.split(' ')[0] + '\t' +
record.AbsoluteDelta + '\t' +
record.State.split('-')[0] + '\t' +
- record.Priority.split('-')[0] + '\t' +
record.Requester + '\t' +
record.AssignedTo + '\t' +
- record.Tags + '\r\n';
+ record.IterationPath + '\t' +
+ record.Tags + '\t' +
+ record.Title + '\r\n';
lineA = '' + '' + record.ParentId + "" +
' | ' + record.ParentTitle +
' | ' + '' + record.Id + "" +
diff --git a/Adaptation/FileHandlers/json/StaticSite/js/cod-1-123-0.js b/Adaptation/FileHandlers/json/StaticSite/js/cod-1-123-0.js
index 5056461..bcd0c5c 100644
--- a/Adaptation/FileHandlers/json/StaticSite/js/cod-1-123-0.js
+++ b/Adaptation/FileHandlers/json/StaticSite/js/cod-1-123-0.js
@@ -254,7 +254,7 @@ function setRecords(fromHtml, b, r, t, c, e, w, records) {
let lineA = "";
let lineB = "";
let lineC = "";
- let text = 'Id\tRisk Reduction and/or Opportunity Enablement\tTime Criticality\tBusiness Value\tCoD\tEffort\tWSJF\tFeature Total Story Points\tAbsolute Delta\tState\tPriority\tRequester\tAssigned To\tSystem\r\n';
+ let text = 'Id\tRisk Reduction and/or Opportunity Enablement\tTime Criticality\tBusiness Value\tCoD\tEffort\tWSJF\tFeature Total Story Points\tAbsolute Delta\tState\tRequester\tAssigned To\tIteration Path\tSystem\tTitle\r\n';
let html = ' |
Parent Id | Parent Title | Id | Requester | Title | Assigned To | System(s) | State | Priority | Risk Reduction and/or Opportunity Enablement | Time Criticality | Business Value | Cost of Delay (CoD) | Effort | WSJF |
';
for (let i = 0; i < records.length; i++) {
record = records[i];
@@ -268,10 +268,11 @@ function setRecords(fromHtml, b, r, t, c, e, w, records) {
record.TotalStoryPoints.split(' ')[0] + '\t' +
record.AbsoluteDelta + '\t' +
record.State.split('-')[0] + '\t' +
- record.Priority.split('-')[0] + '\t' +
record.Requester + '\t' +
record.AssignedTo + '\t' +
- record.Tags + '\r\n';
+ record.IterationPath + '\t' +
+ record.Tags + '\t' +
+ record.Title + '\r\n';
lineA = '' + '' + record.ParentId + "" +
' | ' + record.ParentTitle +
' | ' + '' + record.Id + "" +
|