From 2a0a4430e749fa1588687832d1814946c371d6e3 Mon Sep 17 00:00:00 2001
From: aksh-h
Date: Thu, 14 Dec 2023 18:14:15 +0530
Subject: [PATCH 01/10] TailwindTraders_new
---
.../TailwindTraders-Build.json | 68 ++++++++++
.../TailwindTraders-CodeScanning.json | 68 ++++++++++
.../TailwindTraders-PullRequest.json | 68 ++++++++++
.../ImportSourceCode/Documents.json | 9 ++
.../ImportSourceCode/TailwindTraders.json | 9 ++
.../Gen-TailwindTradersNew/Iterations.json | 22 +++
.../ProjectSettings.json | 5 +
.../ProjectTemplate.json | 18 +++
.../ServiceEndpoints/Documents-code.json | 16 +++
.../TailwindTraders-code.json | 16 +++
.../Gen-TailwindTradersNew/TeamArea.json | 9 ++
.../Teams/GHAzDo-E2E Team/BoardColumns.json | 125 ++++++++++++++++++
.../Teams/GHAzDo-E2E Team/BoardRows.json | 29 ++++
.../Teams/GHAzDo-E2E Team/CardFields.json | 74 +++++++++++
.../Teams/GHAzDo-E2E Team/CardStyles.json | 26 ++++
.../Teams/GHAzDo-E2E Team/TeamSetting.json | 8 ++
.../Gen-TailwindTradersNew/Teams/Teams.json | 8 ++
.../Templates/TemplateSetting.json | 19 +++
src/VstsDemoBuilder/VstsDemoBuilder.csproj | 17 +++
19 files changed, 614 insertions(+)
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-Build.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-CodeScanning.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-PullRequest.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ImportSourceCode/Documents.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ImportSourceCode/TailwindTraders.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Iterations.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ProjectSettings.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ProjectTemplate.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ServiceEndpoints/Documents-code.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ServiceEndpoints/TailwindTraders-code.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/TeamArea.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/BoardColumns.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/BoardRows.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/CardFields.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/CardStyles.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/TeamSetting.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/Teams.json
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-Build.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-Build.json
new file mode 100644
index 00000000..494e6676
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-Build.json
@@ -0,0 +1,68 @@
+{
+ "triggers": [
+ {
+ "branchFilters": [],
+ "pathFilters": [],
+ "settingsSourceType": 2,
+ "batchChanges": false,
+ "maxConcurrentBuildsPerBranch": 1,
+ "triggerType": "continuousIntegration"
+ }
+ ],
+ "properties": {},
+ "tags": [],
+ "_links": "{}",
+ "jobAuthorizationScope": "projectCollection",
+ "jobTimeoutInMinutes": 60,
+ "jobCancelTimeoutInMinutes": 5,
+ "process": {
+ "yamlFilename": "tailwindtraders-build.yml",
+ "type": 2
+ },
+ "repository": {
+ "properties": {
+ "cloneUrl": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/TailwindTraders",
+ "fullName": "TailwindTraders",
+ "defaultBranch": "refs/heads/master",
+ "isFork": "False",
+ "safeRepository": "$TailwindTraders$",
+ "reportBuildStatus": "true",
+ "fetchDepth": "1"
+ },
+ "id": "$TailwindTraders$",
+ "type": "TfsGit",
+ "name": "TailwindTraders",
+ "url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/TailwindTraders",
+ "defaultBranch": "refs/heads/master",
+ "clean": null,
+ "checkoutSubmodules": false
+ },
+ "quality": "definition",
+ "authoredBy": "{}",
+ "drafts": [],
+ "queue": {
+ "_links": {
+ "self": {
+ "href": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Azure Pipelines$"
+ }
+ },
+ "id": "$Azure Pipelines$",
+ "name": "Azure Pipelines",
+ "url": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Azure Pipelines$",
+ "pool": {
+ "id": "",
+ "name": "Azure Pipelines",
+ "isHosted": true
+ }
+ },
+ "id": "",
+ "name": "TailwindTraders-Build",
+ "url": "",
+ "uri": "",
+ "path": "\\",
+ "type": "build",
+ "queueStatus": "enabled",
+ "revision": 3,
+ "createdDate": "",
+ "project": "{}"
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-CodeScanning.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-CodeScanning.json
new file mode 100644
index 00000000..7a486b15
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-CodeScanning.json
@@ -0,0 +1,68 @@
+{
+ "triggers": [
+ {
+ "branchFilters": [],
+ "pathFilters": [],
+ "settingsSourceType": 2,
+ "batchChanges": false,
+ "maxConcurrentBuildsPerBranch": 1,
+ "triggerType": "continuousIntegration"
+ }
+ ],
+ "properties": {},
+ "tags": [],
+ "_links": "{}",
+ "jobAuthorizationScope": "projectCollection",
+ "jobTimeoutInMinutes": 60,
+ "jobCancelTimeoutInMinutes": 5,
+ "process": {
+ "yamlFilename": "tailwindtraders-codescanning.yml",
+ "type": 2
+ },
+ "repository": {
+ "properties": {
+ "cloneUrl": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/TailwindTraders",
+ "fullName": "TailwindTraders",
+ "defaultBranch": "refs/heads/master",
+ "isFork": "False",
+ "safeRepository": "$TailwindTraders$",
+ "reportBuildStatus": "true",
+ "fetchDepth": "1"
+ },
+ "id": "$TailwindTraders$",
+ "type": "TfsGit",
+ "name": "TailwindTraders",
+ "url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/TailwindTraders",
+ "defaultBranch": "refs/heads/master",
+ "clean": null,
+ "checkoutSubmodules": false
+ },
+ "quality": "definition",
+ "authoredBy": "{}",
+ "drafts": [],
+ "queue": {
+ "_links": {
+ "self": {
+ "href": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Azure Pipelines$"
+ }
+ },
+ "id": "$Azure Pipelines$",
+ "name": "Azure Pipelines",
+ "url": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Azure Pipelines$",
+ "pool": {
+ "id": "",
+ "name": "Azure Pipelines",
+ "isHosted": true
+ }
+ },
+ "id": "",
+ "name": "TailwindTraders-CodeScanning",
+ "url": "",
+ "uri": "",
+ "path": "\\",
+ "type": "build",
+ "queueStatus": "enabled",
+ "revision": 3,
+ "createdDate": "",
+ "project": "{}"
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-PullRequest.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-PullRequest.json
new file mode 100644
index 00000000..7cb212f4
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/BuildDefinitions/TailwindTraders-PullRequest.json
@@ -0,0 +1,68 @@
+{
+ "triggers": [
+ {
+ "branchFilters": [],
+ "pathFilters": [],
+ "settingsSourceType": 2,
+ "batchChanges": false,
+ "maxConcurrentBuildsPerBranch": 1,
+ "triggerType": "continuousIntegration"
+ }
+ ],
+ "properties": {},
+ "tags": [],
+ "_links": "{}",
+ "jobAuthorizationScope": "projectCollection",
+ "jobTimeoutInMinutes": 60,
+ "jobCancelTimeoutInMinutes": 5,
+ "process": {
+ "yamlFilename": "tailwindtraders-pullrequests.yml",
+ "type": 2
+ },
+ "repository": {
+ "properties": {
+ "cloneUrl": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/TailwindTraders",
+ "fullName": "TailwindTraders",
+ "defaultBranch": "refs/heads/master",
+ "isFork": "False",
+ "safeRepository": "$TailwindTraders$",
+ "reportBuildStatus": "true",
+ "fetchDepth": "1"
+ },
+ "id": "$TailwindTraders$",
+ "type": "TfsGit",
+ "name": "TailwindTraders",
+ "url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/TailwindTraders",
+ "defaultBranch": "refs/heads/master",
+ "clean": null,
+ "checkoutSubmodules": false
+ },
+ "quality": "definition",
+ "authoredBy": "{}",
+ "drafts": [],
+ "queue": {
+ "_links": {
+ "self": {
+ "href": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Azure Pipelines$"
+ }
+ },
+ "id": "$Azure Pipelines$",
+ "name": "Azure Pipelines",
+ "url": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Azure Pipelines$",
+ "pool": {
+ "id": "",
+ "name": "Azure Pipelines",
+ "isHosted": true
+ }
+ },
+ "id": "",
+ "name": "TailwindTraders-PullRequest",
+ "url": "",
+ "uri": "",
+ "path": "\\",
+ "type": "build",
+ "queueStatus": "enabled",
+ "revision": 2,
+ "createdDate": "",
+ "project": "{}"
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ImportSourceCode/Documents.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ImportSourceCode/Documents.json
new file mode 100644
index 00000000..5af071d6
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ImportSourceCode/Documents.json
@@ -0,0 +1,9 @@
+{
+ "parameters": {
+ "gitSource": {
+ "url": "https://dev.azure.com/vstsdemodata/TailwindTraders/_git/Documents"
+ },
+ "serviceEndpointId": "$Documents-code$",
+ "deleteServiceEndpointAfterImportIsDone": true
+ }
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ImportSourceCode/TailwindTraders.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ImportSourceCode/TailwindTraders.json
new file mode 100644
index 00000000..e531e45f
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ImportSourceCode/TailwindTraders.json
@@ -0,0 +1,9 @@
+{
+ "parameters": {
+ "gitSource": {
+ "url": "https://dev.azure.com/vstsdemodata/TailwindTraders/_git/TailwindTraders"
+ },
+ "serviceEndpointId": "$TailwindTraders-code$",
+ "deleteServiceEndpointAfterImportIsDone": true
+ }
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Iterations.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Iterations.json
new file mode 100644
index 00000000..71d20bb8
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Iterations.json
@@ -0,0 +1,22 @@
+{
+ "children": [
+ {
+ "name": "Iteration 1",
+ "structureType": "iteration",
+ "hasChildren": false
+ },
+ {
+ "name": "Iteration 2",
+ "structureType": "iteration",
+ "hasChildren": false
+ },
+ {
+ "name": "Iteration 3",
+ "structureType": "iteration",
+ "hasChildren": false
+ }
+ ],
+ "name": "GHAzDo-E2E",
+ "structureType": "iteration",
+ "hasChildren": true
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ProjectSettings.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ProjectSettings.json
new file mode 100644
index 00000000..c1f93b24
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ProjectSettings.json
@@ -0,0 +1,5 @@
+{
+ "type": "Agile",
+ "id": "adcc42ab-9882-485e-a3ed-7678f01f66bc",
+ "users": []
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ProjectTemplate.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ProjectTemplate.json
new file mode 100644
index 00000000..1450aff9
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ProjectTemplate.json
@@ -0,0 +1,18 @@
+{
+ "Description": "Generated by Azure DevOps Demo Generator",
+ "Teams": "Teams.json",
+ "BoardColumns": "BoardColumns.json",
+ "ProjectSettings": "ProjectSettings.json",
+ "CardStyle": "UpdateCardStyles.json",
+ "CardField": "UpdateCardFields.json",
+ "BugfromTemplate": "Bug.json",
+ "EpicfromTemplate": "Epic.json",
+ "FeaturefromTemplate": "Feature.json",
+ "PBIfromTemplate": "ProductBacklogItem.json",
+ "UserStoriesFromTemplate": "UserStory.json",
+ "TaskfromTemplate": "Task.json",
+ "TestCasefromTemplate": "TestCase.json",
+ "SetEpic": "EnableEpic.json",
+ "TeamArea": "TeamArea.json",
+ "TemplateVersion": "2.0"
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ServiceEndpoints/Documents-code.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ServiceEndpoints/Documents-code.json
new file mode 100644
index 00000000..9e341f7e
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ServiceEndpoints/Documents-code.json
@@ -0,0 +1,16 @@
+{
+ "data": {
+
+ },
+ "name": "Documents-code",
+ "type": "git",
+ "url": "https://dev.azure.com/vstsdemodata/TailwindTraders/_git/Documents",
+ "authorization": {
+ "scheme": "UsernamePassword",
+ "parameters": {
+ "username": "$username$",
+ "password": "$password$"
+ }
+ },
+ "isReady": true
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ServiceEndpoints/TailwindTraders-code.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ServiceEndpoints/TailwindTraders-code.json
new file mode 100644
index 00000000..e0d72354
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/ServiceEndpoints/TailwindTraders-code.json
@@ -0,0 +1,16 @@
+{
+ "data": {
+
+ },
+ "name": "TailwindTraders-code",
+ "type": "git",
+ "url": "https://dev.azure.com/vstsdemodata/TailwindTraders/_git/TailwindTraders",
+ "authorization": {
+ "scheme": "UsernamePassword",
+ "parameters": {
+ "username": "$username$",
+ "password": "$password$"
+ }
+ },
+ "isReady": true
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/TeamArea.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/TeamArea.json
new file mode 100644
index 00000000..91d976bc
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/TeamArea.json
@@ -0,0 +1,9 @@
+{
+ "defaultValue": "$ProjectName$\\$AreaName$",
+ "values": [
+ {
+ "value": "$ProjectName$\\$AreaName$",
+ "includeChildren": false
+ }
+ ]
+}
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/BoardColumns.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/BoardColumns.json
new file mode 100644
index 00000000..6edf9e41
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/BoardColumns.json
@@ -0,0 +1,125 @@
+[
+ {
+ "BoardName": "Epics",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Epic": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "Active",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Epic": "Active"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Resolved",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Epic": "Resolved"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Closed",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Epic": "Closed"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ },
+ {
+ "BoardName": "Features",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Feature": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "Active",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Feature": "Active"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Resolved",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Feature": "Resolved"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Closed",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Feature": "Closed"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ },
+ {
+ "BoardName": "Stories",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "User Story": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "Active",
+ "itemLimit": 5,
+ "stateMappings": {
+ "User Story": "Active"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Resolved",
+ "itemLimit": 5,
+ "stateMappings": {
+ "User Story": "Resolved"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Closed",
+ "itemLimit": 0,
+ "stateMappings": {
+ "User Story": "Closed"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/BoardRows.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/BoardRows.json
new file mode 100644
index 00000000..11678c50
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/BoardRows.json
@@ -0,0 +1,29 @@
+[
+ {
+ "BoardName": "Epics",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ },
+ {
+ "BoardName": "Features",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ },
+ {
+ "BoardName": "Stories",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/CardFields.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/CardFields.json
new file mode 100644
index 00000000..228f5485
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/CardFields.json
@@ -0,0 +1,74 @@
+[
+ {
+ "cards": {
+ "Epic": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ }
+ ]
+ },
+ "BoardName": "Epics"
+ },
+ {
+ "cards": {
+ "Feature": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ }
+ ]
+ },
+ "BoardName": "Features"
+ },
+ {
+ "cards": {
+ "User Story": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ },
+ {
+ "fieldIdentifier": "Microsoft.VSTS.Scheduling.StoryPoints"
+ }
+ ]
+ },
+ "BoardName": "Stories"
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/CardStyles.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/CardStyles.json
new file mode 100644
index 00000000..c14c487e
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/CardStyles.json
@@ -0,0 +1,26 @@
+[
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Epics"
+ },
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Features"
+ },
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Stories"
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/TeamSetting.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/TeamSetting.json
new file mode 100644
index 00000000..17b98189
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/GHAzDo-E2E Team/TeamSetting.json
@@ -0,0 +1,8 @@
+{
+ "bugsBehavior": "asTasks",
+ "backlogVisibilities": {
+ "Microsoft.EpicCategory": false,
+ "Microsoft.FeatureCategory": true,
+ "Microsoft.RequirementCategory": true
+ }
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/Teams.json b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/Teams.json
new file mode 100644
index 00000000..9132bd4b
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-TailwindTradersNew/Teams/Teams.json
@@ -0,0 +1,8 @@
+[
+ {
+ "id": "f8b4a289-7e13-4560-9ca6-e61ef3f481eb",
+ "name": "GHAzDo-E2E Team",
+ "description": "The default project team.",
+ "isDefault": "true"
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/TemplateSetting.json b/src/VstsDemoBuilder/Templates/TemplateSetting.json
index 74e36065..19d9fc73 100644
--- a/src/VstsDemoBuilder/Templates/TemplateSetting.json
+++ b/src/VstsDemoBuilder/Templates/TemplateSetting.json
@@ -75,6 +75,25 @@
"ForkGitHubRepo": true,
"Message": "Note: This template requires latest versions of ARM Outputs extension, please update. Ignore if you already have the latest version.
Fork Tailwind Traders Website and Tailwind Traders Backend repository and follow the steps given in the document to set up your resources on Azure and deployment pipelines."
},
+ {
+ "Key": "773866",
+ "Name": "Tailwind Traders - New",
+ "TemplateFolder": "Gen-TailwindTradersNew",
+ "ShortName": "TailwindTraders",
+ "Description": "Tailwind Traders is an ASP.NET & React application, which uses Azure App Service, AKS, Cosmos DB, Logic App and the Function App.",
+ "Tags": [
+ "Agile",
+ "Data and AI",
+ "React",
+ "GHAzDo"
+ ],
+ "PreviewImages": [
+ "/Templates/Tailwind Traders/Images/Architecture.png",
+ "/Templates/Tailwind Traders/Images/Website.png"
+ ],
+ "Author": "Microsoft",
+ "Image": "/Templates/TemplateImages/TailwindTraders.png"
+ },
{
"Key": "77380",
"Name": "MyHealthClinic",
diff --git a/src/VstsDemoBuilder/VstsDemoBuilder.csproj b/src/VstsDemoBuilder/VstsDemoBuilder.csproj
index 16140d69..e36ff71b 100644
--- a/src/VstsDemoBuilder/VstsDemoBuilder.csproj
+++ b/src/VstsDemoBuilder/VstsDemoBuilder.csproj
@@ -2040,6 +2040,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Web.config
From ca93cdf56ff803b45a8213a6616069fc497f82ef Mon Sep 17 00:00:00 2001
From: aksh-h
Date: Wed, 27 Dec 2023 17:36:24 +0530
Subject: [PATCH 02/10] updated template settings
---
.../Templates/TemplateSetting.json | 80 +++++--------------
1 file changed, 22 insertions(+), 58 deletions(-)
diff --git a/src/VstsDemoBuilder/Templates/TemplateSetting.json b/src/VstsDemoBuilder/Templates/TemplateSetting.json
index 19d9fc73..2379a142 100644
--- a/src/VstsDemoBuilder/Templates/TemplateSetting.json
+++ b/src/VstsDemoBuilder/Templates/TemplateSetting.json
@@ -15,6 +15,28 @@
{
"Groups": "General",
"Template": [
+ {
+ "Key": "773866",
+ "Name": "Tailwind Traders",
+ "TemplateFolder": "Gen-TailwindTradersNew",
+ "ShortName": "TailwindTraders",
+ "Description": "Tailwind Traders is an .NET Core & React application. The template has been configured to showcase the features of GHAzDo. Please refer to GitHub Advanced Security for Azure DevOps ",
+ "Tags": [
+ "GHAzDo",
+ "Code Scanning",
+ "Dependency Scanning",
+ "Secret Scanning",
+ "Advanced Security"
+
+ ],
+ "PreviewImages": [
+ "/Templates/Tailwind Traders/Images/Architecture.png",
+ "/Templates/Tailwind Traders/Images/Website.png"
+ ],
+ "Author": "Microsoft",
+ "Image": "/Templates/TemplateImages/TailwindTraders.png",
+ "Message": "Note: Once you provision the project, the documents will be imported to Azure Repos. Please follow the steps provided to see the GHAzDo in action."
+ },
{
"Key": "77379",
"Name": "PartsUnlimited",
@@ -55,45 +77,6 @@
"ForkGitHubRepo": true,
"Message": "Note: This template requires latest versions of ARM Outputs extension, please update. Ignore if you already have the latest version. \n If you're using Demo Generator for the first time, please make the following setting in your organization settings
'"
},
- {
- "Key": "77386",
- "Name": "Tailwind Traders",
- "TemplateFolder": "Gen-Tailwind Traders",
- "ShortName": "TailwindTraders",
- "Description": "Tailwind Traders is an ASP.NET & React application, which uses Azure App Service, AKS, Cosmos DB, Logic App and the Function App.",
- "Tags": [
- "Agile",
- "Data and AI",
- "React"
- ],
- "PreviewImages": [
- "/Templates/Tailwind Traders/Images/Architecture.png",
- "/Templates/Tailwind Traders/Images/Website.png"
- ],
- "Author": "Microsoft",
- "Image": "/Templates/TemplateImages/TailwindTraders.png",
- "ForkGitHubRepo": true,
- "Message": "Note: This template requires latest versions of ARM Outputs extension, please update. Ignore if you already have the latest version.
Fork Tailwind Traders Website and Tailwind Traders Backend repository and follow the steps given in the document to set up your resources on Azure and deployment pipelines."
- },
- {
- "Key": "773866",
- "Name": "Tailwind Traders - New",
- "TemplateFolder": "Gen-TailwindTradersNew",
- "ShortName": "TailwindTraders",
- "Description": "Tailwind Traders is an ASP.NET & React application, which uses Azure App Service, AKS, Cosmos DB, Logic App and the Function App.",
- "Tags": [
- "Agile",
- "Data and AI",
- "React",
- "GHAzDo"
- ],
- "PreviewImages": [
- "/Templates/Tailwind Traders/Images/Architecture.png",
- "/Templates/Tailwind Traders/Images/Website.png"
- ],
- "Author": "Microsoft",
- "Image": "/Templates/TemplateImages/TailwindTraders.png"
- },
{
"Key": "77380",
"Name": "MyHealthClinic",
@@ -115,25 +98,6 @@
"Author": "Microsoft",
"LastUpdatedDate": "20/12/2018"
},
- {
- "Key": "77387",
- "Name": "PartsUnlimited-YAML",
- "TemplateFolder": "Gen-PartsUnlimited-YAML",
- "ShortName": "yml",
- "Description": "Use this lab to provision a scrum based team project containing sample work items, complete source code and pipeline definitions to deploy Parts Unlimited, a sample eCommerce website based on the The Phoenix Project book by Gene Kim. See the home page of the project on GitHub ",
- "Tags": [
- "scrum",
- "aspdotnet",
- "azureappservice"
- ],
- "Image": "/Templates/TemplateImages/Partunlimited.png",
- "Author": "Microsoft",
- "PreviewImages": [
- "/Templates/PartsUnlimited/Images/boards.png",
- "/Templates/PartsUnlimited/Images/pulwebsite.png",
- "/Templates/PartsUnlimited/Images/dashboard.png"
- ]
- },
{
"Key": "77371",
"Name": "MyShuttle",
From 226c55646cf0f72f39ac63f184a52cd46277b862 Mon Sep 17 00:00:00 2001
From: aksh-h
Date: Mon, 22 Jan 2024 16:53:23 +0530
Subject: [PATCH 03/10] adding new partsunlimited template
---
.../BuildDefinitions/PartsUnlimited.json | 76 +
.../Dashboard/Dashboard.json | 349 +++
.../Dashboard/Queries/All Items.json | 5 +
.../Dashboard/Queries/Critical Bugs.json | 4 +
.../Dashboard/Queries/Feedback.json | 4 +
.../Queries/Test Case-Readiness.json | 5 +
.../Dashboard/Queries/UnfinishedWork.json | 4 +
.../Dashboard/Queries/User Stories.json | 4 +
.../Dashboard/Queries/Work in Progress.json | 4 +
.../Dashboard/WidgetQuery.json | 19 +
.../ImportSourceCode/PartsUnlimited.json | 9 +
.../Gen-PartsUnlimited-tc/Iterations.json | 37 +
.../ProjectSettings.json | 5 +
.../ProjectTemplate.json | 18 +
.../PullRequests/Comments/PullRequest1.json | 31 +
.../PullRequests/Comments/PullRequest2.json | 54 +
.../PullRequests/PullRequest1.json | 11 +
.../PullRequests/PullRequest2.json | 11 +
.../ServiceEndpoints/PartsUnlimited-code.json | 16 +
...b1ad37f-a64b-457e-9de2-d6589579fe0c).json" | 23 +
.../Gen-PartsUnlimited-tc/TeamArea.json | 9 +
.../Teams/PUL-DB/BoardColumns.json | 109 +
.../Teams/PUL-DB/BoardRows.json | 29 +
.../Teams/PUL-DB/CardFields.json | 95 +
.../Teams/PUL-DB/CardStyles.json | 26 +
.../Teams/PUL-DB/TeamSetting.json | 8 +
.../Teams/PUL/BoardColumns.json | 109 +
.../Teams/PUL/BoardRows.json | 29 +
.../Teams/PUL/CardFields.json | 95 +
.../Teams/PUL/CardStyles.json | 26 +
.../Teams/PUL/TeamSetting.json | 8 +
.../PartsUnlimited-tc Team/BoardColumns.json | 109 +
.../PartsUnlimited-tc Team/BoardRows.json | 33 +
.../PartsUnlimited-tc Team/CardFields.json | 115 +
.../PartsUnlimited-tc Team/CardStyles.json | 26 +
.../PartsUnlimited-tc Team/TeamSetting.json | 8 +
.../Gen-PartsUnlimited-tc/Teams/Teams.json | 20 +
.../TestPlans/TestSuites/TestPlan1.json | 137 +
.../Gen-PartsUnlimited-tc/WorkItems/Bug.json | 104 +
.../Gen-PartsUnlimited-tc/WorkItems/Epic.json | 675 +++++
.../WorkItems/Feature.json | 878 ++++++
.../WorkItems/Product Backlog Item.json | 711 +++++
.../Gen-PartsUnlimited-tc/WorkItems/Task.json | 919 +++++++
.../WorkItems/Test Case.json | 2358 +++++++++++++++++
.../WorkItems/Test Plan.json | 38 +
.../WorkItems/Test Suite.json | 379 +++
.../Templates/TemplateSetting.json | 21 +-
src/VstsDemoBuilder/VstsDemoBuilder.csproj | 45 +
48 files changed, 7788 insertions(+), 20 deletions(-)
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/BuildDefinitions/PartsUnlimited.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Dashboard.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/All Items.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Critical Bugs.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Feedback.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Test Case-Readiness.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/UnfinishedWork.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/User Stories.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Work in Progress.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/WidgetQuery.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ImportSourceCode/PartsUnlimited.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Iterations.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ProjectSettings.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ProjectTemplate.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/Comments/PullRequest1.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/Comments/PullRequest2.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/PullRequest1.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/PullRequest2.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/PartsUnlimited-code.json
create mode 100644 "src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/Visual Studio Enterprise \342\200\223 MPN (ab1ad37f-a64b-457e-9de2-d6589579fe0c).json"
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/TeamArea.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/BoardColumns.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/BoardRows.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/CardFields.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/CardStyles.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/TeamSetting.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/BoardColumns.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/BoardRows.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/CardFields.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/CardStyles.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/TeamSetting.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/BoardColumns.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/BoardRows.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/CardFields.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/CardStyles.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/TeamSetting.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/Teams.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/TestPlans/TestSuites/TestPlan1.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Bug.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Epic.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Feature.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Product Backlog Item.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Task.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Case.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Plan.json
create mode 100644 src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Suite.json
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/BuildDefinitions/PartsUnlimited.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/BuildDefinitions/PartsUnlimited.json
new file mode 100644
index 00000000..49e9f2bb
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/BuildDefinitions/PartsUnlimited.json
@@ -0,0 +1,76 @@
+{
+ "triggers": [
+ {
+ "branchFilters": [],
+ "pathFilters": [],
+ "settingsSourceType": 2,
+ "batchChanges": false,
+ "maxConcurrentBuildsPerBranch": 1,
+ "triggerType": "continuousIntegration"
+ }
+ ],
+ "variables": {
+ "HostingPlan": {
+ "value": "pule2e"
+ },
+ "ResourceGroupName": {
+ "value": "ASPDOTNET"
+ },
+ "ServerName": {
+ "value": "pule2e$UUID$"
+ },
+ "WebsiteName": {
+ "value": "pule2e$UUID$"
+ }
+ },
+ "properties": {},
+ "tags": [],
+ "_links": "{}",
+ "jobAuthorizationScope": "projectCollection",
+ "jobTimeoutInMinutes": 60,
+ "jobCancelTimeoutInMinutes": 5,
+ "badgeEnabled": true,
+ "process": {
+ "yamlFilename": "azure-pipelines.yml",
+ "type": 2
+ },
+ "repository": {
+ "properties": {
+ "cloneUrl": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/PartsUnlimited",
+ "fullName": "PartsUnlimited",
+ "defaultBranch": "refs/heads/master",
+ "isFork": "False",
+ "safeRepository": "$PartsUnlimited$",
+ "reportBuildStatus": "true",
+ "fetchDepth": "1"
+ },
+ "id": "$PartsUnlimited$",
+ "type": "TfsGit",
+ "name": "PartsUnlimited",
+ "url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/PartsUnlimited",
+ "defaultBranch": "refs/heads/master",
+ "clean": null,
+ "checkoutSubmodules": false
+ },
+ "quality": "definition",
+ "authoredBy": "{}",
+ "drafts": [],
+ "queue": {
+ "_links": {
+ "self": {
+ "href": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Azure Pipelines$"
+ }
+ },
+ "id": "$Azure Pipelines$",
+ "name": "Azure Pipelines",
+ "url": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Azure Pipelines$",
+ "pool": {
+ "id": "",
+ "name": "Azure Pipelines",
+ "isHosted": true
+ }
+ },
+ "name": "PartsUnlimited",
+ "path": "\\",
+ "type": "build"
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Dashboard.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Dashboard.json
new file mode 100644
index 00000000..ef489b85
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Dashboard.json
@@ -0,0 +1,349 @@
+{
+ "name": "Overview",
+ "refreshInterval": 0,
+ "position": 1,
+ "widgets": [
+ {
+ "name": "Work in Progress",
+ "position": {
+ "row": 2,
+ "column": 6
+ },
+ "size": {
+ "rowSpan": 1,
+ "columnSpan": 1
+ },
+ "settings": "{\"queryId\":\"$WorkinProgress$\", \"queryName\": \"Work in Progress\"}",
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget",
+ "configurationContributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget.Configuration",
+ "configurationContributionRelativeId": "Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget.Configuration",
+ "isNameConfigurable": true
+ },
+ {
+ "name": "Welcome",
+ "position": {
+ "row": 1,
+ "column": 1
+ },
+ "size": {
+ "rowSpan": 2,
+ "columnSpan": 2
+ },
+ "settings": null,
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.HowToLinksWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.HowToLinksWidget",
+ "configurationContributionId": null,
+ "configurationContributionRelativeId": null,
+ "isNameConfigurable": false
+ },
+ {
+ "name": "Work Links",
+ "position": {
+ "row": 3,
+ "column": 8
+ },
+ "size": {
+ "rowSpan": 1,
+ "columnSpan": 2
+ },
+ "settings": null,
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.WorkLinksWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.WorkLinksWidget",
+ "configurationContributionId": null,
+ "configurationContributionRelativeId": null,
+ "isNameConfigurable": false
+ },
+ {
+ "name": "Feedback",
+ "position": {
+ "row": 1,
+ "column": 7
+ },
+ "size": {
+ "rowSpan": 1,
+ "columnSpan": 1
+ },
+ "settings": "{\"defaultBackgroundColor\":\"#009ccc\",\"queryId\":\"$Feedback$\",\"queryName\":\"Feedback\",\"colorRules\":[],\"lastArtifactName\":\"Feedback\"}",
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget",
+ "configurationContributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget.Configuration",
+ "configurationContributionRelativeId": "Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget.Configuration",
+ "isNameConfigurable": true
+ },
+ {
+ "name": "Sprint Burndown",
+ "position": {
+ "row": 1,
+ "column": 8
+ },
+ "size": {
+ "rowSpan": 1,
+ "columnSpan": 2
+ },
+ "settings": null,
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.SprintBurndownWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.SprintBurndownWidget",
+ "configurationContributionId": null,
+ "configurationContributionRelativeId": null,
+ "isNameConfigurable": false
+ },
+ {
+ "name": "Unfinished Work",
+ "position": {
+ "row": 2,
+ "column": 7
+ },
+ "size": {
+ "rowSpan": 1,
+ "columnSpan": 1
+ },
+ "settings": "{\"defaultBackgroundColor\":\"#009ccc\",\"queryId\":\"$Unfinished Work$\",\"queryName\":\"Unfinished Work\",\"colorRules\":[],\"lastArtifactName\":\"Unfinished Work\"}",
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget",
+ "configurationContributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget.Configuration",
+ "configurationContributionRelativeId": "Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget.Configuration",
+ "isNameConfigurable": true
+ },
+ {
+ "name": "Assigned to Me",
+ "position": {
+ "row": 1,
+ "column": 3
+ },
+ "size": {
+ "rowSpan": 2,
+ "columnSpan": 3
+ },
+ "settings": null,
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.AssignedToMeWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.AssignedToMeWidget",
+ "configurationContributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.AssignedToMeWidget.Configuration",
+ "configurationContributionRelativeId": "Microsoft.VisualStudioOnline.Dashboards.AssignedToMeWidget.Configuration",
+ "isNameConfigurable": false,
+ "lightboxOptions": {
+ "width": 900,
+ "height": 700,
+ "resizable": true
+ }
+ },
+ {
+ "name": "User Stories",
+ "position": {
+ "row": 3,
+ "column": 1
+ },
+ "size": {
+ "rowSpan": 2,
+ "columnSpan": 3
+ },
+ "settings": "{\"query\":{\"queryId\":\"$UserStories$\",\"queryName\":\"User Stories\"},\"selectedColumns\":[{\"name\":\"ID\",\"referenceName\":\"System.Id\"},{\"name\":\"Work Item Type\",\"referenceName\":\"System.WorkItemType\"},{\"name\":\"Title\",\"referenceName\":\"System.Title\"},{\"name\":\"Assigned To\",\"referenceName\":\"System.AssignedTo\"},{\"name\":\"State\",\"referenceName\":\"System.State\"}],\"lastArtifactName\":\"User Stories\"}",
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-mywork-web.Microsoft.VisualStudioOnline.MyWork.WitViewWidget",
+ "typeId": "Microsoft.VisualStudioOnline.MyWork.WitViewWidget",
+ "configurationContributionId": "ms.vss-mywork-web.Microsoft.VisualStudioOnline.MyWork.WitViewWidget.Configuration",
+ "configurationContributionRelativeId": "Microsoft.VisualStudioOnline.MyWork.WitViewWidget.Configuration",
+ "isNameConfigurable": true
+ },
+ {
+ "name": "Critical Bugs",
+ "position": {
+ "row": 1,
+ "column": 6
+ },
+ "size": {
+ "rowSpan": 1,
+ "columnSpan": 1
+ },
+ "settings": "{\"defaultBackgroundColor\":\"#009ccc\",\"queryId\":\"$ActiveBugs$\",\"queryName\":\"Critical Bugs\",\"colorRules\":[{\"isEnabled\":true,\"backgroundColor\":\"#e60017\",\"thresholdCount\":1,\"operator\":\"<=\"}],\"lastArtifactName\":\"Critical Bugs\"}",
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget",
+ "configurationContributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget.Configuration",
+ "configurationContributionRelativeId": "Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget.Configuration",
+ "isNameConfigurable": true
+ },
+ {
+ "name": "User Stories by State",
+ "position": {
+ "row": 3,
+ "column": 6
+ },
+ "size": {
+ "rowSpan": 2,
+ "columnSpan": 2
+ },
+ "settings": "{\"scope\":\"WorkitemTracking.Queries\",\"groupKey\":\"$UserStories$\",\"title\":\"User Stories by State\",\"chartType\":\"PieChart\",\"transformOptions\":{\"filter\":\"$UserStories$\",\"groupBy\":\"System.State\",\"orderBy\":{\"direction\":\"descending\",\"propertyName\":\"value\"},\"measure\":{\"aggregation\":\"count\",\"propertyName\":\"\"},\"historyRange\":null},\"userColors\":[],\"lastArtifactName\":\"User Stories by State\"}",
+ "settingsVersion": {
+ "major": 3,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.WitChartWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.WitChartWidget",
+ "configurationContributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.WitChartWidget.Configuration",
+ "configurationContributionRelativeId": "Microsoft.VisualStudioOnline.Dashboards.WitChartWidget.Configuration",
+ "isNameConfigurable": true,
+ "lightboxOptions": {
+ "width": 900,
+ "height": 700,
+ "resizable": true
+ }
+ },
+ {
+ "name": "User Stories by Assigned To",
+ "position": {
+ "row": 3,
+ "column": 4
+ },
+ "size": {
+ "rowSpan": 2,
+ "columnSpan": 2
+ },
+ "settings": "{\"scope\":\"WorkitemTracking.Queries\",\"groupKey\":\"$UserStories$\",\"title\":\"User Stories by Assigned To\",\"chartType\":\"StackAreaChart\",\"transformOptions\":{\"filter\":\"$UserStories$\",\"groupBy\":\"System.AssignedTo\",\"orderBy\":{\"direction\":\"descending\",\"propertyName\":\"value\"},\"measure\":{\"aggregation\":\"count\",\"propertyName\":\"\"},\"historyRange\":\"last7Days\"},\"userColors\":[],\"lastArtifactName\":\"User Stories by Assigned To\"}",
+ "settingsVersion": {
+ "major": 3,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.WitChartWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.WitChartWidget",
+ "configurationContributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.WitChartWidget.Configuration",
+ "configurationContributionRelativeId": "Microsoft.VisualStudioOnline.Dashboards.WitChartWidget.Configuration",
+ "isNameConfigurable": true,
+ "lightboxOptions": {
+ "width": 900,
+ "height": 700,
+ "resizable": true
+ }
+ },
+ {
+ "name": "Team Members",
+ "position": {
+ "row": 2,
+ "column": 8
+ },
+ "size": {
+ "rowSpan": 1,
+ "columnSpan": 2
+ },
+ "settings": null,
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.TeamMembersWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.TeamMembersWidget",
+ "configurationContributionId": null,
+ "configurationContributionRelativeId": null,
+ "isNameConfigurable": false
+ },
+ {
+ "name": "New Work Item",
+ "position": {
+ "row": 4,
+ "column": 8
+ },
+ "size": {
+ "rowSpan": 1,
+ "columnSpan": 2
+ },
+ "settings": null,
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+ "artifactId": "",
+ "isEnabled": true,
+ "contentUri": null,
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.NewWorkItemWidget",
+ "typeId": "Microsoft.VisualStudioOnline.Dashboards.NewWorkItemWidget",
+ "configurationContributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.NewWorkItemWidget.Configuration",
+ "configurationContributionRelativeId": "Microsoft.VisualStudioOnline.Dashboards.NewWorkItemWidget.Configuration",
+ "isNameConfigurable": false
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/All Items.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/All Items.json
new file mode 100644
index 00000000..613ae8de
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/All Items.json
@@ -0,0 +1,5 @@
+{
+ "name": "All Items_WI",
+ "wiql": "SELECT [System.id],[System.WorkItemtype],[System.Title],[System.AssignedTo],[System.State],[System.Tags] FROM workitems WHERE [System.TeamProject] = @project AND [System.WorkItemType]<>'' AND [System.State]<>''"
+
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Critical Bugs.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Critical Bugs.json
new file mode 100644
index 00000000..0a5d6e3a
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Critical Bugs.json
@@ -0,0 +1,4 @@
+{
+ "name": "Critical Bugs",
+ "wiql": "SELECT [System.Id],[System.WorkItemType],[System.Title],[System.AssignedTo],[System.State],[System.Tags] FROM workitems WHERE [System.TeamProject] = @project AND [System.WorkItemType] = 'Bug' AND [System.State] <> 'Done' AND [System.BoardLane] = 'Expedite'"
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Feedback.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Feedback.json
new file mode 100644
index 00000000..28b5f068
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Feedback.json
@@ -0,0 +1,4 @@
+{
+ "name": "Feedback_WI",
+ "wiql": "SELECT [System.Id],[System.Title], [System.State],[System.CreatedBy],[Microsoft.VSTS.Common.Rating] FROM workitems WHERE [System.TeamProject] = @project AND [System.WorkItemType] IN GROUP 'Microsoft.FeedbackResponseCategory' AND [System.State] = 'Active' ORDER BY [System.Id]"
+}
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Test Case-Readiness.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Test Case-Readiness.json
new file mode 100644
index 00000000..0a716a56
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Test Case-Readiness.json
@@ -0,0 +1,5 @@
+{
+ "name": "Test Case-Readiness",
+ "wiql": "SELECT [System.id],[System.WorkItemtype],[System.Title],[System.AssignedTo],[System.State],[System.Tags] FROM workitems WHERE [System.TeamProject] = @project AND [System.WorkItemType] = 'Test Case' AND [System.State] <> '[Any]'"
+
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/UnfinishedWork.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/UnfinishedWork.json
new file mode 100644
index 00000000..0cc691e2
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/UnfinishedWork.json
@@ -0,0 +1,4 @@
+{
+ "name": "Unfinished Work_WI",
+ "wiql": "SELECT [System.Id],[System.Title],[Microsoft.VSTS.Common.BacklogPriority],[System.AssignedTo],[System.State],[Microsoft.VSTS.Scheduling.RemainingWork],[Microsoft.VSTS.CMMI.Blocked],[System.WorkItemType] FROM workitemLinks WHERE ([Source].[System.TeamProject] = @project AND [Source].[System.IterationPath] UNDER '$projectId$\\Sprint 2' AND ([Source].[System.WorkItemType] IN GROUP 'Microsoft.RequirementCategory' OR [Source].[System.WorkItemType] IN GROUP 'Microsoft.TaskCategory' ) AND [Source].[System.State] <> 'Removed' AND [Source].[System.State] <> 'Done') AND ([System.Links.LinkType] = 'System.LinkTypes.Hierarchy-Forward') AND ([Target].[System.WorkItemType] IN GROUP 'Microsoft.TaskCategory' AND [Target].[System.State] <> 'Done' AND [Target].[System.State] <> 'Removed') ORDER BY [Microsoft.VSTS.Common.BacklogPriority],[Microsoft.VSTS.Scheduling.Effort], [Microsoft.VSTS.Scheduling.RemainingWork],[System.Id] MODE (Recursive)"
+}
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/User Stories.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/User Stories.json
new file mode 100644
index 00000000..51864a4a
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/User Stories.json
@@ -0,0 +1,4 @@
+{
+ "name": "User Stories",
+ "wiql": "SELECT [System.Id],[System.WorkItemType],[System.Title],[System.AssignedTo],[System.State],[System.Tags] FROM workitems WHERE [System.TeamProject] = @project AND [System.WorkItemType] = 'Product Backlog Item' AND [System.State] <> ''"
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Work in Progress.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Work in Progress.json
new file mode 100644
index 00000000..15e55821
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/Queries/Work in Progress.json
@@ -0,0 +1,4 @@
+{
+ "name": "Work in Progress_WI",
+ "wiql": "SELECT [System.Id],[System.WorkItemType],[System.Title], [System.AssignedTo],[System.State],[Microsoft.VSTS.Scheduling.RemainingWork] FROM workitems WHERE [System.TeamProject] = @project AND [System.IterationPath] UNDER '$projectId$\\Sprint 2' AND [System.WorkItemType] IN GROUP 'Microsoft.TaskCategory' AND [System.State] = 'In Progress' ORDER BY [System.AssignedTo],[Microsoft.VSTS.Common.BacklogPriority],[System.Id]"
+}
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/WidgetQuery.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/WidgetQuery.json
new file mode 100644
index 00000000..e701221a
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Dashboard/WidgetQuery.json
@@ -0,0 +1,19 @@
+{
+ "name": "$name$",
+ "position": {
+ "row":"" ,
+ "column": ""
+ },
+ "size": {
+ "rowSpan": 1,
+ "columnSpan": 1
+ },
+ "settings":"{\"defaultBackgroundColor\":\"#e60017\",\"queryId\":\"$QueryId$\",\"queryName\":\"$QueryName$\",\"colorRules\":[]}",
+ "settingsVersion": {
+ "major": 1,
+ "minor": 0,
+ "patch": 0
+ },
+
+ "contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.QueryScalarWidget"
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ImportSourceCode/PartsUnlimited.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ImportSourceCode/PartsUnlimited.json
new file mode 100644
index 00000000..062a496b
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ImportSourceCode/PartsUnlimited.json
@@ -0,0 +1,9 @@
+{
+ "parameters": {
+ "gitSource": {
+ "url": "https://vstsdemodata.visualstudio.com/_git/PartsUnlimited"
+ },
+ "serviceEndpointId": "$PartsUnlimited-code$",
+ "deleteServiceEndpointAfterImportIsDone": true
+ }
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Iterations.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Iterations.json
new file mode 100644
index 00000000..a79b5796
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Iterations.json
@@ -0,0 +1,37 @@
+{
+ "children": [
+ {
+ "name": "Sprint 1",
+ "structureType": "iteration",
+ "hasChildren": false
+ },
+ {
+ "name": "Sprint 2",
+ "structureType": "iteration",
+ "hasChildren": false
+ },
+ {
+ "name": "Sprint 3",
+ "structureType": "iteration",
+ "hasChildren": false
+ },
+ {
+ "name": "Sprint 4",
+ "structureType": "iteration",
+ "hasChildren": false
+ },
+ {
+ "name": "Sprint 5",
+ "structureType": "iteration",
+ "hasChildren": false
+ },
+ {
+ "name": "Sprint 6",
+ "structureType": "iteration",
+ "hasChildren": false
+ }
+ ],
+ "name": "PartsUnlimited-tc",
+ "structureType": "iteration",
+ "hasChildren": true
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ProjectSettings.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ProjectSettings.json
new file mode 100644
index 00000000..1a849a56
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ProjectSettings.json
@@ -0,0 +1,5 @@
+{
+ "type": "Scrum",
+ "id": "6b724908-ef14-45cf-84f8-768b5384da45",
+ "users": []
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ProjectTemplate.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ProjectTemplate.json
new file mode 100644
index 00000000..1450aff9
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ProjectTemplate.json
@@ -0,0 +1,18 @@
+{
+ "Description": "Generated by Azure DevOps Demo Generator",
+ "Teams": "Teams.json",
+ "BoardColumns": "BoardColumns.json",
+ "ProjectSettings": "ProjectSettings.json",
+ "CardStyle": "UpdateCardStyles.json",
+ "CardField": "UpdateCardFields.json",
+ "BugfromTemplate": "Bug.json",
+ "EpicfromTemplate": "Epic.json",
+ "FeaturefromTemplate": "Feature.json",
+ "PBIfromTemplate": "ProductBacklogItem.json",
+ "UserStoriesFromTemplate": "UserStory.json",
+ "TaskfromTemplate": "Task.json",
+ "TestCasefromTemplate": "TestCase.json",
+ "SetEpic": "EnableEpic.json",
+ "TeamArea": "TeamArea.json",
+ "TemplateVersion": "2.0"
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/Comments/PullRequest1.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/Comments/PullRequest1.json
new file mode 100644
index 00000000..10a919ca
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/Comments/PullRequest1.json
@@ -0,0 +1,31 @@
+{
+ "count": 1,
+ "value": [
+ {
+ "comments": [
+ {
+ "parentCommentId": 0,
+ "content": "The fix looks good 👍 👍",
+ "commentType": 1
+ }
+ ],
+ "properties": {
+ "Microsoft.TeamFoundation.Discussion.SupportsMarkdown": {
+ "type": "System.Int32",
+ "value": 1
+
+ }
+ },
+ "status": 1,
+ "pullRequestThreadContext": null,
+ "threadContext": null,
+ "Replies": [
+ {
+ "content": "Thanks for the review 😃",
+ "parentCommentId": 1,
+ "commentType": 1
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/Comments/PullRequest2.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/Comments/PullRequest2.json
new file mode 100644
index 00000000..44db7f97
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/Comments/PullRequest2.json
@@ -0,0 +1,54 @@
+{
+ "count": 2,
+ "value": [
+ {
+ "comments": [
+ {
+ "parentCommentId": 0,
+ "content": "The Terms and conditions for Sales looks perfect. You will have to include support clause as well.",
+ "commentType": 1
+ }
+ ],
+ "properties": {
+ "Microsoft.TeamFoundation.Discussion.SupportsMarkdown": {
+ "type": "System.Int32",
+ "value": 1
+
+ }
+ },
+ "status": 1,
+ "pullRequestThreadContext": null,
+ "threadContext": null,
+ "Replies": [
+
+ ]
+ },
+ {
+ "comments": [
+ {
+ "parentCommentId": 0,
+ "content": "Updated Terms and Conditions with support clause. Please review.",
+ "commentType": 1
+ }
+ ],
+ "properties": {
+ "Microsoft.TeamFoundation.Discussion.SupportsMarkdown": {
+ "type": "System.Int32",
+ "value": 1
+
+ }
+ },
+ "status": 1,
+ "pullRequestThreadContext": null,
+ "threadContext": null,
+ "Replies": [
+ {
+ "content": "Awesome! Good to go 👍 👍",
+ "parentCommentId": 1,
+ "commentType": 1
+ }
+
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/PullRequest1.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/PullRequest1.json
new file mode 100644
index 00000000..25fa7f22
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/PullRequest1.json
@@ -0,0 +1,11 @@
+{
+ "title": "Fixed Product Search Functionality",
+ "description": "Please review",
+ "sourceRefName": "refs/heads/FixSearchFunctionality",
+ "targetRefName": "refs/heads/master",
+ "reviewers": [
+ {
+ "id": "$reviewer$"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/PullRequest2.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/PullRequest2.json
new file mode 100644
index 00000000..d10aa70f
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/PullRequests/PullRequest2.json
@@ -0,0 +1,11 @@
+{
+ "title": "Added Terms and Conditions for Sale in Layout.cshtml Page",
+ "description": "Updated _Layout.cshtml\nTerms and Conditions for Sale added",
+ "sourceRefName": "refs/heads/AddTerms&Conditions",
+ "targetRefName": "refs/heads/master",
+ "reviewers": [
+ {
+ "id": "$reviewer$"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/PartsUnlimited-code.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/PartsUnlimited-code.json
new file mode 100644
index 00000000..e52880fe
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/PartsUnlimited-code.json
@@ -0,0 +1,16 @@
+{
+ "data": {
+
+ },
+ "name": "PartsUnlimited-code",
+ "type": "git",
+ "url": "https://vstsdemodata.visualstudio.com/_git/PartsUnlimited",
+ "authorization": {
+ "scheme": "UsernamePassword",
+ "parameters": {
+ "username": "$username$",
+ "password": "$password$"
+ }
+ },
+ "isReady": true
+}
\ No newline at end of file
diff --git "a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/Visual Studio Enterprise \342\200\223 MPN (ab1ad37f-a64b-457e-9de2-d6589579fe0c).json" "b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/Visual Studio Enterprise \342\200\223 MPN (ab1ad37f-a64b-457e-9de2-d6589579fe0c).json"
new file mode 100644
index 00000000..0b99ca09
--- /dev/null
+++ "b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/Visual Studio Enterprise \342\200\223 MPN (ab1ad37f-a64b-457e-9de2-d6589579fe0c).json"
@@ -0,0 +1,23 @@
+{
+ "data": {
+ "environment": "AzureCloud",
+ "subscriptionId": "29D74CBA-3F54-44FE-B025-C7E1D6E4720D",
+ "subscriptionName": "Visual Studio Enterprise",
+ "scopeLevel": "Subscription"
+ },
+ "name": "Visual Studio Enterprise",
+ "type": "azurerm",
+ "url": "https://management.azure.com/",
+ "authorization": {
+ "parameters": {
+ "tenantId": "29D74CBA-3F54-44FE-B025-C7E1D6E4720D",
+ "servicePrincipalId": "29D74CBA-3F54-44FE-B025-C7E1D6E4720D",
+ "authenticationType": "spnKey",
+ "servicePrincipalKey": "spnKey"
+ },
+ "scheme": "ServicePrincipal"
+ },
+ "isShared": false,
+ "isReady": true,
+ "owner": "Library"
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/TeamArea.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/TeamArea.json
new file mode 100644
index 00000000..91d976bc
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/TeamArea.json
@@ -0,0 +1,9 @@
+{
+ "defaultValue": "$ProjectName$\\$AreaName$",
+ "values": [
+ {
+ "value": "$ProjectName$\\$AreaName$",
+ "includeChildren": false
+ }
+ ]
+}
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/BoardColumns.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/BoardColumns.json
new file mode 100644
index 00000000..3ea49fa9
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/BoardColumns.json
@@ -0,0 +1,109 @@
+[
+ {
+ "BoardName": "Epics",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Epic": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "In Progress",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Epic": "In Progress"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Done",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Epic": "Done"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ },
+ {
+ "BoardName": "Features",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Feature": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "In Progress",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Feature": "In Progress"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Done",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Feature": "Done"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ },
+ {
+ "BoardName": "Backlog Items",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Product Backlog Item": "New",
+ "Bug": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "Approved",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Product Backlog Item": "Approved",
+ "Bug": "Approved"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Committed",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Product Backlog Item": "Committed",
+ "Bug": "Committed"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Done",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Product Backlog Item": "Done",
+ "Bug": "Done"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/BoardRows.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/BoardRows.json
new file mode 100644
index 00000000..12166c80
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/BoardRows.json
@@ -0,0 +1,29 @@
+[
+ {
+ "BoardName": "Epics",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ },
+ {
+ "BoardName": "Features",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ },
+ {
+ "BoardName": "Backlog Items",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/CardFields.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/CardFields.json
new file mode 100644
index 00000000..624848f7
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/CardFields.json
@@ -0,0 +1,95 @@
+[
+ {
+ "cards": {
+ "Epic": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ }
+ ]
+ },
+ "BoardName": "Epics"
+ },
+ {
+ "cards": {
+ "Feature": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ }
+ ]
+ },
+ "BoardName": "Features"
+ },
+ {
+ "cards": {
+ "Product Backlog Item": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ },
+ {
+ "fieldIdentifier": "Microsoft.VSTS.Scheduling.Effort"
+ }
+ ],
+ "Bug": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ },
+ {
+ "fieldIdentifier": "Microsoft.VSTS.Scheduling.Effort"
+ }
+ ]
+ },
+ "BoardName": "Backlog Items"
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/CardStyles.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/CardStyles.json
new file mode 100644
index 00000000..35712990
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/CardStyles.json
@@ -0,0 +1,26 @@
+[
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Epics"
+ },
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Features"
+ },
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Backlog Items"
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/TeamSetting.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/TeamSetting.json
new file mode 100644
index 00000000..088608cf
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL-DB/TeamSetting.json
@@ -0,0 +1,8 @@
+{
+ "bugsBehavior": "asRequirements",
+ "backlogVisibilities": {
+ "Microsoft.EpicCategory": false,
+ "Microsoft.FeatureCategory": true,
+ "Microsoft.RequirementCategory": true
+ }
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/BoardColumns.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/BoardColumns.json
new file mode 100644
index 00000000..3ea49fa9
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/BoardColumns.json
@@ -0,0 +1,109 @@
+[
+ {
+ "BoardName": "Epics",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Epic": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "In Progress",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Epic": "In Progress"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Done",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Epic": "Done"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ },
+ {
+ "BoardName": "Features",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Feature": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "In Progress",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Feature": "In Progress"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Done",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Feature": "Done"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ },
+ {
+ "BoardName": "Backlog Items",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Product Backlog Item": "New",
+ "Bug": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "Approved",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Product Backlog Item": "Approved",
+ "Bug": "Approved"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Committed",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Product Backlog Item": "Committed",
+ "Bug": "Committed"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Done",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Product Backlog Item": "Done",
+ "Bug": "Done"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/BoardRows.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/BoardRows.json
new file mode 100644
index 00000000..12166c80
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/BoardRows.json
@@ -0,0 +1,29 @@
+[
+ {
+ "BoardName": "Epics",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ },
+ {
+ "BoardName": "Features",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ },
+ {
+ "BoardName": "Backlog Items",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/CardFields.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/CardFields.json
new file mode 100644
index 00000000..624848f7
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/CardFields.json
@@ -0,0 +1,95 @@
+[
+ {
+ "cards": {
+ "Epic": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ }
+ ]
+ },
+ "BoardName": "Epics"
+ },
+ {
+ "cards": {
+ "Feature": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ }
+ ]
+ },
+ "BoardName": "Features"
+ },
+ {
+ "cards": {
+ "Product Backlog Item": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ },
+ {
+ "fieldIdentifier": "Microsoft.VSTS.Scheduling.Effort"
+ }
+ ],
+ "Bug": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ },
+ {
+ "fieldIdentifier": "Microsoft.VSTS.Scheduling.Effort"
+ }
+ ]
+ },
+ "BoardName": "Backlog Items"
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/CardStyles.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/CardStyles.json
new file mode 100644
index 00000000..35712990
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/CardStyles.json
@@ -0,0 +1,26 @@
+[
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Epics"
+ },
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Features"
+ },
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Backlog Items"
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/TeamSetting.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/TeamSetting.json
new file mode 100644
index 00000000..088608cf
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PUL/TeamSetting.json
@@ -0,0 +1,8 @@
+{
+ "bugsBehavior": "asRequirements",
+ "backlogVisibilities": {
+ "Microsoft.EpicCategory": false,
+ "Microsoft.FeatureCategory": true,
+ "Microsoft.RequirementCategory": true
+ }
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/BoardColumns.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/BoardColumns.json
new file mode 100644
index 00000000..996b56c2
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/BoardColumns.json
@@ -0,0 +1,109 @@
+[
+ {
+ "BoardName": "Epics",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Epic": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "In Progress",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Epic": "In Progress"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Done",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Epic": "Done"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ },
+ {
+ "BoardName": "Features",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Feature": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "In Progress",
+ "itemLimit": 5,
+ "stateMappings": {
+ "Feature": "In Progress"
+ },
+ "columnType": "inProgress",
+ "isSplit": false,
+ "description": ""
+ },
+ {
+ "name": "Done",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Feature": "Done"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ },
+ {
+ "BoardName": "Backlog Items",
+ "value": [
+ {
+ "name": "New",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Product Backlog Item": "New",
+ "Bug": "New"
+ },
+ "columnType": "incoming"
+ },
+ {
+ "name": "Design",
+ "itemLimit": 10,
+ "stateMappings": {
+ "Product Backlog Item": "Approved",
+ "Bug": "Approved"
+ },
+ "columnType": "inProgress",
+ "isSplit": true,
+ "description": "Defintion of Done for the In Progress column:\n\nFor App Dev Team\n-------------------\n 1. Prototype approved by stakeholders\n 2. User stories submitted\n 3. Time and effort estimation completed\n\nPlease be sure that all of these are **complete** before moving something into the *Done* section of the In Progress column. Please refer to the [Team Wiki](http://devopsconferences.visualstudio.com/wiki) site for more details"
+ },
+ {
+ "name": "Develop & Test",
+ "itemLimit": 15,
+ "stateMappings": {
+ "Product Backlog Item": "Committed",
+ "Bug": "Committed"
+ },
+ "columnType": "inProgress",
+ "isSplit": true,
+ "description": "Defintion of Done for the In Progress column:\n 1. All unit test written\n 2. Tested by someone other than yourself\n 3. Upgrade scripts written and tested\nPlease be sure that all of these are **complete** before moving something into the *Done* section of the In Progress column. Please refer to the [Team Wiki](http://devopsconferences.visualstudio.com/wiki) site for more details"
+ },
+ {
+ "name": "Done",
+ "itemLimit": 0,
+ "stateMappings": {
+ "Product Backlog Item": "Done",
+ "Bug": "Done"
+ },
+ "columnType": "outgoing"
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/BoardRows.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/BoardRows.json
new file mode 100644
index 00000000..eb4de87f
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/BoardRows.json
@@ -0,0 +1,33 @@
+[
+ {
+ "BoardName": "Epics",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ },
+ {
+ "BoardName": "Features",
+ "value": [
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ },
+ {
+ "BoardName": "Backlog Items",
+ "value": [
+ {
+ "id": "fd08f0e8-2ddb-4981-841e-7afe43c40841",
+ "name": "Expedite"
+ },
+ {
+ "id": "00000000-0000-0000-0000-000000000000",
+ "name": null
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/CardFields.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/CardFields.json
new file mode 100644
index 00000000..4e9e7561
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/CardFields.json
@@ -0,0 +1,115 @@
+[
+ {
+ "cards": {
+ "Epic": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ }
+ ]
+ },
+ "BoardName": "Epics"
+ },
+ {
+ "cards": {
+ "Feature": [
+ {
+ "fieldIdentifier": "System.Id"
+ },
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName"
+ },
+ {
+ "fieldIdentifier": "System.Tags"
+ },
+ {
+ "fieldIdentifier": "System.State"
+ }
+ ]
+ },
+ "BoardName": "Features"
+ },
+ {
+ "cards": {
+ "Bug": [
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "Microsoft.VSTS.Common.Severity"
+ },
+ {
+ "fieldIdentifier": "System.AreaPath"
+ },
+ {
+ "fieldIdentifier": "System.Id",
+ "displayType": "CORE"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName",
+ "displayType": "CORE"
+ },
+ {
+ "fieldIdentifier": "Microsoft.VSTS.Scheduling.Effort",
+ "displayType": "CORE"
+ },
+ {
+ "fieldIdentifier": "System.Tags",
+ "displayType": "CORE"
+ },
+ {
+ "showEmptyFields": "true"
+ }
+ ],
+ "Product Backlog Item": [
+ {
+ "fieldIdentifier": "System.Title"
+ },
+ {
+ "fieldIdentifier": "System.AreaPath"
+ },
+ {
+ "fieldIdentifier": "Microsoft.VSTS.Common.Priority"
+ },
+ {
+ "fieldIdentifier": "System.Id",
+ "displayType": "CORE"
+ },
+ {
+ "fieldIdentifier": "System.AssignedTo",
+ "displayFormat": "AvatarAndFullName",
+ "displayType": "CORE"
+ },
+ {
+ "fieldIdentifier": "Microsoft.VSTS.Scheduling.Effort",
+ "displayType": "CORE"
+ },
+ {
+ "fieldIdentifier": "System.Tags",
+ "displayType": "CORE"
+ },
+ {
+ "showEmptyFields": "true"
+ }
+ ]
+ },
+ "BoardName": "Backlog Items"
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/CardStyles.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/CardStyles.json
new file mode 100644
index 00000000..35712990
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/CardStyles.json
@@ -0,0 +1,26 @@
+[
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Epics"
+ },
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Features"
+ },
+ {
+ "url": "",
+ "rules": {
+ "tagStyle": []
+ },
+ "_links": "{}",
+ "BoardName": "Backlog Items"
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/TeamSetting.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/TeamSetting.json
new file mode 100644
index 00000000..4e76a5fa
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/PartsUnlimited-tc Team/TeamSetting.json
@@ -0,0 +1,8 @@
+{
+ "bugsBehavior": "asRequirements",
+ "backlogVisibilities": {
+ "Microsoft.EpicCategory": true,
+ "Microsoft.FeatureCategory": true,
+ "Microsoft.RequirementCategory": true
+ }
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/Teams.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/Teams.json
new file mode 100644
index 00000000..45700570
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/Teams/Teams.json
@@ -0,0 +1,20 @@
+[
+ {
+ "id": "a1f8afcd-dfaa-49ef-abc1-ab18fee7911a",
+ "name": "PUL-DB",
+ "description": "PUL DB Team",
+ "isDefault": "false"
+ },
+ {
+ "id": "d3e8e679-c20d-428d-928d-1464a76858e7",
+ "name": "PartsUnlimited-tc Team",
+ "description": "The default project team.",
+ "isDefault": "true"
+ },
+ {
+ "id": "0c38fbe0-cb50-4f47-9a66-d2c3594f0e58",
+ "name": "PUL",
+ "description": "Parts Unlimited Web Team",
+ "isDefault": "false"
+ }
+]
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/TestPlans/TestSuites/TestPlan1.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/TestPlans/TestSuites/TestPlan1.json
new file mode 100644
index 00000000..2f03dea8
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/TestPlans/TestSuites/TestPlan1.json
@@ -0,0 +1,137 @@
+{
+ "value": [
+ {
+ "name": "$45771$ : Provide tentative duration for shipping.",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45771$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45897" ]
+ },
+ {
+ "name": "$45758$ : Provide related items or frequently bought together section when people browse or search",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45758$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45898" ]
+ },
+ {
+ "name": "$45772$ : Notify the user about any changes made to the order",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45772$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45899" ]
+ },
+ {
+ "name": "$45768$ : As a customer, I would like to store my credit card details securely",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45768$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45900","45903","45904" ]
+ },
+ {
+ "name": "$45762$ : As a customer, I would like to have a sort capabaility by price and customer ratings",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45762$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45901" ]
+ },
+ {
+ "name": "$45761$ : As a customer, I should be able to print my purchase order",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45761$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45902" ]
+ },
+ {
+ "name": "$45764$ : As a customer, I would like to save my addresses so that I can easily select the address for delivery",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45764$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45864" ]
+ },
+ {
+ "name": "$45775$ : As a customer, I would like to have a wishlist where I can add items for future purchase",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45775$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45863" ]
+ },
+ {
+ "name": "$45774$ : As a customer, I would like to provide my feedback on items that I have purchased",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45774$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45865" ]
+ },
+ {
+ "name": "$45773$ : As a admin, I should be able to update prices on ad-hoc condition",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45773$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45862" ]
+ },
+ {
+ "name": "$45760$ : As a customer, I should be able to put items to shopping cart",
+ "plan": {
+ "id": "$planID$",
+ "name": "$planName$"
+ },
+ "requirementIds": ["$45760$"],
+ "revision": 1,
+ "suiteType": "RequirementTestSuite",
+ "inheritDefaultConfigurations": true,
+ "TestCases": [ "45861","45905","45906" ]
+ }
+ ],
+ "count": 11
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Bug.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Bug.json
new file mode 100644
index 00000000..68d62fd0
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Bug.json
@@ -0,0 +1,104 @@
+{
+ "count": 2,
+ "value": [
+ {
+ "id": 12426,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 3",
+ "System.WorkItemType": "Bug",
+ "System.State": "New",
+ "System.Reason": "New defect reported",
+ "System.CreatedDate": "2023-12-19T08:21:45.977Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:45.977Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Sel_IE_Navigate Failed in 2488",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Sel_IE_Navigate Failed in 2488",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12288",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12426"
+ },
+ {
+ "id": 12427,
+ "rev": 3,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Bug",
+ "System.State": "Approved",
+ "System.Reason": "Approved by the Product Owner",
+ "System.CreatedDate": "2023-12-19T08:21:46.433Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:59.72Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Decline in orders noticed - Please Investigate immediately",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Decline in orders noticed - Please Investigate immediately",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 1.0,
+ "System.BoardLane": "Expedite",
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "AttachedFile",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/attachments/be8215ac-d583-40b6-9620-7e1ed8d8eea9",
+ "attributes": {
+ "authorizedDate": "2023-12-19T08:21:59.423Z",
+ "id": "7741214",
+ "resourceCreatedDate": "2023-12-19T08:21:59.423Z",
+ "resourceModifiedDate": "2023-12-19T08:21:59.423Z",
+ "revisedDate": "9999-01-01T00:00:00Z",
+ "name": "appInsights.png"
+ }
+ },
+ {
+ "rel": "ArtifactLink",
+ "url": "vstfs:///Git/PullRequestId/f8066fe0-646f-4433-a7a6-ef44ab469f50%2F%2F$Fixed Product Search Functionality$",
+ "attributes": {
+ "authorizedDate": "2023-12-19T08:21:59.72Z",
+ "id": "7741215",
+ "resourceCreatedDate": "2023-12-19T08:21:59.72Z",
+ "resourceModifiedDate": "2023-12-19T08:21:59.72Z",
+ "revisedDate": "9999-01-01T00:00:00Z",
+ "name": "Pull Request"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12427"
+ }
+ ],
+ "HttpStatusCode": 0,
+ "Message": null
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Epic.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Epic.json
new file mode 100644
index 00000000..f0ef8a07
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Epic.json
@@ -0,0 +1,675 @@
+{
+ "count": 16,
+ "value": [
+ {
+ "id": 12428,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "New",
+ "System.Reason": "New epic",
+ "System.CreatedDate": "2023-12-19T08:21:46.73Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:46.73Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As marketer, I want to run an A|B test on alternative Web Sites using Application Insights.",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "As marketer, I want to run an A|B test on alternative Web Sites using Application Insights.",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12296",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12428"
+ },
+ {
+ "id": 12429,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "New",
+ "System.Reason": "New epic",
+ "System.CreatedDate": "2023-12-19T08:21:47.057Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:47.057Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Shopping Cart Facility",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Shopping Cart Facility",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12290",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ },
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12293",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ },
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12297",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ },
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12292",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12429"
+ },
+ {
+ "id": 12430,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "New",
+ "System.Reason": "New epic",
+ "System.CreatedDate": "2023-12-19T08:21:47.357Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:47.357Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Online tracking of shipments",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Online tracking of shipments",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12291",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ },
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12294",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12430"
+ },
+ {
+ "id": 12431,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "New",
+ "System.Reason": "New epic",
+ "System.CreatedDate": "2023-12-19T08:21:47.64Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:47.64Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Product reviews and ratings",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Product reviews and ratings",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12288",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ },
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12289",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12431"
+ },
+ {
+ "id": 12432,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "New",
+ "System.Reason": "New epic",
+ "System.CreatedDate": "2023-12-19T08:21:48.613Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:48.613Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Promotion and Rewards",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Promotion and Rewards",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12301",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ },
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12298",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12432"
+ },
+ {
+ "id": 12433,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "New",
+ "System.Reason": "New epic",
+ "System.CreatedDate": "2023-12-19T08:21:48.997Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:48.997Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Notification",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Notification",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12295",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12433"
+ },
+ {
+ "id": 12434,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "New",
+ "System.Reason": "New epic",
+ "System.CreatedDate": "2023-12-19T08:21:49.29Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:49.29Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Membership and Rewards Program",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Membership and Rewards Program",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12287",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ },
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12286",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12434"
+ },
+ {
+ "id": 12435,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "New",
+ "System.Reason": "New epic",
+ "System.CreatedDate": "2023-12-19T08:21:49.58Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:49.58Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Customer Service",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Customer Service",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12299",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ },
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12300",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12435"
+ },
+ {
+ "id": 12436,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "New",
+ "System.Reason": "New epic",
+ "System.CreatedDate": "2023-12-19T08:21:50.53Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:50.53Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Product Catalog",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Product Catalog",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12302",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12436"
+ },
+ {
+ "id": 12437,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "New",
+ "System.Reason": "New epic",
+ "System.CreatedDate": "2023-12-19T08:21:50.84Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:50.84Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Payment",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Payment",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12303",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12437"
+ },
+ {
+ "id": 12438,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:51.133Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:51.133Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As ops guy, I'd like to make sure I am notified anytime public availability is impacted for key user scenarios",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "As ops guy, I'd like to make sure I am notified anytime public availability is impacted for key user scenarios",
+ "System.AssignedTo": "ckelly109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12438"
+ },
+ {
+ "id": 12439,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:51.43Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:51.43Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a user i want to be able to search the PartsUnlimited Website so that i can find the products i want to purchase",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "As a user i want to be able to search the PartsUnlimited Website so that i can find the products i want to purchase",
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12439"
+ },
+ {
+ "id": 12440,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:51.76Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:51.76Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a marketeer i want our website to be performant and available around the world",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "As a marketeer i want our website to be performant and available around the world",
+ "System.AssignedTo": "craig109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12440"
+ },
+ {
+ "id": 12441,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:52.063Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:52.063Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "We want to make frequent enhancements to the MRP application and need to modernize the application from its current legacy state.",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "We want to make frequent enhancements to the MRP application and need to modernize the application from its current legacy state.",
+ "System.AssignedTo": "nmunger109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12441"
+ },
+ {
+ "id": 12442,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:52.37Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:52.37Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As ops guy, I'd like to keep the business owners happy ensuring there is no wasted spend in cloud resources.",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "As ops guy, I'd like to keep the business owners happy ensuring there is no wasted spend in cloud resources.",
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12442"
+ },
+ {
+ "id": 12443,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Epic",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:52.67Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:52.67Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As developer, I want to use Azure Machine Learning to provide a recommendations engine behind the website.",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "As developer, I want to use Azure Machine Learning to provide a recommendations engine behind the website.",
+ "System.AssignedTo": "craig109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12443"
+ }
+ ],
+ "HttpStatusCode": 0,
+ "Message": null
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Feature.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Feature.json
new file mode 100644
index 00000000..e4d87dbf
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Feature.json
@@ -0,0 +1,878 @@
+{
+ "count": 22,
+ "value": [
+ {
+ "id": 12286,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:20:57.527Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:20:57.527Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Points Accural on Purchases",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Points Accural on Purchases",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12434",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12286"
+ },
+ {
+ "id": 12287,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:20:58.01Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:20:58.01Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Rewards Redemption",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Rewards Redemption",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12434",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12287"
+ },
+ {
+ "id": 12288,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:20:58.343Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:20:58.343Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Ratings for purchased items",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Ratings for purchased items",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12426",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Child"
+ }
+ },
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12431",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12288"
+ },
+ {
+ "id": 12289,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:20:59.703Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:20:59.703Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Supplier Feedback",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Supplier Feedback",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12431",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12289"
+ },
+ {
+ "id": 12290,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:00.187Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:00.187Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Shipping charges calculation",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Shipping charges calculation",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12429",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12290"
+ },
+ {
+ "id": 12291,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:01.04Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:01.04Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Delivery Options",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Delivery Options",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12430",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12291"
+ },
+ {
+ "id": 12292,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:01.34Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:01.34Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Order cancellation",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Order cancellation",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12429",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12292"
+ },
+ {
+ "id": 12293,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:01.627Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:01.627Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Order confirmation",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Order confirmation",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12429",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12293"
+ },
+ {
+ "id": 12294,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:02.6Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:02.6Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Delivery confirmation",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Delivery confirmation",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12430",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12294"
+ },
+ {
+ "id": 12295,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:03.04Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:03.04Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Customer notification",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Customer notification",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12433",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12295"
+ },
+ {
+ "id": 12296,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:03.473Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:03.473Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As marketeer, I want us to reuse the web assets for apps on Android and iOS with corporate branding, and I will want to be able to update the device apps with every marketing promotion. That will mean using Cordova.",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "As marketeer, I want us to reuse the web assets for apps on Android and iOS with corporate branding, and I will want to be able to update the device apps with every marketing promotion. That will mean using Cordova.",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12428",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12296"
+ },
+ {
+ "id": 12297,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:03.78Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:03.78Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Gift Options",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Gift Options",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12429",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12297"
+ },
+ {
+ "id": 12298,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:04.09Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:04.09Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Ad-hoc promotions",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Ad-hoc promotions",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12432",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12298"
+ },
+ {
+ "id": 12299,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:04.367Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:04.367Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Customer issues",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Customer issues",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12435",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12299"
+ },
+ {
+ "id": 12300,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:04.663Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:04.663Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Ask for customer feedback",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Ask for customer feedback",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12435",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12300"
+ },
+ {
+ "id": 12301,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:04.97Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:04.97Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Product Recommendations",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Product Recommendations",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12432",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12301"
+ },
+ {
+ "id": 12302,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:05.267Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:05.267Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Product catalog changes",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Product catalog changes",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12436",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12302"
+ },
+ {
+ "id": 12303,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Feature",
+ "System.State": "New",
+ "System.Reason": "New feature",
+ "System.CreatedDate": "2023-12-19T08:21:06Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:06Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Credit Card Purchase",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Credit Card Purchase",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "System.LinkTypes.Hierarchy-Reverse",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12437",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Parent"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12303"
+ },
+ {
+ "id": 12304,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Feature",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:06.283Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:06.283Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Ops needs the ability to quickly roll back to a known good state in the event of a critical problem in production.",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Ops needs the ability to quickly roll back to a known good state in the event of a critical problem in production.",
+ "System.AssignedTo": "nmunger109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12304"
+ },
+ {
+ "id": 12305,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Feature",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:06.57Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:06.57Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As an Ops guy, I want to ensure that the legacy MRP system configuration is consistent.",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "As an Ops guy, I want to ensure that the legacy MRP system configuration is consistent.",
+ "System.AssignedTo": "craig109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12305"
+ },
+ {
+ "id": 12306,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Feature",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:06.867Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:06.867Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a business owner, I would like to know how much our historical spend is to help project future spend for budgeting + financials.",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "As a business owner, I would like to know how much our historical spend is to help project future spend for budgeting + financials.",
+ "System.AssignedTo": "lsteel109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12306"
+ },
+ {
+ "id": 12307,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Feature",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:07.183Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:07.183Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a marketeer i want our website to be performant and available around the world",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "As a marketeer i want our website to be performant and available around the world",
+ "System.AssignedTo": "lsteel109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12307"
+ }
+ ],
+ "HttpStatusCode": 0,
+ "Message": null
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Product Backlog Item.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Product Backlog Item.json
new file mode 100644
index 00000000..7a42ca1c
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Product Backlog Item.json
@@ -0,0 +1,711 @@
+{
+ "count": 18,
+ "value": [
+ {
+ "id": 12308,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "New",
+ "System.Reason": "New backlog item",
+ "System.CreatedDate": "2023-12-19T08:21:07.47Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:07.47Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Provide related items or frequently bought together section when people browse or search",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Provide related items or frequently bought together section when people browse or search",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12411",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12308"
+ },
+ {
+ "id": 12309,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "New",
+ "System.Reason": "Moved to the backlog",
+ "System.CreatedDate": "2023-12-19T08:21:07.77Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:07.77Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As tester, I need to test the website on all the relevant broswers and devices and be sure that it can handle our load.",
+ "Microsoft.VSTS.Scheduling.Effort": 8.0,
+ "System.Description": "As tester, I need to test the website on all the relevant broswers and devices and be sure that it can handle our load.",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12309"
+ },
+ {
+ "id": 12310,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "New",
+ "System.Reason": "Moved to the backlog",
+ "System.CreatedDate": "2023-12-19T08:21:08.06Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:08.06Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a customer, I should be able to put items to shopping cart",
+ "Microsoft.VSTS.Scheduling.Effort": 8.0,
+ "System.Description": "As a customer, I should be able to put items to shopping cart",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12423",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ },
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12424",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ },
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12422",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12310"
+ },
+ {
+ "id": 12311,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "New",
+ "System.Reason": "Moved to the backlog",
+ "System.CreatedDate": "2023-12-19T08:21:09.047Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:09.047Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a customer, I should be able to print my purchase order",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Ops needs the ability to quickly roll back to a known good state in the event of a critical problem in production.",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12417",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12311"
+ },
+ {
+ "id": 12312,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "New",
+ "System.Reason": "New backlog item",
+ "System.CreatedDate": "2023-12-19T08:21:09.337Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:09.337Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a customer, I would like to have a sort capabaility by price and customer ratings",
+ "Microsoft.VSTS.Scheduling.Effort": 13.0,
+ "System.Description": "As developer, I want a clone of the Phoenix feedback and events database",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 1.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12416",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12312"
+ },
+ {
+ "id": 12313,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 4",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "New",
+ "System.Reason": "New backlog item",
+ "System.CreatedDate": "2023-12-19T08:21:09.63Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:09.63Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Recommended products must be based on customer purchase pattern history",
+ "Microsoft.VSTS.Scheduling.Effort": 2.0,
+ "System.Description": "Recommended products must be based on customer purchase pattern history",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 10.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12313"
+ },
+ {
+ "id": 12314,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "New",
+ "System.Reason": "Moved to the backlog",
+ "System.CreatedDate": "2023-12-19T08:21:09.95Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:09.95Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a customer, I would like to save my addresses so that I can easily select the address for delivery",
+ "Microsoft.VSTS.Scheduling.Effort": 8.0,
+ "System.Description": "As a customer, I would like to save my addresses so that I can easily select the address for delivery",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12418",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12314"
+ },
+ {
+ "id": 12315,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "New",
+ "System.Reason": "Moved to the backlog",
+ "System.CreatedDate": "2023-12-19T08:21:10.93Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:10.93Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As marketer, I want to run an A|B test on alternative Web Sites using Application Insights.",
+ "Microsoft.VSTS.Scheduling.Effort": 3.0,
+ "System.Description": "As marketer, I want to run an A|B test on alternative Web Sites using Application Insights.",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12315"
+ },
+ {
+ "id": 12316,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:11.223Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:11.223Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Provide customers the ability to track status of the package",
+ "Microsoft.VSTS.Scheduling.Effort": 2.0,
+ "System.Description": "Provide customers the ability to track status of the package",
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12316"
+ },
+ {
+ "id": 12317,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-19T08:21:11.543Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:11.543Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a customer, I would like to have the ability to send my items as gift",
+ "Microsoft.VSTS.Scheduling.Effort": 5.0,
+ "System.Description": "As a customer, I would like to have the ability to send my items as gift",
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12317"
+ },
+ {
+ "id": 12318,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "Committed",
+ "System.Reason": "Additional work found",
+ "System.CreatedDate": "2023-12-19T08:21:11.843Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:11.843Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a customer, I would like to store my credit card details securely",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "More information here",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12415",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ },
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12414",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ },
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12413",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12318"
+ },
+ {
+ "id": 12319,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "Committed",
+ "System.Reason": "Commitment made by the team",
+ "System.CreatedDate": "2023-12-19T08:21:12.143Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:12.143Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a customer, I should be able to select different shipping option",
+ "Microsoft.VSTS.Scheduling.Effort": 2.0,
+ "System.Description": "As a customer, I should be able to view all the shipping options available and be able to select a different shipping option other than the default option",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 1.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12319"
+ },
+ {
+ "id": 12320,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "Committed",
+ "System.Reason": "Commitment made by the team",
+ "System.CreatedDate": "2023-12-19T08:21:12.43Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:12.43Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As developer, I want to use Azure Machine Learning to provide a recommendations engine behind the website.",
+ "Microsoft.VSTS.Scheduling.Effort": 2.0,
+ "System.Description": "As developer, I want to use Azure Machine Learning to provide a recommendations engine behind the website.",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 1.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12320"
+ },
+ {
+ "id": 12321,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 2",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "Committed",
+ "System.Reason": "Commitment made by the team",
+ "System.CreatedDate": "2023-12-19T08:21:12.73Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:12.73Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Provide tentative duration for shipping.",
+ "Microsoft.VSTS.Scheduling.Effort": 13.0,
+ "System.Description": "Customers when they make the order and select the shipping method, the system should provide the tentative duration for shipping the items",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12425",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12321"
+ },
+ {
+ "id": 12322,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "Approved",
+ "System.Reason": "Work stopped",
+ "System.CreatedDate": "2023-12-19T08:21:13.01Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:13.01Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Notify the user about any changes made to the order",
+ "Microsoft.VSTS.Scheduling.Effort": 10.0,
+ "System.Description": "Users should be notified when there is a change to the order including shipping, delivery, price changes",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12412",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12322"
+ },
+ {
+ "id": 12323,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "Approved",
+ "System.Reason": "Additional work found",
+ "System.CreatedDate": "2023-12-19T08:21:13.317Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:13.317Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a admin, I should be able to update prices on ad-hoc condition",
+ "Microsoft.VSTS.Scheduling.Effort": 6.0,
+ "System.Description": "As a admin, I should be able to update prices on ad-hoc condition. The prices should be immediately reflected on the product page. Any unconfirmed order should include the updated price ",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12421",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12323"
+ },
+ {
+ "id": 12324,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "Approved",
+ "System.Reason": "Additional work found",
+ "System.CreatedDate": "2023-12-19T08:21:13.603Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:13.603Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a customer, I would like to provide my feedback on items that I have purchased",
+ "Microsoft.VSTS.Scheduling.Effort": 5.0,
+ "System.Description": "As a customer, I would like to provide my feedback on items that I have purchased",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12420",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12324"
+ },
+ {
+ "id": 12325,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 2",
+ "System.WorkItemType": "Product Backlog Item",
+ "System.State": "Approved",
+ "System.Reason": "Approved by the Product Owner",
+ "System.CreatedDate": "2023-12-19T08:21:13.9Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:13.9Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a customer, I would like to have a wishlist where I can add items for future purchase",
+ "Microsoft.VSTS.Scheduling.Effort": 2.0,
+ "System.Description": "As a customer, I would like to have a wishlist where I can add items for future purchase",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 1.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "Microsoft.VSTS.Common.TestedBy-Forward",
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12419",
+ "attributes": {
+ "isLocked": "false",
+ "comment": "Making a new link for the dependency",
+ "name": "Tested By"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12325"
+ }
+ ],
+ "HttpStatusCode": 0,
+ "Message": null
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Task.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Task.json
new file mode 100644
index 00000000..579f78e5
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Task.json
@@ -0,0 +1,919 @@
+{
+ "count": 29,
+ "value": [
+ {
+ "id": 12326,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 3",
+ "System.WorkItemType": "Task",
+ "System.State": "To Do",
+ "System.Reason": "New task",
+ "System.CreatedDate": "2023-12-15T08:21:14.14Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:14.2Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Update navigation",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Update navigation",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12326"
+ },
+ {
+ "id": 12327,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 3",
+ "System.WorkItemType": "Task",
+ "System.State": "To Do",
+ "System.Reason": "New task",
+ "System.CreatedDate": "2023-12-16T08:21:14.14Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:14.497Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Add categories",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Add categories",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12327"
+ },
+ {
+ "id": 12328,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 3",
+ "System.WorkItemType": "Task",
+ "System.State": "To Do",
+ "System.Reason": "New task",
+ "System.CreatedDate": "2023-12-17T08:21:14.14Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:14.783Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "New bug",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "New bug",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12328"
+ },
+ {
+ "id": 12329,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 3",
+ "System.WorkItemType": "Task",
+ "System.State": "To Do",
+ "System.Reason": "New task",
+ "System.CreatedDate": "2023-12-15T08:21:14.14Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:15.09Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Be sure and include a dark theme",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Be sure and include a dark theme",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12329"
+ },
+ {
+ "id": 12330,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "To Do",
+ "System.Reason": "New task",
+ "System.CreatedDate": "2023-12-15T08:21:15.15Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:15.39Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "testzzz",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "testzzz",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12330"
+ },
+ {
+ "id": 12331,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "To Do",
+ "System.Reason": "New task",
+ "System.CreatedDate": "2023-12-17T08:21:15.15Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:15.69Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Update the prices on web pages",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Update the prices on web pages",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 8.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12331"
+ },
+ {
+ "id": 12332,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "To Do",
+ "System.Reason": "New task",
+ "System.CreatedDate": "2023-12-17T08:21:15.15Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:15.977Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Develop the logic to display geo dependent prices",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Develop the logic to display geo dependent prices",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 5.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12332"
+ },
+ {
+ "id": 12333,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "To Do",
+ "System.Reason": "New task",
+ "System.CreatedDate": "2023-12-16T08:21:16.16Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:16.273Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Check new pricing for lights, brakes and wheels",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Check new pricing for lights, brakes and wheels",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 3.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12333"
+ },
+ {
+ "id": 12334,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 2",
+ "System.WorkItemType": "Task",
+ "System.State": "To Do",
+ "System.Reason": "New task",
+ "System.CreatedDate": "2023-12-17T08:21:16.16Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:16.567Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Update product selection section to move items to wishlist",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Automation to include creation of the SQL DB on Azure",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 12.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12334"
+ },
+ {
+ "id": 12335,
+ "rev": 2,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 4",
+ "System.WorkItemType": "Task",
+ "System.State": "To Do",
+ "System.Reason": "New task",
+ "System.CreatedDate": "2023-12-17T08:21:16.16Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:53.32Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Add Terms and Conditions for Sale & Support in Layout.cshtml Page",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Add Terms and Conditions for Sale & Support in Layout.cshtml Page",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": [
+ {
+ "rel": "ArtifactLink",
+ "url": "vstfs:///Git/PullRequestId/f8066fe0-646f-4433-a7a6-ef44ab469f50%2F%2F$Added Terms and Conditions for Sale in Layout.cshtml Page$",
+ "attributes": {
+ "authorizedDate": "2023-12-19T08:21:53.32Z",
+ "id": "7741213",
+ "resourceCreatedDate": "2023-12-19T08:21:53.32Z",
+ "resourceModifiedDate": "2023-12-19T08:21:53.32Z",
+ "revisedDate": "9999-01-01T00:00:00Z",
+ "name": "Pull Request"
+ }
+ }
+ ],
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12335"
+ },
+ {
+ "id": 12336,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "In Progress",
+ "System.Reason": "Work started",
+ "System.CreatedDate": "2023-12-16T08:21:16.16Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:17.15Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Trial CD in staging",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Trial CD in staging",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12336"
+ },
+ {
+ "id": 12337,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "In Progress",
+ "System.Reason": "Additional work found",
+ "System.CreatedDate": "2023-12-17T08:21:17.17Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:17.45Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Approval for price change",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 3.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12337"
+ },
+ {
+ "id": 12338,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 2",
+ "System.WorkItemType": "Task",
+ "System.State": "In Progress",
+ "System.Reason": "Work started",
+ "System.CreatedDate": "2023-12-15T08:21:17.17Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:17.733Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Add wishlist page",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 8.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12338"
+ },
+ {
+ "id": 12339,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "In Progress",
+ "System.Reason": "Additional work found",
+ "System.CreatedDate": "2023-12-15T08:21:17.17Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:18.033Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Display price change in the product section",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "The price change for a product should be displayed with a proper graphic depending on whether the price increase or decrease",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12339"
+ },
+ {
+ "id": 12340,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "In Progress",
+ "System.Reason": "Additional work found",
+ "System.CreatedDate": "2023-12-15T08:21:18.18Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:18.34Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Update price changes to unfinished orders",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12340"
+ },
+ {
+ "id": 12341,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "In Progress",
+ "System.Reason": "Additional work found",
+ "System.CreatedDate": "2023-12-15T08:21:18.18Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:18.64Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Design Feedback page",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Design the UI for a feedback section/page",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12341"
+ },
+ {
+ "id": 12342,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "In Progress",
+ "System.Reason": "Additional work found",
+ "System.CreatedDate": "2023-12-16T08:21:18.18Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:18.923Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Create Storyboard",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Create Storyboard that shows the customer experience of providing feedback ",
+ "System.AssignedTo": null,
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12342"
+ },
+ {
+ "id": 12343,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-15T08:21:19.19Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:19.223Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Storyboard the Dashboard",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Storyboard the Dashboard",
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12343"
+ },
+ {
+ "id": 12344,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-16T08:21:19.19Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:19.54Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Develop the logic to display geo dependent prices",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Develop the logic to display geo dependent prices",
+ "System.AssignedTo": "nmunger109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12344"
+ },
+ {
+ "id": 12345,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-17T08:21:19.19Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:19.837Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Prototype Azure WS",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Prototype Azure WS",
+ "System.AssignedTo": "lsteel109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12345"
+ },
+ {
+ "id": 12346,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-17T08:21:19.19Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:20.13Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Storyboard the Azure WS",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Storyboard the Azure WS",
+ "System.AssignedTo": "lsteel109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12346"
+ },
+ {
+ "id": 12347,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-17T08:21:20.2Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:20.5Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Create Storyboard",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Create Storyboard",
+ "System.AssignedTo": "nmunger109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12347"
+ },
+ {
+ "id": 12348,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-17T08:21:20.2Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:20.787Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Update Orders page",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": "Update Orders page",
+ "System.AssignedTo": "lsteel109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12348"
+ },
+ {
+ "id": 12349,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-17T08:21:20.2Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:21.073Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Add shipment tracking page",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "nmunger109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 3.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12349"
+ },
+ {
+ "id": 12350,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-15T08:21:21.21Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:21.407Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Generate gift return slip",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12350"
+ },
+ {
+ "id": 12351,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 1",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-17T08:21:21.21Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:21.733Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Update Gift selection page to include a message",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "lsteel109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12351"
+ },
+ {
+ "id": 12352,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 2",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-17T08:21:21.21Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:22.027Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Update order confirmation page",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "nmunger109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12352"
+ },
+ {
+ "id": 12353,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 2",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-17T08:21:22.22Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:22.313Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Calculate delivery date based on shipping method",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "lsteel109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12353"
+ },
+ {
+ "id": 12354,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "$ProjectName$\\Sprint 6",
+ "System.WorkItemType": "Task",
+ "System.State": "Done",
+ "System.Reason": "Work finished",
+ "System.CreatedDate": "2023-12-17T08:21:22.22Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:22.61Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Update add product section with Gift options",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "nmunger109@outlook.com",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": null,
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12354"
+ }
+ ],
+ "HttpStatusCode": 0,
+ "Message": null
+}
\ No newline at end of file
diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Case.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Case.json
new file mode 100644
index 00000000..f4b5932e
--- /dev/null
+++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Case.json
@@ -0,0 +1,2358 @@
+{
+ "count": 71,
+ "value": [
+ {
+ "id": 12355,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Ready",
+ "System.Reason": "Completed",
+ "System.CreatedDate": "2023-12-19T08:21:22.953Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:22.953Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Enable reviews ",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 3.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": "<DIV><DIV><P>Start application </P></DIV></DIV><DIV><P> </P></DIV><DIV><DIV><P>Go to reviews </P></DIV></DIV><DIV><P> </P></DIV><DIV><P>add a review @review</P></DIV><DIV><P> </P></DIV><DIV><DIV><P>add a question </P></DIV></DIV><DIV><P> </P></DIV><DIV><DIV><P>Add a kudo </P></DIV></DIV><DIV><P> </P></DIV><DIV><P>Close </P></DIV><DIV><P> </P></DIV>",
+ "Microsoft.VSTS.TCM.Parameters": "",
+ "Microsoft.VSTS.TCM.LocalDataSource": "{\"parameterMap\":[{\"localParamName\":\"review\",\"sharedParameterName\":\"review\",\"sharedParameterDataSetId\":3223}],\"sharedParameterDataSetIds\":[3223],\"rowMappingType\":0}",
+ "Microsoft.VSTS.TCM.AutomationStatus": "Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12355"
+ },
+ {
+ "id": 12356,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Ready",
+ "System.Reason": "Completed",
+ "System.CreatedDate": "2023-12-19T08:21:23.26Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:23.26Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Verify Branding",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": "<DIV><P>Go to Page1 </P></DIV><DIV><P> </P></DIV><DIV><P> Check the brand at the top left corner</P></DIV><P> Brand is represented correctly</P>",
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12356"
+ },
+ {
+ "id": 12357,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Ready",
+ "System.Reason": "Completed",
+ "System.CreatedDate": "2023-12-19T08:21:23.563Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:23.563Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "As a customer, I should be able to browse the web site",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": "<DIV><P>Goto http://partsunlimiteddev.azurewebsites.net/</P></DIV><DIV><P /></DIV><DIV><P>Click Brakes</P></DIV><DIV><P>Brakes will be shown</P></DIV><DIV><P>Click Lighting</P></DIV><DIV><P>Lighting will be shown</P></DIV><DIV><P>Click <SPAN STYLE=\"font-weight:bold;\">Batteries</SPAN></P></DIV><DIV><P>Batteries will be shown</P></DIV><DIV><P /></DIV><DIV><P /></DIV>",
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": "\n\n \n \n \n \n \n \n \n \n \n \n \n",
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12357"
+ },
+ {
+ "id": 12358,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:23.883Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:23.883Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "A new test case",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12358"
+ },
+ {
+ "id": 12359,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:24.19Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:24.19Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Underwater device Versions",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12359"
+ },
+ {
+ "id": 12360,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:24.483Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:24.483Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Test CD Runs",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12360"
+ },
+ {
+ "id": 12361,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:24.783Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:24.783Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Corbin Test",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": "<DIV><P>one</P></DIV><DIV><P /></DIV><DIV><P>two</P></DIV><DIV><P /></DIV><DIV><P>sdafkj</P></DIV><DIV><P /></DIV><DIV><P>af</P></DIV><DIV><P /></DIV><DIV><P>asdf</P></DIV><DIV><P /></DIV><DIV><P /></DIV><DIV><P /></DIV><DIV><P /></DIV><DIV><P /></DIV><DIV><P>sdafasdfasdf</P></DIV><DIV><P /></DIV>",
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": "\n\n \n \n \n \n \n \n \n \n \n \n \n",
+ "Microsoft.VSTS.TCM.AutomationStatus": "Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12361"
+ },
+ {
+ "id": 12362,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:25.09Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:25.09Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Verify new category navigation and IA is working as expected",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12362"
+ },
+ {
+ "id": 12363,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:25.383Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:25.383Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "please make sure Oil is branding",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": "<DIV><P>Click on link 'Lighting'.</P></DIV><DIV><P>Click on link 'Wheels & Tires'.</P></DIV>",
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12363"
+ },
+ {
+ "id": 12364,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:25.68Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:25.68Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "IOT Telemetry of products",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": "\n\n \n \n \n \n \n \n \n \n \n \n \n",
+ "Microsoft.VSTS.TCM.AutomationStatus": "Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12364"
+ },
+ {
+ "id": 12365,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:25.97Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:25.97Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Navigation Test Case",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 1.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12365"
+ },
+ {
+ "id": 12366,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:26.267Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:26.267Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Test Azure Creation",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 1.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12366"
+ },
+ {
+ "id": 12367,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:26.71Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:26.71Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Test CD Runs",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 1.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12367"
+ },
+ {
+ "id": 12368,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:27.067Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:27.067Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Reviews",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 4.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": "<DIV><DIV><P>Start App </P></DIV></DIV><DIV><P> </P></DIV><DIV><DIV><P>Go to tires </P></DIV></DIV><DIV><P> </P></DIV><DIV><P>Add a Review </P></DIV><DIV><P> </P></DIV>",
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12368"
+ },
+ {
+ "id": 12369,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:27.36Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:27.36Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Test CI Runs",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12369"
+ },
+ {
+ "id": 12370,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:27.65Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:27.65Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Native App versions",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12370"
+ },
+ {
+ "id": 12371,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:27.93Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:27.93Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Performance of purchasing",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12371"
+ },
+ {
+ "id": 12372,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:28.22Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:28.22Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Internationalization Test Case",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12372"
+ },
+ {
+ "id": 12373,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:28.537Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:28.537Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Response SLA verifcatino",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12373"
+ },
+ {
+ "id": 12374,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:28.9Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:28.9Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Performance of Categories",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12374"
+ },
+ {
+ "id": 12375,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:29.19Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:29.19Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Test CI Runs",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12375"
+ },
+ {
+ "id": 12376,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:29.49Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:29.49Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Test Azure Website Creation",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 4.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12376"
+ },
+ {
+ "id": 12377,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:29.797Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:29.797Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "Test End to End Automation",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 4.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": null,
+ "Microsoft.VSTS.TCM.Parameters": null,
+ "Microsoft.VSTS.TCM.LocalDataSource": null,
+ "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated",
+ "System.History": null
+ },
+ "relations": null,
+ "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12377"
+ },
+ {
+ "id": 12378,
+ "rev": 1,
+ "fields": {
+ "System.AreaPath": "PartsUnlimited-tc",
+ "System.TeamProject": "PartsUnlimited-tc",
+ "System.IterationPath": "PartsUnlimited-tc",
+ "System.WorkItemType": "Test Case",
+ "System.State": "Design",
+ "System.Reason": "New",
+ "System.CreatedDate": "2023-12-19T08:21:30.093Z",
+ "System.CreatedBy": "Akshay Hosur ",
+ "System.ChangedDate": "2023-12-19T08:21:30.093Z",
+ "System.ChangedBy": "Akshay Hosur ",
+ "System.Title": "please tgest new tire category ...in green",
+ "Microsoft.VSTS.Scheduling.Effort": 0.0,
+ "System.Description": null,
+ "System.AssignedTo": "Akshay Hosur ",
+ "Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
+ "Microsoft.VSTS.Common.Priority": 2.0,
+ "System.BoardLane": null,
+ "System.Tags": null,
+ "Microsoft.VSTS.TCM.Steps": "