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

note

'" }, - { - "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&nbsp;</P></DIV></DIV><DIV><P>&nbsp;</P></DIV><DIV><DIV><P>Go to reviews&nbsp;</P></DIV></DIV><DIV><P>&nbsp;</P></DIV><DIV><P>add a review&nbsp;@review</P></DIV><DIV><P>&nbsp;</P></DIV><DIV><DIV><P>add a question&nbsp;</P></DIV></DIV><DIV><P>&nbsp;</P></DIV><DIV><DIV><P>Add a kudo&nbsp;</P></DIV></DIV><DIV><P>&nbsp;</P></DIV><DIV><P>Close&nbsp;</P></DIV><DIV><P>&nbsp;</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&nbsp;</P></DIV><DIV><P>&nbsp;</P></DIV><DIV><P>&nbsp;Check the brand at the top left corner</P></DIV><P>&nbsp;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&nbsp;</P></DIV></DIV><DIV><P>&nbsp;</P></DIV><DIV><DIV><P>Go to tires&nbsp;</P></DIV></DIV><DIV><P>&nbsp;</P></DIV><DIV><P>Add a Review&nbsp;</P></DIV><DIV><P>&nbsp;</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": "<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/12378" + }, + { + "id": 12379, + "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.39Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:30.39Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Capacity verification", + "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/12379" + }, + { + "id": 12380, + "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.67Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:30.67Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "VS Bug", + "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/12380" + }, + { + "id": 12381, + "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.963Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:30.963Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify clone baseline functionality", + "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/12381" + }, + { + "id": 12382, + "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:31.257Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:31.257Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Shopping using categories 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": "<DIV><P>&nbsp;Go to browser</P></DIV><P>Home page is displyed&nbsp;</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/12382" + }, + { + "id": 12383, + "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:31.553Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:31.553Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a customer I would be able to browse the 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": "Open <A href=\"http://www.surface.com\">www.surface.com</A>press down scrollScroll should work", + "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/12383" + }, + { + "id": 12384, + "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:31.86Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:31.86Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "The customer should be able to place an item to the cart", + "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/12384" + }, + { + "id": 12385, + "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:32.823Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:32.823Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a customer, I should be able to login", + "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/12385" + }, + { + "id": 12386, + "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:33.123Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:33.123Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a customer, I should be able to login ", + "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": "start appgo to here", + "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/12386" + }, + { + "id": 12387, + "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:33.43Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:33.43Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a consumer, I want to be able to add a coupon code to my purchase", + "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>Add a coupon code to the coupon code text box</P></DIV><DIV><P>&nbsp;</P></DIV><DIV><P>Click to apply button</P></DIV><DIV><P>A discount should be applied</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/12387" + }, + { + "id": 12388, + "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:33.72Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:33.72Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "New 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><DIV><P>Launch browser&nbsp;</P></DIV></DIV><DIV><P>&nbsp;</P></DIV><DIV><P>Go to www.partsunlimited.com &nbsp;</P></DIV><DIV><P>&nbsp;</P></DIV><DIV><P></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/12388" + }, + { + "id": 12389, + "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:34.017Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:34.017Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that only managers c an have hierarchical backlog.", + "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/12389" + }, + { + "id": 12390, + "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:34.307Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:34.307Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Product Load Verification", + "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/12390" + }, + { + "id": 12391, + "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:34.63Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:34.63Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Mobile verification", + "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/12391" + }, + { + "id": 12392, + "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:34.917Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:34.917Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Battery 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": "<DIV><P>Click on link 'Batteries'.</P></DIV><DIV><P>Click on 'Batteries\n\n\n12-Volt Calcium Battery\n$129.99\n\n&nbsp;Shop Now\n\nSpiral Coil Battery\n$154.99\n\n&nbsp;Shop Now\n\nJumper Leads\n$16.99\n\n&nbsp;Shop Now\n'.</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/12392" + }, + { + "id": 12393, + "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:35.21Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:35.21Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Sachin please test the new 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": "<DIV><DIV><P>open aap&nbsp;</P></DIV></DIV><DIV><P>&nbsp;</P></DIV><DIV><P>adsfkj&nbsp;</P></DIV><DIV><P>&nbsp;</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/12393" + }, + { + "id": 12394, + "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:35.5Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:35.5Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify the performance impact of loarge file loads are wiythin the specified limits", + "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/12394" + }, + { + "id": 12395, + "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:35.787Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:35.787Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify the large file loads", + "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/12395" + }, + { + "id": 12396, + "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:36.09Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:36.09Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify CDNsetup works", + "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/12396" + }, + { + "id": 12397, + "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:36.38Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:36.38Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that cloning works decoupled form Phoenix legacy team. New 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><DIV><P>Goto main&nbsp;page &nbsp;</P></DIV></DIV><DIV><P>&nbsp;</P></DIV><DIV><P>Login &nbsp;</P></DIV><P>&nbsp;Successful Login</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/12397" + }, + { + "id": 12398, + "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:36.687Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:36.687Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify by clicking on Login redirecting the user to login page", + "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": "Launch the Application.<BR/>Clicking on login should redirect the user to login pageClick on Login link found in right-top corner of home page.", + "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/12398" + }, + { + "id": 12399, + "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:36.99Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:36.99Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "\"Verify succesfull login. Pre-requisite: Valid email and password\"", + "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": "<TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"225\" style=\"width: 169pt\"><TBODY><TR style=\"height:60.0pt\">\n <TD height=\"80\" class=\"xl65\" dir=\"LTR\" width=\"225\" style=\"height:60.0pt;width:169pt\">Login to the application.</TD></TR></TBODY></TABLE><TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"262\" style=\"width: 197pt\"><TBODY><TR style=\"height:60.0pt\">\n <TD height=\"80\" class=\"xl65\" width=\"262\" style=\"height:60.0pt;width:197pt\">Succesfull\n login and user should land in home page from his/her logged-in account.</TD></TR></TBODY></TABLE>", + "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/12399" + }, + { + "id": 12400, + "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:37.3Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:37.3Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "\"Verify succesfull login. Pre-requisite: Valid email and password\"", + "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": "Login to the application.Succesfull login and user should land in home page from his/her logged-in account.Click on Login link found in right-top corner of home page.Type in Email and Password.Click on LOGIN button.", + "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/12400" + }, + { + "id": 12401, + "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:38.267Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:38.267Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify by clicking on Register as new user? redirecting the user to registration page", + "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": "Launch the Application.Clicking on Register as new user? should redirect the user to Registration pageClick on Login link found in right-top corner of home page.Click on Register as new user? link.", + "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/12401" + }, + { + "id": 12402, + "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:38.553Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:38.553Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify succesfull Registration. Pre-requisite: Valid email", + "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": " Login to the application.Register Confirmation message should display.Click on Login link found in right-top corner of home page.Click on Register as new user? link. Type in email, password and confirm password. Click on REGISTER button.", + "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/12402" + }, + { + "id": 12403, + "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:38.843Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:38.843Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify user email confirmation by clicking the link Click here to confirm your email Pre-requisite: Valid email", + "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": "Login to the application.Confirm email message should display.Click on Login link found in right-top corner of home page.<TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"225\" style=\"width: 169pt\">\n <COLGROUP><COL width=\"225\" style=\"width:169pt\"/>\n </COLGROUP><TBODY><TR style=\"height:30.0pt\">\n <TD height=\"40\" class=\"xl66\" width=\"225\" style=\"height:30.0pt;width:169pt\">Click\n on Register as new user? link.</TD>\n </TR>\n <TR style=\"height:30.0pt\">\n <TD height=\"40\" class=\"xl66\" width=\"225\" style=\"height:30.0pt;border-top:none;width:169pt\"> </TD>\n </TR>\n <TR style=\"height:15.0pt\">\n <TD height=\"20\" class=\"xl65\" width=\"225\" style=\"height:15.0pt;border-top:none;width:169pt\"><BR/></TD></TR></TBODY></TABLE>Type in email, password and confirm password.<TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"225\" style=\"width: 169pt\"><TBODY><TR style=\"height: 15pt\"><TD height=\"20\" class=\"xl65\" width=\"225\" style=\"height: 15pt;border-top: none;width: 169pt\"> Click on REGISTER button.</TD></TR><TR style=\"height: 30pt\"><TD height=\"40\" class=\"xl65\" width=\"225\" style=\"height: 30pt;border-top: none;width: 169pt\"> Click on link =&gt; <FONT class=\"font5\">Click here to confirm\n your email</FONT></TD></TR></TBODY></TABLE>", + "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/12403" + }, + { + "id": 12404, + "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:39.15Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:39.15Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify any input data entered returns proper results.", + "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": "<TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"225\" style=\"width: 169pt\">\n <COLGROUP><COL width=\"225\" style=\"width:169pt\"/>\n </COLGROUP><TBODY><TR style=\"height:30.0pt\">\n <TD height=\"40\" class=\"xl65\" width=\"225\" style=\"height:30.0pt;width:169pt\"> Launch the application.</TD>\n </TR>\n <TR style=\"height:15.0pt\">\n <TD height=\"20\" class=\"xl65\" width=\"225\" style=\"height:15.0pt;border-top:none;width:169pt\"><BR/></TD></TR></TBODY></TABLE>Any input data entered should return proper results.", + "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/12404" + }, + { + "id": 12405, + "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:39.5Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:39.5Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify any input data entered returns proper results/error message guiding to enter the correct input.", + "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": "Click on Search icon. Type in any data in search field.", + "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/12405" + }, + { + "id": 12406, + "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:39.8Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:39.8Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify search results change according to the input", + "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": "<TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"225\" style=\"width: 169pt\">\n <COLGROUP><COL width=\"225\" style=\"width:169pt\"/>\n </COLGROUP><TBODY><TR style=\"height:30.0pt\">\n <TD height=\"40\" class=\"xl65\" width=\"225\" style=\"height:30.0pt;width:169pt\">\nLaunch the application.</TD>\n </TR>\n <TR style=\"height:15.0pt\">\n <TD height=\"20\" class=\"xl65\" width=\"225\" style=\"height:15.0pt;border-top:none;width:169pt\"> Type in any data in search field.</TD>\n </TR>\n <TR style=\"height:15.0pt\">\n <TD height=\"20\" class=\"xl65\" width=\"225\" style=\"height:15.0pt;border-top:none;width:169pt\"> Click on Search icon.</TD>\n </TR>\n <TR style=\"height:30.0pt\">\n <TD height=\"40\" class=\"xl65\" width=\"225\" style=\"height:30.0pt;border-top:none;width:169pt\"> Again, alter the search input and click on search icon.</TD>\n </TR></TBODY></TABLE>Any input data entered should return proper results.", + "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/12406" + }, + { + "id": 12407, + "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:40.09Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:40.09Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify any input data entered returns proper message when no results found.", + "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": ". Launch the application.Any input data entered should return proper message. Type in any data in search field for which no results existClick on Search icon.", + "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/12407" + }, + { + "id": 12408, + "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:40.397Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:40.397Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify clicking on logo redirects user to home page.", + "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": " Launch the application.Clicking on logo should redirect the user to home page Navigate to any page.Click on application logo.", + "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/12408" + }, + { + "id": 12409, + "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:40.707Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:40.707Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify by adding product to cart page.", + "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": " Launch the application.Selected product should add to user cart.Navigate to any page. Nvigate to any product details page.Click on ADD TO CART button.", + "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/12409" + }, + { + "id": 12410, + "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:40.997Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:40.997Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify by removing product from cart page.", + "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": " Launch the application.Selected product should remove from user cartNavigate to any page.Nvigate to any product details page.Click on ADD TO CART button.From cart page, click on REMOVE button.", + "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/12410" + }, + { + "id": 12411, + "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:41.367Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:41.367Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that the items are displayed in the Frequently Bought section.", + "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>Launch the application and login into the application as a customer</P></DIV><DIV><P>Customer should be able to login into the application as an Customer.</P></DIV><DIV><P>Search for the product by entering the product name on the search bar</P></DIV><DIV><P>Product based on the search results should be displayed.</P></DIV><DIV><P>Select the product which user wishes to purchase</P></DIV><DIV><P>On selecting the product, user should get navigated to \"Product details\" screen. </P></DIV><P>Perform a scroll on the product details screen</P><DIV><P>User should be able to view the list of frequently purchased items under Frequently Bought section</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12308", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12411" + }, + { + "id": 12412, + "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:41.683Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:41.683Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that a notification is sent out to the user when there are changes to the order", + "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>Launch the application and login into the application as a customer</P></DIV><DIV><P>Customer should be able to login into the application as an Customer.</P></DIV><DIV><P>Search for the product by entering the product name on the search bar</P></DIV><DIV><P>Product based on the search results should be displayed.</P></DIV><P>Select the product and add the product to Cart, From the cart screen, click on Proceed to Checkout button and make the payment</P><DIV><P>Order should be successfully placed and order number should be generated.</P></DIV><DIV><P>Logout from the application and login as an admin</P></DIV><DIV><P>User should be able to login as admin</P></DIV><DIV><P>Search for the product for which user had generated an order</P></DIV><DIV><P>Results should be displayed based on the product search criteria.</P></DIV><DIV><P>Click on Edit description tab and change the product price and click on Save button</P></DIV><P>a. Updated product price should be saved<BR/>b. An email and an SMS notification on the price change should be sent out to the User who has ordered the product.</P>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12322", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12412" + }, + { + "id": 12413, + "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:41.983Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:41.983Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that user is allowed to save his credit card detail", + "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> Launch the application and login into the application as a customer</P></DIV><DIV><P>User should be able to login into the application as an Customer.</P></DIV><DIV><P>Click on the Profile and select Saved Cards</P></DIV><P>User should be navigated to Saved cards page.</P><DIV><P>Click on ADD button to add new card details</P></DIV><DIV><P>&nbsp;</P></DIV><DIV><P>Enter the Credit Card number, Expiry date, CVV number and Card holders name and click on Save button</P></DIV><DIV><P>Customers card details should be saved successfully.</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12318", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12413" + }, + { + "id": 12414, + "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:42.317Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:42.317Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that user is not allowed to save invalid credit card details", + "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>Launch the application and login into the application as a customer</P></DIV><P>Customer should be able to login into the application with his credentials</P><DIV><P>Click on the Profile and select Saved Cards</P></DIV><DIV><P>Customer should get navigated to Saved cards page.</P></DIV><DIV><P>Click on ADD button to add new card details and enter invalid card details, Click on Save button</P></DIV><DIV><P>Customer should not be allowed to save the invalid card details</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12318", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12414" + }, + { + "id": 12415, + "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:42.62Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:42.62Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that user is allowed to edit and save his valid credit card details", + "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>Launch the application and login into the application as a customer</P></DIV><P>Customer should be able to login into the application as an Customer.</P><DIV><P>Click on the Profile and select Saved Cards</P></DIV><DIV><P>Customer should get navigated to Saved cards page.</P></DIV><DIV><P>Click on the already added card number and Edit the card details<BR/></P></DIV><DIV><P>&nbsp;</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12318", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12415" + }, + { + "id": 12416, + "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:42.92Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:42.92Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that user should be able to sort the products based on Price and Customer ratings", + "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> Launch the application and login into the application as a customer</P></DIV><P>User should be able to login into the application with his credentials.</P><DIV><P>Search for the product by entering the product name on the search bar</P></DIV><DIV><P>Results should be displayed based on the search criteria</P></DIV><DIV><P>Click on the Price dropdown and select \"Low to High\" option</P></DIV><DIV><P>Search results should be displayed based on lowest price to highest price.</P></DIV><DIV><P>Click on the Customer Ratings dropdown and select 3 star ratings</P></DIV><P>Search results should display product with 3 star customer ratings.</P>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12312", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12416" + }, + { + "id": 12417, + "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:43.203Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:43.203Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that as a customer, user should be able to print the purchase order", + "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>Launch the application and login into the application as a customer</P></DIV><P>User should be able to login into the application with his credentials</P><DIV><P>Click on the Profile icon and select \"Order\"</P></DIV><DIV><P>User should be navigated to Orders screen with list of orders from the logged in Customer</P></DIV><DIV><P>Click on the Order number which customer wants to print</P></DIV><DIV><P>User should be navigated to Orders details screen.</P></DIV><DIV><P>Click on the Print button on the order details screen</P></DIV><DIV><P>Print preview page should be displayed and Customer should be able print the order page.</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12311", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12417" + }, + { + "id": 12418, + "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:43.573Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:43.573Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that customer is allowed to add address for shipping.", + "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>Launch the application and login into the application as a customer<BR/></P></DIV><DIV><P>&nbsp;User should be able to login with his credentials</P></DIV><DIV><P>Click on the Profile icon and select \"Shipping Address \"</P></DIV><DIV><P>User should be navigated to Shipping Address screen.<BR/></P></DIV><DIV><P>Click on Add button to add the Shipping information, Enter the Shipping information</P></DIV><DIV><P>User should be able to view and should be able to select the saved address.&nbsp;</P></DIV><DIV><P>Click on Save button to save the details.</P></DIV><DIV><P>Details should be validated and saved&nbsp;</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12314", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12418" + }, + { + "id": 12419, + "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:43.86Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:43.86Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Validate that customer is able to add an item to the wishlist", + "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>Launch the application and login into the application as a Customer<BR/></P></DIV><DIV><P>User should be able to login to the application with his credentials</P></DIV><DIV><P>Click on the Categories which user is interested in</P></DIV><DIV><P>User should be able to see the category list&nbsp;</P></DIV><DIV><P>Hover on the item and click on the \"Add to Wishlist\" button</P></DIV><DIV><P>Selected item should be displayed in the Wishlist page.&nbsp;</P></DIV><DIV><P>Click on the Profile icon and select \"Wish list\" option</P></DIV><P>&nbsp;User should be able to see the added item in the \"Wishlist\" section</P><DIV><DIV><P>&nbsp;</P></DIV></DIV><DIV><P>&nbsp;</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12325", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12419" + }, + { + "id": 12420, + "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:44.16Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:44.16Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Validate that customer is allowed to add an feedback to the item purchases", + "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>Launch the application and login as an customer</P></DIV><DIV><P>&nbsp;User should be able to login to the site with his credentials</P></DIV><P>Click on the Categories which user is interested in and hover on the image and click on Shop Now button</P><P>User should be able to hover, see the \"Shop Now\" image and click on it&nbsp;</P><DIV><P> Click on Add to Cart button on the item page</P></DIV><P>Item should be added to cart&nbsp;</P><DIV><P> Click on Checkout button and enter Shipping information</P></DIV>User should be able to enter details<DIV><P> Click on \"Submit Order\" button</P></DIV><P>User should be able to submit his order successfully&nbsp;</P><DIV><P>Once order is placed, click on the Profile icon and select View order option</P></DIV><P>View Order option should be visible in the User Profile&nbsp;</P><DIV><P> Specify the search criteria, either by order number or by order dates</P></DIV><P>&nbsp;User should be able to see the orders or by dates or order</P><DIV><P>Click on the Order number displayed in the search result</P></DIV><P>Order number should be able to get selected&nbsp;</P><DIV><P>Click on the Feedback link and enter the review comments in the feedback form and click on Save button&nbsp;</P></DIV><DIV><P>Added feedback should get posted against the respective item&nbsp;</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12324", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12420" + }, + { + "id": 12421, + "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:44.467Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:44.467Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that Admin is able to change the price of the item", + "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>Launch the application and login as Admin<BR/></P></DIV><P>Admin should be able to login to the application with his credentials</P><DIV><P>On navigating to Home screen, click on the Admin icon and select Manage items</P></DIV><P>Admin should be able to see the Manage Items icon in the Home screen&nbsp;</P><DIV><P>On the Store manager page, Click on the \"Edit\" link against the item which admin wants to update.</P></DIV><P>Admin should be able to edit the item link&nbsp;</P><DIV><P>On item edit page, update the Price and Sale price and click on the Save button</P></DIV><P>On successful update, updated price should reflect on the Store manager screen against the respective item&nbsp;</P>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12323", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12421" + }, + { + "id": 12422, + "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:44.75Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:44.75Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that Customer is able to add an item into the shopping cart", + "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>Launch the application and login as a Customer</P></DIV><P>User should be able to login with his credentials&nbsp;</P><DIV><P>Click on the Categories which user is interested in</P></DIV><P>Products available under the category should be displayed&nbsp;<BR/></P><DIV><P>Hover on the images of items under the selected category and click on Shop Now button</P></DIV><P>User should be able to navigate to Product Details screen<BR/></P><DIV><P>Click on the \"ADD TO CART\" button on the prodcut description page</P></DIV><P>On adding item to cart, User should be able to see the added item in the Cart Page&nbsp;&nbsp;</P>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12310", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12422" + }, + { + "id": 12423, + "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:45.043Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:45.043Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that user is able to add multiple items into the shopping cart", + "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>Launch the application and login into the application as a Customer</P></DIV><P>&nbsp;Customer should be able to login into the application with his credentials.</P><DIV><P>Click on the Categories which user is interested in</P></DIV><P>Products available under the category should be displayed&nbsp;</P><DIV><P>Hover on the images of items under the selected category and click on Shop Now button</P></DIV><P>User should be able to navigate to Product Details screen&nbsp;</P><DIV><P>Click on the \"ADD TO CART\" button on the Product description page</P></DIV><DIV><P>On adding item to cart, User should be able to see the added item in the Cart Page<BR/>Count on the cart icon should be displayed based on the number of items added to the cart.<BR/></P></DIV><DIV><P>Go back to the home screen click on the categories, Hover on the images and click on the Shop now button</P></DIV><P>User should be able to navigate to Product Details screen&nbsp;</P><DIV><P>Click on \"ADD TO CART\" button to add the item</P></DIV><DIV><P>On adding an item to cart, Count on the Cart icon should be increased and the added item should be displayed in Cart Page.</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12310", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12423" + }, + { + "id": 12424, + "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:45.387Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:45.387Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that user is able to remove the item from cart", + "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>Launch the application and login into the application as a Customer</P></DIV><P>&nbsp;Customer should be able to login into the application with his credentials</P><DIV><P>Click on the Categories which user is interested in</P></DIV><P>Products available under the category should be displayed&nbsp;&nbsp;</P><DIV><P>Hover on the images of items under the selected category and click on Shop Now button</P></DIV><P>User should be able to navigate to Product Details screen&nbsp;</P><DIV><P>Click on the \"ADD TO CART\" button on the Product description page.</P></DIV><DIV><P>On adding item to cart, User should be able to see the added item in the Cart Page<BR/>Count on the cart icon should be displayed based on the number of items added to the cart.<BR/></P></DIV><DIV><P>Click on the Cart icon on the home page.</P></DIV><DIV><P>User should get navigated to \"Cart Page\"</P></DIV><DIV><P>Click on the Remove button on the cart page against the item which user wants to remove.</P></DIV><DIV><P>On removing the item, count on the cart icon should be decreased and the item should be removed from Cart page.</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": null, + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12310", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12424" + }, + { + "id": 12425, + "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:45.683Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:21:45.683Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Verify that the tentative date is displayed for shipping the product", + "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>Launch the application and login</P></DIV><P>Customer should be able to login into the application with his credentials</P><DIV><P>&nbsp;Click on the Categories which user is interested in </P></DIV><DIV><P>Products available under the category should be displayed&nbsp;</P></DIV><DIV><P>Hover on the images of items under the selected category and click on Shop Now link</P></DIV><DIV><P>User should be able to navigate to Product Details screen</P></DIV><DIV><P>Click on the \"ADD TO CART\" button on the Product description page</P></DIV><DIV><P>User should get navigated to Shopping Cart screen</P></DIV><DIV><P>Enter the Valid pin code in the pin code field</P></DIV><DIV><P>Based on the pincode entered, tentative dates for shipping the product should be displayed.</P></DIV>", + "Microsoft.VSTS.TCM.Parameters": "", + "Microsoft.VSTS.TCM.LocalDataSource": null, + "Microsoft.VSTS.TCM.AutomationStatus": "Not Automated", + "System.History": null + }, + "relations": [ + { + "rel": "Microsoft.VSTS.Common.TestedBy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12321", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Tests" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12425" + } + ], + "HttpStatusCode": 0, + "Message": null +} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Plan.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Plan.json new file mode 100644 index 00000000..a126cd1e --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Plan.json @@ -0,0 +1,38 @@ +{ + "count": 1, + "value": [ + { + "id": 12444, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Plan", + "System.State": "Active", + "System.Reason": "New test plan", + "System.CreatedDate": "2023-12-19T08:22:06.813Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:06.813Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "PartsUnlimited-tc_TestPlan1", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12444" + } + ], + "HttpStatusCode": 0, + "Message": null +} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Suite.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Suite.json new file mode 100644 index 00000000..2feb4292 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Suite.json @@ -0,0 +1,379 @@ +{ + "count": 12, + "value": [ + { + "id": 12445, + "rev": 12, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:06.923Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:20.83Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "PartsUnlimited-tc_TestPlan1", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12445" + }, + { + "id": 12446, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:07.677Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:07.677Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12321 : Provide tentative duration for shipping.", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12446" + }, + { + "id": 12447, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:09.5Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:09.5Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12308 : Provide related items or frequently bought together section when people browse or search", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12447" + }, + { + "id": 12448, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:10.653Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:10.653Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12322 : Notify the user about any changes made to the order", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12448" + }, + { + "id": 12449, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:11.817Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:11.817Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12318 : As a customer, I would like to store my credit card details securely", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12449" + }, + { + "id": 12450, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:12.957Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:12.957Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12312 : As a customer, I would like to have a sort capabaility by price and customer ratings", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12450" + }, + { + "id": 12451, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:14.22Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:14.22Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12311 : As a customer, I should be able to print my purchase order", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12451" + }, + { + "id": 12452, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:15.413Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:15.413Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12314 : As a customer, I would like to save my addresses so that I can easily select the address for delivery", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12452" + }, + { + "id": 12453, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:16.65Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:16.65Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12325 : As a customer, I would like to have a wishlist where I can add items for future purchase", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12453" + }, + { + "id": 12454, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:18.037Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:18.037Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12324 : As a customer, I would like to provide my feedback on items that I have purchased", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12454" + }, + { + "id": 12455, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:19.44Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:19.44Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12323 : As a admin, I should be able to update prices on ad-hoc condition", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12455" + }, + { + "id": 12456, + "rev": 1, + "fields": { + "System.AreaPath": "PartsUnlimited-tc", + "System.TeamProject": "PartsUnlimited-tc", + "System.IterationPath": "$ProjectName$\\Sprint 2", + "System.WorkItemType": "Test Suite", + "System.State": "In Progress", + "System.Reason": "New test suite", + "System.CreatedDate": "2023-12-19T08:22:20.673Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-19T08:22:20.673Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "12310 : As a customer, I should be able to put items to shopping cart", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": null, + "System.AssignedTo": "Akshay Hosur ", + "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, + "Microsoft.VSTS.Common.Priority": 0.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/12456" + } + ], + "HttpStatusCode": 0, + "Message": null +} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/TemplateSetting.json b/src/VstsDemoBuilder/Templates/TemplateSetting.json index 94daf117..a8944baf 100644 --- a/src/VstsDemoBuilder/Templates/TemplateSetting.json +++ b/src/VstsDemoBuilder/Templates/TemplateSetting.json @@ -33,7 +33,7 @@ { "Key": "77379", "Name": "PartsUnlimited", - "TemplateFolder": "Gen-PartsUnlimited", + "TemplateFolder": "Gen-PartsUnlimited-tc", "ShortName": "PartsUnlimited", "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": [ @@ -111,25 +111,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", diff --git a/src/VstsDemoBuilder/VstsDemoBuilder.csproj b/src/VstsDemoBuilder/VstsDemoBuilder.csproj index c3f07dc3..c609d88a 100644 --- a/src/VstsDemoBuilder/VstsDemoBuilder.csproj +++ b/src/VstsDemoBuilder/VstsDemoBuilder.csproj @@ -2131,6 +2131,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Web.config From f1cd2dc6ff494fc231bb081964c05a08af1804dd Mon Sep 17 00:00:00 2001 From: aksh-h Date: Tue, 23 Jan 2024 11:48:59 +0530 Subject: [PATCH 04/10] minor changes in the template --- .../Templates/DL-AKS/WorkItems/Epic.json | 20 +- .../Templates/DL-AKS/WorkItems/Feature.json | 32 +- .../WorkItems/Product Backlog Item.json | 76 ++-- .../Templates/DL-AKS/WorkItems/Task.json | 166 +++---- .../DL-AzureFunctions/WorkItems/Epic.json | 68 +-- .../DL-AzureFunctions/WorkItems/Feature.json | 68 +-- .../Templates/DL-Docker/WorkItems/Epic.json | 8 +- .../DL-Docker/WorkItems/Feature.json | 16 +- .../WorkItems/Product Backlog Item.json | 24 +- .../Templates/DL-Docker/WorkItems/Task.json | 24 +- .../Templates/DL-PHP/WorkItems/Epic.json | 8 +- .../Templates/DL-PHP/WorkItems/Feature.json | 8 +- .../WorkItems/Product Backlog Item.json | 24 +- .../Templates/DL-PHP/WorkItems/Task.json | 24 +- .../DL-ReleaseGates/WorkItems/Bug.json | 4 +- .../Gen-MyShuttle/WorkItems/Bug.json | 16 +- .../Gen-MyShuttle/WorkItems/Feature.json | 36 +- .../WorkItems/Product Backlog Item.json | 88 ++-- .../Gen-MyShuttle/WorkItems/Task.json | 108 ++--- .../Gen-MyShuttle/WorkItems/Test Case.json | 18 +- .../Gen-MyShuttle/WorkItems/Test Plan.json | 14 +- .../Gen-MyShuttle/WorkItems/Test Suite.json | 50 +- .../Gen-PartsUnlimited-tc/WorkItems/Bug.json | 8 - .../Gen-PartsUnlimited-tc/WorkItems/Epic.json | 68 +-- .../WorkItems/Feature.json | 88 ---- .../WorkItems/Product Backlog Item.json | 76 +--- .../Gen-PartsUnlimited-tc/WorkItems/Task.json | 120 +---- .../WorkItems/Test Case.json | 430 +++--------------- .../WorkItems/Test Plan.json | 5 - .../WorkItems/Test Suite.json | 71 ++- .../Gen-eShopOnWeb/WorkItems/Bug.json | 22 +- .../Gen-eShopOnWeb/WorkItems/Epic.json | 24 +- .../Gen-eShopOnWeb/WorkItems/Feature.json | 24 +- .../Gen-eShopOnWeb/WorkItems/Task.json | 146 +++--- .../Gen-eShopOnWeb/WorkItems/User Story.json | 52 +-- 35 files changed, 696 insertions(+), 1338 deletions(-) diff --git a/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Epic.json b/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Epic.json index c34b34fc..3c8d49f1 100644 --- a/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Epic.json +++ b/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Epic.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-09-21T12:17:01.42Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:01.6Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Patient Information", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Patient Information", @@ -62,9 +62,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-09-21T12:17:01.727Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:01.6Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Fianance Management", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Fianance Management", @@ -103,9 +103,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-09-21T12:17:02.03Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:01.6Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Patient Mobile App", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Patient Mobile App", @@ -153,9 +153,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-09-21T12:17:02.317Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:01.6Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Web Portal for Doctors", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Web Portal for Doctors", @@ -203,9 +203,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-09-21T12:17:02.607Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:01.6Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "HIPAA Compliance", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "HIPAA Compliance", diff --git a/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Feature.json b/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Feature.json index 62f1475d..2efbd8e3 100644 --- a/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Feature.json +++ b/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Feature.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-21T12:16:37.003Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:06.853Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Visit Management", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Visit Management", @@ -53,9 +53,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-21T12:16:37.96Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:06.853Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Alerts and Reminders", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Alerts and Reminders", @@ -94,9 +94,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-21T12:16:38.537Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:06.853Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Appointments Management", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Need description.", @@ -135,9 +135,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-21T12:16:38.997Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:06.853Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Consultation Management", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Consultation Management", @@ -176,9 +176,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-21T12:16:39.433Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:06.853Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Patient Register", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Need description.", @@ -217,9 +217,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-21T12:16:39.873Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:06.853Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Security", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Need description.", @@ -258,9 +258,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-21T12:16:40.333Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:06.853Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Backoffice", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Need description.", @@ -299,9 +299,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-21T12:16:40.733Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:23:06.853Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Schedule Management", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Schedule Management", diff --git a/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Product Backlog Item.json b/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Product Backlog Item.json index 32574893..458dc6da 100644 --- a/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Product Backlog Item.json +++ b/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Product Backlog Item.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "Moved to the backlog", "System.CreatedDate": "2021-09-21T12:16:41.023Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:41.023Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Settings", "Microsoft.VSTS.Scheduling.Effort": 2.0, "System.Description": "Need description.", @@ -43,9 +43,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-21T12:16:41.44Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:41.44Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Print Patient Invoice", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Print Patient Invoice", @@ -74,9 +74,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-21T12:16:41.947Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:41.947Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Print Prescription", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Print Prescription", @@ -105,9 +105,9 @@ "System.State": "New", "System.Reason": "Moved to the backlog", "System.CreatedDate": "2021-09-21T12:16:42.73Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:42.73Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Show patient visit history over time periods - month & year", "Microsoft.VSTS.Scheduling.Effort": 15.0, "System.Description": "Need description.", @@ -136,9 +136,9 @@ "System.State": "New", "System.Reason": "Moved to the backlog", "System.CreatedDate": "2021-09-21T12:16:43.213Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:43.213Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Sign-in with O365", "Microsoft.VSTS.Scheduling.Effort": 35.0, "System.Description": "Need description.", @@ -167,9 +167,9 @@ "System.State": "New", "System.Reason": "Moved to the backlog", "System.CreatedDate": "2021-09-21T12:16:43.543Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:43.543Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Map with the position of the next patient", "Microsoft.VSTS.Scheduling.Effort": 2.0, "System.Description": "Need description.", @@ -198,9 +198,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-21T12:16:43.853Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:43.853Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Payment Reminders", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Payment Reminders", @@ -229,9 +229,9 @@ "System.State": "New", "System.Reason": "Moved to the backlog", "System.CreatedDate": "2021-09-21T12:16:44.24Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:44.24Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Send e-prescription to patients", "Microsoft.VSTS.Scheduling.Effort": 4.0, "System.Description": "Need description.", @@ -260,9 +260,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-21T12:16:44.533Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:44.533Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Backend Services", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Backend Services", @@ -291,9 +291,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-21T12:16:45.04Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:45.04Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Appointment Reminders", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Appointment Integration with Native Calendar", @@ -322,9 +322,9 @@ "System.State": "New", "System.Reason": "Moved to the backlog", "System.CreatedDate": "2021-09-21T12:16:45.343Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:45.343Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Countdown to the next pill", "Microsoft.VSTS.Scheduling.Effort": 5.0, "System.Description": "Need description.", @@ -353,9 +353,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-21T12:16:45.643Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:17:03.267Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add Contact Us to the WebApp", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add Contact Us to the WebApp", @@ -409,9 +409,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-09-21T12:16:46.023Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:46.023Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create recurring appointment", "Microsoft.VSTS.Scheduling.Effort": 25.0, "System.Description": "We need to be able to crate new appointments for the clinic", @@ -440,9 +440,9 @@ "System.State": "Committed", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:46.4Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:46.4Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "My Medical Appointments", "Microsoft.VSTS.Scheduling.Effort": 30.0, "System.Description": "My Medical Appointments", @@ -471,9 +471,9 @@ "System.State": "Committed", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:46.707Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:46.707Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Patient Information Summary", "Microsoft.VSTS.Scheduling.Effort": 35.0, "System.Description": "Personal Patient Information", @@ -502,9 +502,9 @@ "System.State": "Approved", "System.Reason": "Approved by the Product Owner", "System.CreatedDate": "2021-09-21T12:16:47Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:47Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Appointment detail info", "Microsoft.VSTS.Scheduling.Effort": 3.0, "System.Description": "Need description.", @@ -533,9 +533,9 @@ "System.State": "Approved", "System.Reason": "Approved by the Product Owner", "System.CreatedDate": "2021-09-21T12:16:47.557Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:47.557Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Update visit status", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Update visit status", @@ -564,9 +564,9 @@ "System.State": "Approved", "System.Reason": "Approved by the Product Owner", "System.CreatedDate": "2021-09-21T12:16:47.887Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:47.887Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Patient Medical History", "Microsoft.VSTS.Scheduling.Effort": 1.0, "System.Description": "Need description.", @@ -595,9 +595,9 @@ "System.State": "Approved", "System.Reason": "Approved by the Product Owner", "System.CreatedDate": "2021-09-21T12:16:48.22Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:48.22Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Manage Doctors Schedule", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Manage Doctors", diff --git a/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Task.json b/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Task.json index 0880be14..22d1f74f 100644 --- a/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Task.json +++ b/src/VstsDemoBuilder/Templates/DL-AKS/WorkItems/Task.json @@ -12,9 +12,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:48.527Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:48.527Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Update patient information page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Update patient information page", @@ -43,9 +43,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:48.887Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:48.887Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Auto update of visit status with doctors analysis", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Auto update of visit status with doctors analysis", @@ -74,9 +74,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:49.17Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:49.17Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Send terms by email", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Send terms by email", @@ -105,9 +105,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:49.45Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:49.45Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Position change query", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Position change query", @@ -136,9 +136,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:49.913Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:49.913Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add send payment reminder option to the navigation menu", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add send payment reminder option to the navigation menu", @@ -167,9 +167,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:50.217Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:50.217Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Show outstanding payments by date range", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Show outstanding payments by date range", @@ -198,9 +198,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:50.497Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:50.497Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Show outstanding payments by patient ID", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Show outstanding payments by patient ID", @@ -229,9 +229,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:50.78Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:50.78Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Update settings for reminders", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Update settings for reminders", @@ -260,9 +260,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:51.057Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:51.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "email prescription as an attachment", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "email prescription as an attachment", @@ -291,9 +291,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:51.983Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:51.983Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Show past appointments", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Show past appointments", @@ -322,9 +322,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:52.26Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:52.26Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Test appointment views", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Test appointment views", @@ -353,9 +353,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:52.54Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:52.54Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Allow filtering of dates", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Visited patients", @@ -384,9 +384,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:52.827Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:52.827Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Print patient visit history", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Print patient visit history", @@ -415,9 +415,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:53.103Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:53.103Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add New \"Visit History\" page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add New "Visit History" page", @@ -446,9 +446,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:53.387Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:53.387Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Redesign the calendar page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Redesign the calendar page", @@ -477,9 +477,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:53.68Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:53.68Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "AD Integration", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "AD Integration", @@ -508,9 +508,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:53.963Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:53.963Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "SIgn-in with O365", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Need description", @@ -539,9 +539,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:54.28Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:54.28Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Next pill -reminder", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Next pill -reminder", @@ -570,9 +570,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:54.57Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:54.57Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Allow reminder options in the settings page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Allow reminder options in the settings page", @@ -601,9 +601,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:54.85Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:54.85Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Position change query", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Position change query", @@ -632,9 +632,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:55.13Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:55.13Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Settings", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Need description", @@ -663,9 +663,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:55.42Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:55.42Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Form - New Appointment", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Form - New Appointment", @@ -694,9 +694,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:55.72Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:55.72Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Visited patients", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Need description", @@ -725,9 +725,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:56.01Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:56.01Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Next pill -reminder", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Next pill -reminder", @@ -756,9 +756,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:56.297Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:56.297Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Navigation menu update", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Navigation menu update", @@ -787,9 +787,9 @@ "System.State": "To Do", "System.Reason": "Additional work found", "System.CreatedDate": "2021-09-21T12:16:56.573Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:56.573Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Backed Query", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Backed Query", @@ -818,9 +818,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:56.853Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:56.853Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add Reminders to settings page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add Reminders to settings page", @@ -849,9 +849,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:57.277Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:57.277Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Disable dates of doctors non-availaibilty", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Disable dates of doctors non-availaibilty", @@ -880,9 +880,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:57.567Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:57.567Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Filter medical history by date range", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Filter medical history by date range upcaxdxrdxxx drx", @@ -911,9 +911,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:57.847Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:57.847Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Show Doctor list ", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Show Doctor list ", @@ -942,9 +942,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:58.137Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:58.137Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Filter by speciality and clinic", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Filter by speciality and clinic", @@ -973,9 +973,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:58.42Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:58.42Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Design new settings page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Design new settings page", @@ -1004,9 +1004,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-21T12:16:58.7Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:58.7Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Display name of the pill and countdown timer on the main page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Display name of the pill and countdown timer on the main page", @@ -1035,9 +1035,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-09-21T12:16:58.983Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:58.983Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Update settings for reminders", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Update settings for reminders", @@ -1066,9 +1066,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-09-21T12:16:59.267Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:59.267Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Display upcoming appointments", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Display upcoming appointments", @@ -1097,9 +1097,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-09-21T12:16:59.583Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:59.583Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Design screen layout", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Design screen layout", @@ -1128,9 +1128,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-09-21T12:16:59.907Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:16:59.907Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Cancel Appointment", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Cancel Appointment", @@ -1159,9 +1159,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-09-21T12:17:00.207Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:17:00.207Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Update insurance provider details", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Update insurance provider details", @@ -1190,13 +1190,13 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-09-21T12:17:00.487Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:17:00.487Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Update patient details", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Update patient details", - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1221,9 +1221,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-09-21T12:17:00.82Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:17:00.82Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add recurring option in new appointment", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Form - New Appointment", @@ -1252,9 +1252,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-09-21T12:17:01.117Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T12:17:01.117Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Navigation menu update", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Navigation menu update", diff --git a/src/VstsDemoBuilder/Templates/DL-AzureFunctions/WorkItems/Epic.json b/src/VstsDemoBuilder/Templates/DL-AzureFunctions/WorkItems/Epic.json index a955a187..3c7396ac 100644 --- a/src/VstsDemoBuilder/Templates/DL-AzureFunctions/WorkItems/Epic.json +++ b/src/VstsDemoBuilder/Templates/DL-AzureFunctions/WorkItems/Epic.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-31T15:22:44.753Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:09.463Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "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.", @@ -43,9 +43,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-31T15:22:45.053Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:09.463Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Shopping Cart Facility", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Shopping Cart Facility", @@ -111,9 +111,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-31T15:22:45.75Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:09.463Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Online tracking of shipments", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Online tracking of shipments", @@ -161,9 +161,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-31T15:22:46.037Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:09.463Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Product reviews and ratings", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Product reviews and ratings", @@ -211,9 +211,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-31T15:22:46.313Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:09.463Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Promotion and Rewards", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Promotion and Rewards", @@ -261,9 +261,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-31T15:22:46.61Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:09.463Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Notification", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Notification", @@ -302,9 +302,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-31T15:22:46.893Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:09.463Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Membership and Rewards Program", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Membership and Rewards Program", @@ -352,9 +352,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-31T15:22:47.31Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:09.463Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Customer Service", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Customer Service", @@ -402,9 +402,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-31T15:22:47.597Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:09.463Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Product Catalog", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Product Catalog", @@ -443,9 +443,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-31T15:22:47.88Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:09.463Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Payment", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Payment", @@ -484,13 +484,13 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-08-31T15:22:48.167Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-31T15:22:48.167Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "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": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -515,9 +515,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-08-31T15:22:48.51Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-31T15:22:48.51Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "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", @@ -546,9 +546,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-08-31T15:22:48.817Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-31T15:22:48.817Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "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", @@ -577,9 +577,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-08-31T15:22:49.12Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-31T15:22:49.12Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "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.", @@ -608,13 +608,13 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-08-31T15:22:49.413Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-31T15:22:49.413Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -639,9 +639,9 @@ "System.State": "Done", "System.Reason": "Work finished", "System.CreatedDate": "2021-08-31T15:22:49.837Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-31T15:22:49.837Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "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.", diff --git a/src/VstsDemoBuilder/Templates/DL-AzureFunctions/WorkItems/Feature.json b/src/VstsDemoBuilder/Templates/DL-AzureFunctions/WorkItems/Feature.json index ed86543a..79e246a1 100644 --- a/src/VstsDemoBuilder/Templates/DL-AzureFunctions/WorkItems/Feature.json +++ b/src/VstsDemoBuilder/Templates/DL-AzureFunctions/WorkItems/Feature.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:18.953Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Points Accural on Purchases", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Points Accural on Purchases", @@ -53,9 +53,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:19.81Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Rewards Redemption", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Rewards Redemption", @@ -94,9 +94,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:20.14Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Ratings for purchased items", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Ratings for purchased items", @@ -135,9 +135,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:21.153Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Supplier Feedback", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Supplier Feedback", @@ -176,9 +176,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:21.643Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Shipping charges calculation", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Shipping charges calculation", @@ -217,9 +217,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:22.17Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Delivery Options", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Delivery Options", @@ -258,9 +258,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:22.65Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Order cancellation", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Order cancellation", @@ -299,9 +299,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:23.037Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Order confirmation", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Order confirmation", @@ -340,9 +340,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:23.93Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Delivery confirmation", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Delivery confirmation", @@ -381,9 +381,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:24.437Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Customer notification", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Customer notification", @@ -422,9 +422,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:24.987Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Gift Options", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Gift Options", @@ -463,9 +463,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:25.283Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Ad-hoc promotions", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Ad-hoc promotions", @@ -504,9 +504,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:25.597Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Customer issues", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Customer issues", @@ -545,9 +545,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:25.993Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Ask for customer feedback", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Ask for customer feedback", @@ -586,9 +586,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:26.893Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Product Recommendations", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Product Recommendations", @@ -627,9 +627,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:27.173Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Product catalog changes", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Product catalog changes", @@ -668,9 +668,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-31T15:22:27.453Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:29:15.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Credit Card Purchase", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Credit Card Purchase", diff --git a/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Epic.json b/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Epic.json index ca2cbaeb..c1073c62 100644 --- a/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Epic.json +++ b/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Epic.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-09-13T07:11:00.597Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:37:15.103Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add docker support for .NETCORE project", "Microsoft.VSTS.Scheduling.Effort": 30.0, "System.Description": "
Add docker support for .NETCORE project by adding below files:

1. Dockerfile
2. DockerCompose.yml
", @@ -62,9 +62,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-09-13T07:11:01.023Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:37:15.103Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create CI-CD pipeline", "Microsoft.VSTS.Scheduling.Effort": 40.0, "System.Description": "Create CI-CD pipeline using VSTS and Azure", diff --git a/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Feature.json b/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Feature.json index 0baa2211..83b076ed 100644 --- a/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Feature.json +++ b/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Feature.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-13T07:10:52.103Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:37:20.327Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create Azure components through ARM template", "Microsoft.VSTS.Scheduling.Effort": 3.0, "System.Description": "
Create Azure components through ARM template, such as:

1. Azure Container Registry
2. Azure Web App which uses Linux OS
", @@ -71,9 +71,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-13T07:10:53.367Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:37:20.327Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create Endpoints in VSTS", "Microsoft.VSTS.Scheduling.Effort": 5.0, "System.Description": "Create Endpoints in VSTS so that VSTS is connected to Azure components", @@ -130,9 +130,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-13T07:10:53.97Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:37:20.327Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create Dockerfile for .web project", "Microsoft.VSTS.Scheduling.Effort": 10.0, "System.Description": "
Create Dockerfile for .web project
", @@ -180,9 +180,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-13T07:10:54.417Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-22T11:37:20.327Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create DockerCompose.yml files", "Microsoft.VSTS.Scheduling.Effort": 10.0, "System.Description": "Create DockerCompose.yml files", diff --git a/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Product Backlog Item.json b/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Product Backlog Item.json index f8699fef..3d047130 100644 --- a/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Product Backlog Item.json +++ b/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Product Backlog Item.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-13T07:10:54.897Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:54.897Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create Endpoint for Azure Resource Manager", "Microsoft.VSTS.Scheduling.Effort": 1.0, "System.Description": "Create Endpoint for Azure Resource Manager such that it points to your active Azure subscription", @@ -62,9 +62,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-13T07:10:55.52Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:55.52Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create Endpoint for Azure Container Registry", "Microsoft.VSTS.Scheduling.Effort": 1.0, "System.Description": "Create Endpoint for Azure Container Registry in VSTS", @@ -112,9 +112,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-13T07:10:56.013Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:56.013Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Identify Azure components required", "Microsoft.VSTS.Scheduling.Effort": 2.0, "System.Description": "Identify Azure components required", @@ -153,9 +153,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-13T07:10:56.72Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:56.72Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add Dockercompose.yml files", "Microsoft.VSTS.Scheduling.Effort": 10.0, "System.Description": "
Add below files:

1. docker-compose.ci.build.yml
2. docker-compose.yml
3. Under (2) add docker-compose.override.yml
", @@ -203,9 +203,9 @@ "System.State": "Approved", "System.Reason": "Approved by the Product Owner", "System.CreatedDate": "2021-09-13T07:10:57.12Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:57.12Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Develop ARM template", "Microsoft.VSTS.Scheduling.Effort": 2.0, "System.Description": "
Develop ARM template with below components:

1. azuredeploy.json
2. azuredeploy.parameters.json
", @@ -262,9 +262,9 @@ "System.State": "Approved", "System.Reason": "Approved by the Product Owner", "System.CreatedDate": "2021-09-13T07:10:57.473Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:57.473Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add Dockerfile to .web project", "Microsoft.VSTS.Scheduling.Effort": 10.0, "System.Description": "
Add Dockerfile to .web project
", diff --git a/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Task.json b/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Task.json index 062ad67b..77137991 100644 --- a/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Task.json +++ b/src/VstsDemoBuilder/Templates/DL-Docker/WorkItems/Task.json @@ -12,9 +12,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-13T07:10:57.78Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:57.78Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create azuredeploy.json file", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "
Create azuredeploy.json file with below functionalities:

1. Deploy both Azure Container Registry and Azure Web App in a single template
2. Should accept Subscription automatically
3. Should accept Resource Group name
4. Should accept Location name
5. Should accept Azure Container Registry (ACR) name
6. Should have a dropdown to know if Admin user in ACR must be enabled or not. Use True or False as options.
7. Should have a dropdown to accept ACR Storage Type. Use Standard_LRS, Standard_ZRS, Standard_GRS as options in dropdown
8. Should accept Azure Web App name
9. Provide means to accept Terms & Conditions
10. Provide Purchase button

", @@ -53,9 +53,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-13T07:10:58.33Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:58.33Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create azuredeploy.parameters file", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "
Create azuredeploy.parameters file with below functionalities, so that we could have a collection of parameters to pass into the azuredeploy.json template:

1. Set default values for ACR such that a unique name is given
2. ACR Admin user is set to true
3. ACR Storage type is set to Standard_LRS
4. Web App name is set to null

", @@ -94,9 +94,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-13T07:10:58.797Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:58.797Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Update existing Azure Resource Manager endpoint", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Update existing Azure Resource Manager endpoint, such that it points to your active Azure subscription", @@ -135,9 +135,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-13T07:10:59.093Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:59.093Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create ACR Endpoint", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "

Create ACR\nEndpoint by mapping details from Azure Portal:


Login server – Docker Registry

\n\n

Username – Docker ID

\n\n

Password – Password

\n\n

Enter email id associated with your Azure account – email

", @@ -176,9 +176,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-13T07:10:59.467Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:10:59.467Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create and add a dockerfile", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Create and add a dockerfile with below contents:

FROM microsoft/aspnetcore:1.0
ARG source
WORKDIR /app
EXPOSE 80
COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "MyHealth.Web.dll"]
", @@ -217,9 +217,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-13T07:11:00.24Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-13T07:11:00.24Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add docker-compose.ci.build.yml file", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "





", diff --git a/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Epic.json b/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Epic.json index c53fca37..459ff85f 100644 --- a/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Epic.json +++ b/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Epic.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New epic", "System.CreatedDate": "2021-08-30T10:03:50.35Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-07T06:17:44.04Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Azure Deployments for PHP", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Azure Deployments for PHP", @@ -43,9 +43,9 @@ "System.State": "In Progress", "System.Reason": "Implementation started", "System.CreatedDate": "2021-08-30T10:03:50.66Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-07T06:17:44.04Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Setting Up DevOps pipeline", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Setting Up DevOps pipeline", diff --git a/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Feature.json b/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Feature.json index b6fac613..af1c8e08 100644 --- a/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Feature.json +++ b/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Feature.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-08-30T10:03:40.703Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-07T06:17:49.907Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Deployments to Azure", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Deployments to Azure", @@ -53,9 +53,9 @@ "System.State": "In Progress", "System.Reason": "Implementation started", "System.CreatedDate": "2021-08-30T10:03:41.78Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-07T06:17:49.907Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Set up CI-CD pipeline for PHP Application", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Set up CI-CD pipeline for PHP Application", diff --git a/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Product Backlog Item.json b/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Product Backlog Item.json index cfa1de0b..adbdd599 100644 --- a/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Product Backlog Item.json +++ b/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Product Backlog Item.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-08-30T10:03:42.503Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:42.503Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Identify Azure components required", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Identify Azure components required", @@ -43,9 +43,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-08-30T10:03:43.03Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:43.03Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Deploy PHP Application to Azure App Service", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Deploy PHP Application to Azure App Service", @@ -102,9 +102,9 @@ "System.State": "Committed", "System.Reason": "Commitment made by the team", "System.CreatedDate": "2021-08-30T10:03:44.177Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:44.177Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Use ARM templates in the CD pipeline", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Use ARM templates in the CD pipeline", @@ -143,9 +143,9 @@ "System.State": "Committed", "System.Reason": "Commitment made by the team", "System.CreatedDate": "2021-08-30T10:03:45.17Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:45.17Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "User Interface changes", "Microsoft.VSTS.Scheduling.Effort": 6.0, "System.Description": "User Interface changes", @@ -193,9 +193,9 @@ "System.State": "Approved", "System.Reason": "Approved by the Product Owner", "System.CreatedDate": "2021-08-30T10:03:45.577Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:45.577Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Develop ARM template", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Develop ARM template", @@ -224,9 +224,9 @@ "System.State": "Approved", "System.Reason": "Approved by the Product Owner", "System.CreatedDate": "2021-08-30T10:03:46.55Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:46.55Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create Endpoint for Azure Resource Manager", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Create Endpoint for Azure Resource Manager", diff --git a/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Task.json b/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Task.json index d671ee2b..e1747f3a 100644 --- a/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Task.json +++ b/src/VstsDemoBuilder/Templates/DL-PHP/WorkItems/Task.json @@ -12,9 +12,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-08-30T10:03:46.963Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:46.963Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Change the font style", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Change the font style", @@ -53,9 +53,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-08-30T10:03:47.473Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:47.473Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create a build definition ", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Create a build definition ", @@ -94,9 +94,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-08-30T10:03:48.57Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:48.57Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Archive the artifacts", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Archive the artifacts", @@ -135,9 +135,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-08-30T10:03:48.88Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:48.88Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Change the background colour", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Change the background colour", @@ -176,9 +176,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-08-30T10:03:49.157Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:49.157Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create ARM endpoint", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Create ARM endpoint", @@ -217,9 +217,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-08-30T10:03:50.063Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-08-30T10:03:50.063Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Create resources on Azure through ARM templates", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Create resources on Azure through ARM templates", diff --git a/src/VstsDemoBuilder/Templates/DL-ReleaseGates/WorkItems/Bug.json b/src/VstsDemoBuilder/Templates/DL-ReleaseGates/WorkItems/Bug.json index 55ad0e56..594b0d72 100644 --- a/src/VstsDemoBuilder/Templates/DL-ReleaseGates/WorkItems/Bug.json +++ b/src/VstsDemoBuilder/Templates/DL-ReleaseGates/WorkItems/Bug.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "Not fixed", "System.CreatedDate": "2021-09-29T14:44:45.737Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-29T14:44:45.737Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Disk out of space in Canary Environment", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Disk out of space in Canary Environment", diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Bug.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Bug.json index e4477950..f05e44c1 100644 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Bug.json +++ b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Bug.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New defect reported", "System.CreatedDate": "2021-09-01T10:07:37.127Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:37.127Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "FireFox crashes when Admin profile screen is opened", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "FireFox crashes when Admin profile screen is opened", @@ -43,9 +43,9 @@ "System.State": "New", "System.Reason": "New defect reported", "System.CreatedDate": "2021-09-01T10:07:37.42Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:37.42Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Fare History Filter Date option needs to be fixed", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Fare History Filter Date option needs to be fixed", @@ -74,9 +74,9 @@ "System.State": "Committed", "System.Reason": "Commitment made by the team", "System.CreatedDate": "2021-09-01T10:07:37.743Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:37.743Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "mail notification must include links to view on web portal", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "mail notification must include links to view on web portal", @@ -105,9 +105,9 @@ "System.State": "Approved", "System.Reason": "Approved by the Product Owner", "System.CreatedDate": "2021-09-01T10:07:38.047Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:38.047Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "There is a lag in the refresh of the map on the driver client application", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "There is a lag in the refresh of the map on the driver client application", diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Feature.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Feature.json index 9a301410..6b286363 100644 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Feature.json +++ b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Feature.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-01T10:07:12.997Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T08:24:27.563Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Notification controller", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Notification controller", @@ -43,9 +43,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-01T10:07:14.493Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T08:24:27.563Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Admin portal", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Admin portal", @@ -74,9 +74,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-01T10:07:15.53Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T08:24:27.563Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Credit Card payment system", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Credit Card payment system", @@ -105,9 +105,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-01T10:07:16.42Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T08:24:27.563Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "DevTest environment on Azure", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "DevTest environment on Azure", @@ -136,9 +136,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-01T10:07:17.517Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T08:24:27.563Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Social marketing campaigns", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Social marketing campaigns", @@ -167,9 +167,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-01T10:07:17.98Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T08:24:27.563Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Shuttle advanced booking manager", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Shuttle advanced booking manager", @@ -198,9 +198,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-01T10:07:18.52Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T08:24:27.563Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Shuttle booking", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Shuttle booking", @@ -229,9 +229,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-01T10:07:18.963Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T08:24:27.563Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Frequent Rider program", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Frequent Rider program", @@ -260,9 +260,9 @@ "System.State": "New", "System.Reason": "New feature", "System.CreatedDate": "2021-09-01T10:07:19.253Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-21T08:24:27.563Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Fare history page for drivers", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Fare history page for drivers", diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Product Backlog Item.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Product Backlog Item.json index 72736099..5e0eee0b 100644 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Product Backlog Item.json +++ b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Product Backlog Item.json @@ -12,9 +12,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:19.593Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:19.593Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As an admin, I want to be able to contact the passenger", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As an admin, I want to be able to contact the passenger", @@ -43,9 +43,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:19.99Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:19.99Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a driver, I want to know the shortest route to the pickup/dropoff point", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a driver, I want to know the shortest route to the pickup/dropoff point", @@ -74,9 +74,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:20.31Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:20.31Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer I want to know the estimated arrival time of the shuttle", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a customer I want to know the estimated arrival time of the shuttle", @@ -105,9 +105,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:20.633Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:20.633Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer, I want to know the estimated fare to the destination", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a customer, I want to know the estimated fare to the destination", @@ -136,9 +136,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:20.963Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:20.963Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a driver, I want to have access to my travel history with summary of charges", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a driver, I want to have access to my travel history with summary of charges", @@ -167,9 +167,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:21.4Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:21.4Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer, I should be able to store my credit card with my user profile", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a customer, I should be able to store my credit card with my user profile", @@ -198,9 +198,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:21.75Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:21.75Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer, I want to be able to make advanced bookings", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a customer, I want to be able to make advanced bookings", @@ -229,9 +229,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:22.083Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:22.083Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a driver, I want to be able to notify the admin on booking cancellation", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a driver, I want to be able to notify the admin on booking cancellation", @@ -260,9 +260,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:22.37Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:22.37Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Customer should be notified on profile updates", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Customer should be notified on profile updates", @@ -291,9 +291,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:22.727Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:22.727Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer, I want to know the estimated fare to the destination", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a customer, I want to know the estimated fare to the destination", @@ -322,9 +322,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:23.04Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:23.04Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a driver, I want a summary of charges", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a driver, I want a summary of charges", @@ -353,9 +353,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:23.323Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:23.323Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As an adminsitrator, I should be able to see customer travel history", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As an adminsitrator, I should be able to see customer travel history", @@ -384,9 +384,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:23.613Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:23.613Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer, I should be able to sign out of the portal", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a customer, I should be able to sign out of the portal", @@ -415,9 +415,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:24.057Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:24.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Load test for 300K peak users scenarios for the upcoming campaign", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Load test for 300K peak users scenarios for the upcoming campaign", @@ -446,9 +446,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:24.393Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:24.393Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Set new Azure subscription for DB teams", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Set new Azure subscription for DB teams", @@ -477,9 +477,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:24.7Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:24.7Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer, I want to cancel my bookings 30 minutes before pickup", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a customer, I want to cancel my bookings 30 minutes before pickup", @@ -508,9 +508,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:24.987Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:24.987Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Customers should be notified on distruption of services", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Customers should be notified on distruption of services", @@ -539,9 +539,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:25.283Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:25.283Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer, I want to create a profile and store my personal information so I can quickly book a shuttle", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a customer, I want to create a profile and store my personal information so I can quickly book a shuttle", @@ -570,9 +570,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:25.59Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:25.59Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer, I want to be able to print receipts of my past travel", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a customer, I want to be able to print receipts of my past travel", @@ -601,9 +601,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:25.877Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:25.877Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer I want to be able to identify the location of the shuttle", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "As a customer I want to be able to identify the location of the shuttle", @@ -632,9 +632,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:26.173Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:26.173Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Move INTPPE environment to Azure", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Move INTPPE environment to Azure", @@ -663,9 +663,9 @@ "System.State": "New", "System.Reason": "New backlog item", "System.CreatedDate": "2021-09-01T10:07:26.46Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:26.46Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Upgrade data storage capacity", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Upgrade data storage capacity", diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Task.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Task.json index fd3cbf9e..b7d6ac9b 100644 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Task.json +++ b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Task.json @@ -12,9 +12,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:26.757Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:26.757Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Change on the data capacity to 512TB on MSVRAID", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Change on the data capacity to 512TB on MSVRAID", @@ -43,9 +43,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:27.09Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:27.09Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Custom Notification to Customer", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Custom Notification to Customer", @@ -74,9 +74,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:27.37Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:27.37Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Passenger info retrieval option to be added", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Passenger info retrieval option to be added", @@ -105,9 +105,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:27.667Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:27.667Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Test route calculation", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Test route calculation", @@ -136,9 +136,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:28.127Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:28.127Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Aggregate the summary data in the model", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Aggregate the summary data in the model", @@ -167,9 +167,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:28.403Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:28.403Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add the view UI for the total", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add the view UI for the total", @@ -198,9 +198,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:28.683Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:28.683Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Update Notification", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Update Notification", @@ -229,9 +229,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:28.97Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:28.97Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Review Legal Terms", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Review Legal Terms", @@ -260,9 +260,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:29.253Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:29.253Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Estimated Time Calculator", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Estimated Time Calculator", @@ -291,9 +291,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:29.62Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:29.62Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Distance Calculator - GeoLocate Current Point", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Distance Calculator - GeoLocate Current Point", @@ -322,9 +322,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:29.9Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:29.9Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Profile Details", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Profile Details", @@ -353,9 +353,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:30.18Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:30.18Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Test Cancellation Scenarios", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Test Cancellation Scenarios", @@ -384,9 +384,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:30.473Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:30.473Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Cancellation Notification to Driver", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Cancellation Notification to Driver", @@ -415,9 +415,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:30.753Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:30.753Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Cancellation Conditions", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Cancellation Conditions", @@ -446,9 +446,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:31.033Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:31.033Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add Billing Address", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add Billing Address", @@ -477,9 +477,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:31.333Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:31.333Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add Another Card Option", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add Another Card Option", @@ -508,9 +508,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:31.607Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:31.607Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add a update profile option", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add a update profile option", @@ -539,9 +539,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:32.66Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:32.66Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Document terms and conditions of the disclaimer", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Document terms and conditions of the disclaimer", @@ -570,9 +570,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:32.953Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:32.953Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Update doc on the calculation method", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Update doc on the calculation method", @@ -601,9 +601,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:33.24Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:33.24Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Calculate the total for the total fare", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Calculate the total for the total fare", @@ -632,9 +632,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:33.527Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:33.527Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Calculate total for the trips", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Calculate total for the trips", @@ -663,9 +663,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:34.42Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:34.42Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add a row to the table in the fares home page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add a row to the table in the fares home page", @@ -694,9 +694,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:34.763Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:34.763Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Call Passenger Option", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Call Passenger Option", @@ -725,9 +725,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:35.043Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:35.043Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Push Notification to include arrival time", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Push Notification to include arrival time", @@ -756,9 +756,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:35.367Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:35.367Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Invalidate session on log out", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Invalidate session on log out", @@ -787,9 +787,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:35.643Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:35.643Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add a signout link to the home page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add a signout link to the home page", @@ -818,9 +818,9 @@ "System.State": "To Do", "System.Reason": "New task", "System.CreatedDate": "2021-09-01T10:07:35.927Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:35.927Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add a link to the dashboard page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Add a link to the dashboard page", diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Case.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Case.json index b7a54f4f..57b39742 100644 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Case.json +++ b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Case.json @@ -12,13 +12,13 @@ "System.State": "Design", "System.Reason": "New", "System.CreatedDate": "2021-09-01T10:07:36.2Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:36.2Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Test - the total field must also show the sum", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -43,13 +43,13 @@ "System.State": "Design", "System.Reason": "New", "System.CreatedDate": "2021-09-01T10:07:36.57Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:36.57Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Test - the sum of the fares must on the trips selected", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -74,13 +74,13 @@ "System.State": "Design", "System.Reason": "New", "System.CreatedDate": "2021-09-01T10:07:36.847Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:36.847Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Shuttle Booking - Current", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Plan.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Plan.json index 314def18..48a11f67 100644 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Plan.json +++ b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Plan.json @@ -12,9 +12,9 @@ "System.State": "Active", "System.Reason": "New test plan", "System.CreatedDate": "2021-09-01T10:07:38.357Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:38.357Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "MyShuttle2 Team_Stories_Sprint 3", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "MyShuttle2 Team_Stories_Sprint 3", @@ -43,9 +43,9 @@ "System.State": "Active", "System.Reason": "New test plan", "System.CreatedDate": "2021-09-01T10:07:38.643Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:38.643Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Release 1.0", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Release 1.0", @@ -74,13 +74,13 @@ "System.State": "Active", "System.Reason": "New test plan", "System.CreatedDate": "2021-09-20T10:58:03.943Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-20T10:58:03.943Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Test", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Suite.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Suite.json index e1e67d17..e1dc030b 100644 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Suite.json +++ b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/WorkItems/Test Suite.json @@ -12,9 +12,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:38.93Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:38.93Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "MyShuttle2 Team_Stories_Sprint 3", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "MyShuttle2 Team_Stories_Sprint 3", @@ -43,9 +43,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:39.247Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:39.247Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "765 : As a driver, I want to have access to my travel history with summary of charges", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "765 : As a driver, I want to have access to my travel history with summary of charges", @@ -74,9 +74,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:39.583Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:39.583Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "MyShuttle2 Team_Stories_Sprint 3", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "MyShuttle2 Team_Stories_Sprint 3", @@ -105,9 +105,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:39.867Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:39.867Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Manual Tests", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Manual Tests", @@ -136,9 +136,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:40.14Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:40.14Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "New suite", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "New suite", @@ -167,9 +167,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:40.437Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:40.437Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Load Tests", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Load Tests", @@ -198,9 +198,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:40.72Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:40.72Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "UI Automation", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "UI Automation", @@ -229,9 +229,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:41.013Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:41.013Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Performance Tests", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Performance Tests", @@ -260,9 +260,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:41.31Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:41.31Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Smoke Tests", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Smoke Tests", @@ -291,9 +291,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:41.587Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:41.587Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Regression Suites", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Regression Suites", @@ -322,9 +322,9 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-01T10:07:41.887Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-01T10:07:41.887Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Release 1.0", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "Release 1.0", @@ -353,13 +353,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2021-09-20T10:58:04.577Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2021-09-20T10:58:04.577Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Test", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Bug.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Bug.json index 68d62fd0..ba8beb3d 100644 --- a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Bug.json +++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Bug.json @@ -11,10 +11,6 @@ "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", @@ -52,10 +48,6 @@ "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", diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Epic.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Epic.json index f0ef8a07..67c80f2f 100644 --- a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Epic.json +++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Epic.json @@ -11,10 +11,6 @@ "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.", @@ -52,10 +48,6 @@ "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", @@ -120,10 +112,6 @@ "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", @@ -170,10 +158,6 @@ "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", @@ -220,10 +204,6 @@ "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", @@ -270,10 +250,6 @@ "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", @@ -311,10 +287,6 @@ "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", @@ -361,10 +333,6 @@ "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", @@ -411,10 +379,6 @@ "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", @@ -452,10 +416,6 @@ "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", @@ -493,10 +453,6 @@ "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", @@ -524,14 +480,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -555,10 +507,6 @@ "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", @@ -586,10 +534,6 @@ "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.", @@ -617,14 +561,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -648,10 +588,6 @@ "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.", diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Feature.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Feature.json index e4d87dbf..2c9c4219 100644 --- a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Feature.json +++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Feature.json @@ -11,10 +11,6 @@ "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", @@ -52,10 +48,6 @@ "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", @@ -93,10 +85,6 @@ "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", @@ -143,10 +131,6 @@ "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", @@ -184,10 +168,6 @@ "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", @@ -225,10 +205,6 @@ "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", @@ -266,10 +242,6 @@ "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", @@ -307,10 +279,6 @@ "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", @@ -348,10 +316,6 @@ "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", @@ -389,10 +353,6 @@ "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", @@ -430,10 +390,6 @@ "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.", @@ -471,10 +427,6 @@ "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", @@ -512,10 +464,6 @@ "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", @@ -553,10 +501,6 @@ "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", @@ -594,10 +538,6 @@ "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", @@ -635,10 +575,6 @@ "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", @@ -676,10 +612,6 @@ "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", @@ -717,10 +649,6 @@ "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", @@ -758,10 +686,6 @@ "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.", @@ -789,10 +713,6 @@ "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.", @@ -820,10 +740,6 @@ "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.", @@ -851,10 +767,6 @@ "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", 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 index 7a42ca1c..b617921d 100644 --- a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Product Backlog Item.json +++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Product Backlog Item.json @@ -11,10 +11,6 @@ "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", @@ -52,10 +48,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.", @@ -83,10 +75,6 @@ "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", @@ -142,10 +130,6 @@ "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.", @@ -183,10 +167,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", @@ -224,10 +204,6 @@ "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", @@ -255,10 +231,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", @@ -296,10 +268,6 @@ "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.", @@ -327,14 +295,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -358,14 +322,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -389,10 +349,6 @@ "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", @@ -448,10 +404,6 @@ "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", @@ -479,10 +431,6 @@ "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.", @@ -510,10 +458,6 @@ "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", @@ -551,10 +495,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", @@ -592,10 +532,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 ", @@ -633,10 +569,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", @@ -674,10 +606,6 @@ "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", diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Task.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Task.json index 579f78e5..41df020e 100644 --- a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Task.json +++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Task.json @@ -11,10 +11,6 @@ "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", @@ -42,10 +38,6 @@ "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", @@ -73,10 +65,6 @@ "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", @@ -104,10 +92,6 @@ "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", @@ -135,10 +119,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", @@ -166,10 +146,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", @@ -197,10 +173,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", @@ -228,10 +200,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", @@ -259,10 +227,6 @@ "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", @@ -290,10 +254,6 @@ "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", @@ -334,10 +294,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", @@ -365,10 +321,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, @@ -396,10 +348,6 @@ "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, @@ -427,10 +375,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", @@ -458,10 +402,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, @@ -489,10 +429,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", @@ -520,10 +456,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 ", @@ -551,14 +483,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -582,10 +510,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", @@ -613,10 +537,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", @@ -644,10 +564,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", @@ -675,10 +591,6 @@ "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", @@ -706,10 +618,6 @@ "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", @@ -737,10 +645,6 @@ "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, @@ -768,14 +672,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -799,10 +699,6 @@ "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, @@ -830,10 +726,6 @@ "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, @@ -861,10 +753,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.313Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Calculate delivery date based on shipping method", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -892,10 +780,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, diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Case.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Case.json index f4b5932e..52ee9841 100644 --- a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Case.json +++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Case.json @@ -11,14 +11,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 3.0, "System.BoardLane": null, @@ -42,14 +38,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -73,14 +65,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -104,14 +92,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -135,14 +119,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -166,14 +146,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -197,14 +173,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -228,14 +200,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -259,14 +227,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -290,14 +254,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -321,14 +281,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 1.0, "System.BoardLane": null, @@ -352,14 +308,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 1.0, "System.BoardLane": null, @@ -383,14 +335,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 1.0, "System.BoardLane": null, @@ -414,14 +362,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 4.0, "System.BoardLane": null, @@ -445,14 +389,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -476,14 +416,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -507,14 +443,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -538,14 +470,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -569,14 +497,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -600,14 +524,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -631,14 +551,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -662,14 +578,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 4.0, "System.BoardLane": null, @@ -693,14 +605,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 4.0, "System.BoardLane": null, @@ -724,14 +632,10 @@ "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 ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -755,14 +659,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:30.39Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:30.39Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Capacity verification", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -786,14 +686,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:30.67Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:30.67Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "VS Bug", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 1.0, "System.BoardLane": null, @@ -817,14 +713,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:30.963Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:30.963Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify clone baseline functionality", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -848,14 +740,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:31.257Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:31.257Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Shopping using categories Test Case", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -879,14 +767,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:31.553Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:31.553Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "As a customer I would be able to browse the site", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -910,14 +794,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:31.86Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:31.86Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "The customer should be able to place an item to the cart", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -941,14 +821,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:32.823Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:32.823Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "As a customer, I should be able to login", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -972,14 +848,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:33.123Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:33.123Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "As a customer, I should be able to login ", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1003,14 +875,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:33.43Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:33.43Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "As a consumer, I want to be able to add a coupon code to my purchase", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1034,14 +902,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:33.72Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:33.72Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "New test", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1065,14 +929,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:34.017Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:34.017Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that only managers c an have hierarchical backlog.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1096,14 +956,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:34.307Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:34.307Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Product Load Verification", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1127,14 +983,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:34.63Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:34.63Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Mobile verification", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1158,14 +1010,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:34.917Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:34.917Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Battery Test CAse", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1189,14 +1037,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:35.21Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:35.21Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Sachin please test the new categories", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1220,14 +1064,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:35.5Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:35.5Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify the performance impact of loarge file loads are wiythin the specified limits", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1251,14 +1091,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:35.787Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:35.787Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify the large file loads", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1282,14 +1118,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:36.09Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:36.09Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify CDNsetup works", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1313,14 +1145,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:36.38Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:36.38Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that cloning works decoupled form Phoenix legacy team. New Test", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1344,14 +1172,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:36.687Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:36.687Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify by clicking on Login redirecting the user to login page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1375,14 +1199,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:36.99Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:36.99Z", - "System.ChangedBy": "Akshay Hosur ", - "System.Title": "\"Verify succesfull login. Pre-requisite: Valid email and password\"", + "System.Title": "Verify succesfull login. Pre-requisite: Valid email and password", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1406,14 +1226,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:37.3Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:37.3Z", - "System.ChangedBy": "Akshay Hosur ", - "System.Title": "\"Verify succesfull login. Pre-requisite: Valid email and password\"", + "System.Title": "Verify succesfull login. Pre-requisite: Valid email and password", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1437,14 +1253,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:38.267Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:38.267Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify by clicking on Register as new user? redirecting the user to registration page", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1468,14 +1280,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:38.553Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:38.553Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify succesfull Registration. Pre-requisite: Valid email", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1499,14 +1307,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:38.843Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:38.843Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify user email confirmation by clicking the link Click here to confirm your email Pre-requisite: Valid email", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1530,14 +1334,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:39.15Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:39.15Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify any input data entered returns proper results.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1561,14 +1361,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:39.5Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:39.5Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify any input data entered returns proper results/error message guiding to enter the correct input.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1592,14 +1388,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:39.8Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:39.8Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify search results change according to the input", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1623,14 +1415,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:40.09Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:40.09Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify any input data entered returns proper message when no results found.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1654,14 +1442,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:40.397Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:40.397Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify clicking on logo redirects user to home page.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1685,14 +1469,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:40.707Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:40.707Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify by adding product to cart page.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1716,14 +1496,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:40.997Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:40.997Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify by removing product from cart page.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1747,14 +1523,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:41.367Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:41.367Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that the items are displayed in the Frequently Bought section.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1788,14 +1560,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:41.683Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:41.683Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that a notification is sent out to the user when there are changes to the order", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1829,14 +1597,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:41.983Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:41.983Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that user is allowed to save his credit card detail", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1870,14 +1634,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:42.317Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:42.317Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that user is not allowed to save invalid credit card details", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1911,14 +1671,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:42.62Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:42.62Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that user is allowed to edit and save his valid credit card details", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1952,14 +1708,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:42.92Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:42.92Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that user should be able to sort the products based on Price and Customer ratings", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1993,14 +1745,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:43.203Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:43.203Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that as a customer, user should be able to print the purchase order", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2034,14 +1782,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:43.573Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:43.573Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that customer is allowed to add address for shipping.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2075,14 +1819,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:43.86Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:43.86Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Validate that customer is able to add an item to the wishlist", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2116,14 +1856,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:44.16Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:44.16Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Validate that customer is allowed to add an feedback to the item purchases", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2157,14 +1893,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:44.467Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:44.467Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that Admin is able to change the price of the item", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2198,14 +1930,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:44.75Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:44.75Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that Customer is able to add an item into the shopping cart", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2239,14 +1967,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:45.043Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:45.043Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that user is able to add multiple items into the shopping cart", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2280,14 +2004,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:45.387Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:45.387Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that user is able to remove the item from cart", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2321,14 +2041,10 @@ "System.WorkItemType": "Test Case", "System.State": "Design", "System.Reason": "New", - "System.CreatedDate": "2023-12-19T08:21:45.683Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:21:45.683Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "Verify that the tentative date is displayed for shipping the product", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Plan.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Plan.json index a126cd1e..1cfe819a 100644 --- a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Plan.json +++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Plan.json @@ -11,14 +11,9 @@ "System.WorkItemType": "Test Plan", "System.State": "Active", "System.Reason": "New test plan", - "System.CreatedDate": "2023-12-19T08:22:06.813Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:22:06.813Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "PartsUnlimited-tc_TestPlan1", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, diff --git a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Suite.json b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Suite.json index 2feb4292..83e3dc47 100644 --- a/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Suite.json +++ b/src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/WorkItems/Test Suite.json @@ -11,14 +11,9 @@ "System.WorkItemType": "Test Suite", "System.State": "In Progress", "System.Reason": "New test suite", - "System.CreatedDate": "2023-12-19T08:22:06.923Z", - "System.CreatedBy": "Akshay Hosur ", - "System.ChangedDate": "2023-12-19T08:22:20.83Z", - "System.ChangedBy": "Akshay Hosur ", "System.Title": "PartsUnlimited-tc_TestPlan1", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -43,13 +38,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:07.677Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:07.677Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12321 : Provide tentative duration for shipping.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -74,13 +69,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:09.5Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:09.5Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12308 : Provide related items or frequently bought together section when people browse or search", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -105,13 +100,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:10.653Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:10.653Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12322 : Notify the user about any changes made to the order", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -136,13 +131,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:11.817Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:11.817Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12318 : As a customer, I would like to store my credit card details securely", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -167,13 +162,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:12.957Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:12.957Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12312 : As a customer, I would like to have a sort capabaility by price and customer ratings", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -198,13 +193,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:14.22Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:14.22Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12311 : As a customer, I should be able to print my purchase order", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -229,13 +224,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:15.413Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:15.413Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12314 : As a customer, I would like to save my addresses so that I can easily select the address for delivery", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -260,13 +255,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:16.65Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:16.65Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12325 : As a customer, I would like to have a wishlist where I can add items for future purchase", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -291,13 +286,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:18.037Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:18.037Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12324 : As a customer, I would like to provide my feedback on items that I have purchased", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -322,13 +317,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:19.44Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:19.44Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12323 : As a admin, I should be able to update prices on ad-hoc condition", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, @@ -353,13 +348,13 @@ "System.State": "In Progress", "System.Reason": "New test suite", "System.CreatedDate": "2023-12-19T08:22:20.673Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-12-19T08:22:20.673Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "12310 : As a customer, I should be able to put items to shopping cart", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 0.0, "System.BoardLane": null, diff --git a/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Bug.json b/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Bug.json index 8c7337da..0c250ad3 100644 --- a/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Bug.json +++ b/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Bug.json @@ -12,9 +12,9 @@ "System.State": "Resolved", "System.Reason": "Fixed", "System.CreatedDate": "2023-07-10T10:54:39.203Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-27T13:12:51.64Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Failed to capture the credit card payment details", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -52,13 +52,13 @@ "System.State": "Resolved", "System.Reason": "Fixed", "System.CreatedDate": "2023-07-10T10:56:17.827Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-27T13:12:51.64Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Items are removed automatically when the new item added to the wishlist", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 8.0, "Microsoft.VSTS.Common.Priority": 1.0, "System.BoardLane": null, @@ -92,9 +92,9 @@ "System.State": "Active", "System.Reason": "Approved", "System.CreatedDate": "2023-07-10T10:57:49.82Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-27T13:12:31.023Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Pages are taking long time to load in peak time ", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -132,9 +132,9 @@ "System.State": "Resolved", "System.Reason": "Fixed", "System.CreatedDate": "2023-07-10T10:58:06.32Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:57:07.45Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Images are not displaying properly", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -251,7 +251,7 @@ "System.CreatedDate": "2023-07-26T11:28:29.413Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:57:45.513Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Build 20230719.1 failed", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -291,7 +291,7 @@ "System.CreatedDate": "2023-07-27T11:28:29.183Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:57:44.203Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Build 20230720.1 failed", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, diff --git a/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Epic.json b/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Epic.json index 94bb1ed5..c5a89cfa 100644 --- a/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Epic.json +++ b/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Epic.json @@ -14,7 +14,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-27T11:41:05.58Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Modernize $ProjectName$ Frontend", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": "
  • Updating in GUI
  • Changes in Themes
", @@ -62,7 +62,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:38:27.937Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add Product Recommendations", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -110,7 +110,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:49:21.73Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Enhance Order Management Functionality", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -190,7 +190,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:50:11.483Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Improve Search Functionality", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -246,7 +246,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:39:06.59Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Internationalization and Localization Support", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -342,7 +342,7 @@ "System.CreatedDate": "2023-06-28T10:06:22.373Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:48:05.173Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Payment", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -422,7 +422,7 @@ "System.CreatedDate": "2023-07-10T08:57:19.923Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:50:20.637Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Database Performance Optimization", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -462,7 +462,7 @@ "System.CreatedDate": "2023-07-10T08:57:30.24Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-27T07:25:41.21Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Database Backup and Recovery", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -542,7 +542,7 @@ "System.CreatedDate": "2023-07-10T08:58:36.577Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-27T07:25:29.057Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Database Schema Versioning and Deployment", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -582,7 +582,7 @@ "System.CreatedDate": "2023-07-17T09:27:09.79Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-27T12:19:46.44Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Product Training", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -620,9 +620,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-08-03T10:38:06.74Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-08-03T10:38:49.817Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Login and Registration functionality", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, diff --git a/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Feature.json b/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Feature.json index aa72a07f..3d7faef9 100644 --- a/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Feature.json +++ b/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Feature.json @@ -54,7 +54,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:37:02.337Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add Social Login Integration", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -214,7 +214,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:48:58.837Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Order Tracking and Shipment Status", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -646,7 +646,7 @@ "System.CreatedDate": "2023-07-10T10:06:18.64Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-27T07:16:12.207Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Optimizing queries and Enhancing indexing strategies", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -902,7 +902,7 @@ "System.CreatedDate": "2023-07-17T10:35:25.09Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-27T12:19:39.847Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Training dashboard", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -964,9 +964,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-27T07:19:13.213Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-27T07:21:28.163Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Enhance the search functionality - show related products based on history", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1020,9 +1020,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-27T07:22:36.937Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-27T07:22:36.937Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Design search box", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1068,9 +1068,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-28T09:35:56.06Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:36:32.007Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Store the login details in encrypted format", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1132,9 +1132,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-08-03T10:38:33.777Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-08-03T10:38:42.343Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Login and Registration functionality", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, diff --git a/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Task.json b/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Task.json index 6fe26ef6..0d84a559 100644 --- a/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Task.json +++ b/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/Task.json @@ -169,7 +169,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-10T05:48:08.103Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Research and select suitable social login providers (e.g., Facebook, Google, Twitter).", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -240,7 +240,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-10T05:48:08.54Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Enable users to link their social media accounts with their existing $ProjectName$ accounts", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -373,7 +373,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-10T05:41:58.3Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Optimize database queries and indexing for faster data retrieval.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -413,7 +413,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-10T05:42:06.25Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Implement caching mechanisms to reduce the load on the server.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1215,7 +1215,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:48:59.333Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Send email notifications to users when there are significant changes in the shipment status.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1255,7 +1255,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:48:59.333Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Implement a user-friendly interface for tracking orders and understanding shipment progress.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1481,7 +1481,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-10T05:47:25.39Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Implement the ability to remove items from a wishlist.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1521,7 +1521,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-10T05:47:25.837Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Share wishlists with others via email or social media.", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1592,7 +1592,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-10T05:47:25.837Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Provide notifications when wishlist items go on sale or become available", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1980,13 +1980,13 @@ "System.State": "Active", "System.Reason": "Work started", "System.CreatedDate": "2023-07-10T05:44:34.317Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:36:48.73Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Login using MSA", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 3.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2020,9 +2020,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-10T05:44:45.093Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:36:48.73Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Login using Google account", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2060,9 +2060,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-10T05:44:54.657Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:36:48.73Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Login using Apple Id", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2100,13 +2100,13 @@ "System.State": "Active", "System.Reason": "Work started", "System.CreatedDate": "2023-07-10T05:45:10.363Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:36:48.73Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Login using Linked In authentication", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2140,13 +2140,13 @@ "System.State": "Closed", "System.Reason": "Completed", "System.CreatedDate": "2023-07-10T10:52:18.04Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:48:59.333Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Tracking order status", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 8.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2180,13 +2180,13 @@ "System.State": "Active", "System.Reason": "Reactivated", "System.CreatedDate": "2023-07-10T10:52:29.593Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:48:59.333Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Notify the customer through SMS", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 8.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2220,13 +2220,13 @@ "System.State": "Closed", "System.Reason": "Completed", "System.CreatedDate": "2023-07-10T10:52:38.857Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:48:59.333Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Notify the customer through email", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2260,9 +2260,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-10T10:52:54.43Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-10T10:52:54.43Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Notify the customer when the price drop", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2300,13 +2300,13 @@ "System.State": "Closed", "System.Reason": "Completed", "System.CreatedDate": "2023-07-10T10:53:22.573Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:58:19.413Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Send notification to user when the wishlist updated", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2340,13 +2340,13 @@ "System.State": "Active", "System.Reason": "Work started", "System.CreatedDate": "2023-07-10T10:53:49.34Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:56:33.77Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Extend the logic to move the items from wishlist to cart", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 13.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2380,13 +2380,13 @@ "System.State": "Closed", "System.Reason": "Completed", "System.CreatedDate": "2023-07-10T10:55:09.313Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:59:00.077Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Store the card details with valid encryption and decryption logic", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 7.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2420,13 +2420,13 @@ "System.State": "Active", "System.Reason": "Work started", "System.CreatedDate": "2023-07-10T10:57:02.677Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-21T12:42:37.03Z", "System.ChangedBy": "Suraj ", "System.Title": "Prepare a dashboard to showcase the inventory details", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 25.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2460,13 +2460,13 @@ "System.State": "Closed", "System.Reason": "Completed", "System.CreatedDate": "2023-07-10T10:57:21.707Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:57:56.047Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Provide an option to add the items to inventory through barcode scanning", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 5.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2500,13 +2500,13 @@ "System.State": "Closed", "System.Reason": "Completed", "System.CreatedDate": "2023-07-10T10:58:24.8Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:58:00.543Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Capture the details upon the payment", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 6.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2540,13 +2540,13 @@ "System.State": "Active", "System.Reason": "Reactivated", "System.CreatedDate": "2023-07-10T10:59:08.143Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:59:12.937Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Post purchase- prompt the user to submit the product review", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 7.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2580,9 +2580,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-10T10:59:41.53Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:57:20.73Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Send an email to submit review on the product", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2620,13 +2620,13 @@ "System.State": "Active", "System.Reason": "Reactivated", "System.CreatedDate": "2023-07-10T10:59:56.867Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:59:14.17Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Promote the debit card payment with offers", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 8.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2660,9 +2660,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-10T11:00:40.553Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:57:30.553Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Based on the type of the card, offer should be differed. ", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2700,13 +2700,13 @@ "System.State": "Active", "System.Reason": "Reactivated", "System.CreatedDate": "2023-07-10T11:01:32.373Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:59:15.46Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Allow customer to order the product without login", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 4.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2740,9 +2740,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-10T11:02:05.6Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:57:34.24Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Make the delivery address mandatory before checkout", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2780,13 +2780,13 @@ "System.State": "Active", "System.Reason": "Work started", "System.CreatedDate": "2023-07-10T11:02:55.22Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:57:39.143Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Analyze the user behavior with the application", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 8.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2820,13 +2820,13 @@ "System.State": "Active", "System.Reason": "Reactivated", "System.CreatedDate": "2023-07-10T11:03:43.59Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-17T04:59:19.487Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Integrate with social media platforms to share about the product", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 2.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2862,7 +2862,7 @@ "System.CreatedDate": "2023-07-18T08:23:00.73Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-27T12:19:23.533Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add page for most recent tutorials", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2902,11 +2902,11 @@ "System.CreatedDate": "2023-07-18T08:29:23.923Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:59:21.457Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Optimize data query for most recent tutorials", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 16.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -2940,9 +2940,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-28T09:58:46.323Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:58:52.457Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Store notification and alert", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, diff --git a/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/User Story.json b/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/User Story.json index 19c339d9..af20f3e6 100644 --- a/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/User Story.json +++ b/src/VstsDemoBuilder/Templates/Gen-eShopOnWeb/WorkItems/User Story.json @@ -14,7 +14,7 @@ "System.CreatedDate": "2023-06-22T12:09:44.95Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:48:59.333Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a existing User, I want to track my order status", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -566,7 +566,7 @@ "System.CreatedDate": "2023-06-22T14:44:45.517Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T10:07:10.983Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Wishlist enhancement", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -854,11 +854,11 @@ "System.CreatedDate": "2023-06-28T10:13:04.04Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:54:02.55Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Debit card section", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, - "System.AssignedTo": "Akshay Hosur ", + "System.AssignedTo": "", "Microsoft.VSTS.Scheduling.RemainingWork": 0.0, "Microsoft.VSTS.Common.Priority": 2.0, "System.BoardLane": null, @@ -1129,9 +1129,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-10T05:43:53.577Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-27T07:24:46.39Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Add azure cognitive search service", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1169,9 +1169,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-10T05:44:22.07Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:36:48.337Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Implement login with different social media platforms", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -1947,7 +1947,7 @@ "System.CreatedDate": "2023-07-18T07:22:10.64Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-28T09:59:37.077Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer, I want to view new tutorials", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2003,7 +2003,7 @@ "System.CreatedDate": "2023-07-18T07:22:41.793Z", "System.CreatedBy": "Suraj ", "System.ChangedDate": "2023-07-27T12:17:55.25Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "As a customer, I would like to see recently viewed tutorial", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2152,9 +2152,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-27T07:19:52.04Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-27T07:24:55.403Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Show related product based on the history below search box", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2192,9 +2192,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-27T07:20:06.547Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-27T07:24:55.403Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Showcase search history", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2232,9 +2232,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-27T07:23:20.333Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-27T07:25:00.99Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Search box should show upon clicking search button", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2272,9 +2272,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-28T09:37:28.527Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:37:28.527Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Store social login details into user details table", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2312,9 +2312,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-28T09:37:39.257Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:37:39.257Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "validate the login user details", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2352,9 +2352,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-07-28T09:37:51.72Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-07-28T09:37:51.72Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "encrypt user personal details in db", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2392,9 +2392,9 @@ "System.State": "Active", "System.Reason": "Active", "System.CreatedDate": "2023-08-03T10:39:11.327Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-08-03T10:41:31.967Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Login and new user registraion to the eShopOnWeb portal using email id and password", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, @@ -2456,9 +2456,9 @@ "System.State": "New", "System.Reason": "New", "System.CreatedDate": "2023-08-03T10:39:40.62Z", - "System.CreatedBy": "Akshay Hosur ", + "System.CreatedBy": "", "System.ChangedDate": "2023-08-03T10:39:40.62Z", - "System.ChangedBy": "Akshay Hosur ", + "System.ChangedBy": "", "System.Title": "Register to eShop using your email id and passoword", "Microsoft.VSTS.Scheduling.Effort": 0.0, "System.Description": null, From 6e3edc18709e82e942f3cc74a8f8e3be39a19cd0 Mon Sep 17 00:00:00 2001 From: aksh-h Date: Tue, 23 Jan 2024 16:56:56 +0530 Subject: [PATCH 05/10] updated myshuttle template --- .../MyShuttle-Docker-yaml.json | 67 ---- .../BuildDefinitions/MyShuttle-yaml.json | 19 +- .../BuildDefinitions/MyShuttleBuild.json | 194 --------- .../MyShuttleDockerBuild.json | 295 ++------------ .../MyShuttleDockerRelease.json | 371 ------------------ .../ReleaseDefinitions/MyShuttleRelease.json | 312 --------------- .../ServiceEndpoints/AzureRM.json | 23 ++ .../Visual Studio Enterprise.json | 0 src/VstsDemoBuilder/VstsDemoBuilder.csproj | 86 +--- 9 files changed, 86 insertions(+), 1281 deletions(-) delete mode 100644 src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttle-Docker-yaml.json delete mode 100644 src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttleBuild.json delete mode 100644 src/VstsDemoBuilder/Templates/Gen-MyShuttle/ReleaseDefinitions/MyShuttleDockerRelease.json delete mode 100644 src/VstsDemoBuilder/Templates/Gen-MyShuttle/ReleaseDefinitions/MyShuttleRelease.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-MyShuttle/ServiceEndpoints/AzureRM.json rename "src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/Visual Studio Enterprise \342\200\223 MPN (ab1ad37f-a64b-457e-9de2-d6589579fe0c).json" => src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/Visual Studio Enterprise.json (100%) diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttle-Docker-yaml.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttle-Docker-yaml.json deleted file mode 100644 index 3417abe2..00000000 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttle-Docker-yaml.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "triggers": [ - { - "branchFilters": [], - "pathFilters": [], - "settingsSourceType": 2, - "batchChanges": false, - "maxConcurrentBuildsPerBranch": 1, - "triggerType": "continuousIntegration" - } - ], - "properties": {}, - "tags": [], - "_links": "{}", - "jobAuthorizationScope": "projectCollection", - "jobTimeoutInMinutes": 60, - "jobCancelTimeoutInMinutes": 5, - "process": { - "yamlFilename": "azure-pipelines-docker.yml", - "type": 2 - }, - "repository": { - "properties": { - "cloneUrl": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/MyShuttle", - "fullName": "MyShuttle", - "defaultBranch": "refs/heads/master", - "isFork": "False", - "safeRepository": "$MyShuttle$", - "reportBuildStatus": "true" - }, - "id": "$MyShuttle$", - "type": "TfsGit", - "name": "MyShuttle", - "url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/MyShuttle", - "defaultBranch": "refs/heads/master", - "clean": null, - "checkoutSubmodules": false - }, - "quality": "definition", - "authoredBy": "{}", - "drafts": [], - "queue": { - "_links": { - "self": { - "href": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Hosted Ubuntu 1604$" - } - }, - "id": "$Hosted Ubuntu 1604$", - "name": "Hosted Ubuntu 1604", - "url": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Hosted Ubuntu 1604$", - "pool": { - "id": "", - "name": "Hosted Ubuntu 1604", - "isHosted": true - } - }, - "id": "", - "name": "MyShuttle-Docker-YAML", - "url": "", - "uri": "", - "path": "\\", - "type": "build", - "queueStatus": "enabled", - "revision": 3, - "createdDate": "", - "project": "{}" -} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttle-yaml.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttle-yaml.json index 61fced09..125d2361 100644 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttle-yaml.json +++ b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttle-yaml.json @@ -9,9 +9,24 @@ "triggerType": "continuousIntegration" } ], + "variables": { + "ServerName": { + "value": "myshuttledb" + }, + "SqlPassword": { + "value": "P2ssw0rd@123" + }, + "SqlUserName": { + "value": "myshuttleadmin" + }, + "WebAppName": { + "value": "myshuttleweb$UUID$" + } + }, "properties": {}, "tags": [], "_links": "{}", + "comment": "Update variables", "jobAuthorizationScope": "projectCollection", "jobTimeoutInMinutes": 60, "jobCancelTimeoutInMinutes": 5, @@ -55,13 +70,13 @@ } }, "id": "", - "name": "MyShuttle-YAML", + "name": "MyShuttle", "url": "", "uri": "", "path": "\\", "type": "build", "queueStatus": "enabled", - "revision": 2, + "revision": 6, "createdDate": "", "project": "{}" } \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttleBuild.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttleBuild.json deleted file mode 100644 index 7e2c7840..00000000 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttleBuild.json +++ /dev/null @@ -1,194 +0,0 @@ -{ - "options": [ - { - "enabled": false, - "definition": { - "id": "5d58cc01-7c75-450c-be18-a388ddb129ec" - }, - "inputs": { - "branchFilters": "[\"+refs/heads/*\"]", - "additionalFields": "{}" - } - }, - { - "enabled": false, - "definition": { - "id": "a9db38f9-9fdc-478c-b0f9-464221e58316" - }, - "inputs": { - "workItemType": "726005", - "assignToRequestor": "true", - "additionalFields": "{}" - } - } - ], - "variables": { - "system.debug": { - "value": "false", - "allowOverride": true - } - }, - "retentionRules": [ - { - "branches": [ - "+refs/heads/*" - ], - "artifacts": [], - "artifactTypesToDelete": [ - "FilePath", - "SymbolStore" - ], - "daysToKeep": 10, - "minimumToKeep": 1, - "deleteBuildRecord": true, - "deleteTestResults": true - } - ], - "properties": {}, - "tags": [], - "buildNumberFormat": "$(date:yyyyMMdd)$(rev:.r)", - "jobAuthorizationScope": "projectCollection", - "jobTimeoutInMinutes": 60, - "jobCancelTimeoutInMinutes": 5, - "process": { - "phases": [ - { - "steps": [ - { - "environment": {}, - "enabled": true, - "continueOnError": false, - "alwaysRun": false, - "displayName": "Maven pom.xml", - "timeoutInMinutes": 0, - "task": { - "id": "ac4ee482-65da-4485-a532-7b085873e532", - "versionSpec": "3.*", - "definitionType": "task" - }, - "inputs": { - "mavenPOMFile": "pom.xml", - "goals": "package", - "options": "-DskipITs --settings ./maven/settings.xml", - "publishJUnitResults": "true", - "testResultsFiles": "**/surefire-reports/TEST-*.xml", - "testRunTitle": "", - "codeCoverageTool": "None", - "classFilter": "", - "classFilesDirectories": "", - "srcDirectories": "", - "failIfCoverageEmpty": "false", - "javaHomeSelection": "JDKVersion", - "jdkVersion": "default", - "jdkUserInputPath": "", - "jdkArchitecture": "x64", - "mavenVersionSelection": "Default", - "mavenPath": "", - "mavenSetM2Home": "false", - "mavenOpts": "-Xmx1024m", - "mavenFeedAuthenticate": "false", - "sqAnalysisEnabled": "false", - "sqMavenPluginVersionChoice": "latest", - "checkstyleAnalysisEnabled": "false", - "pmdAnalysisEnabled": "false", - "findbugsAnalysisEnabled": "false" - } - }, - { - "environment": {}, - "enabled": true, - "continueOnError": false, - "alwaysRun": false, - "displayName": "Copy Files", - "timeoutInMinutes": 0, - "refName": "CopyFiles2", - "task": { - "id": "5bfb729a-a7c8-4a78-a7c3-8d717bb7c13c", - "versionSpec": "2.*", - "definitionType": "task" - }, - "inputs": { - "SourceFolder": "$(build.sourcesdirectory)", - "Contents": "**/target/*.war\n*.sql", - "TargetFolder": "$(build.artifactstagingdirectory)", - "CleanTargetFolder": "false", - "OverWrite": "false", - "flattenFolders": "false" - } - }, - { - "environment": {}, - "enabled": true, - "continueOnError": false, - "alwaysRun": false, - "displayName": "Publish Artifact", - "timeoutInMinutes": 0, - "refName": "PublishBuildArtifacts3", - "task": { - "id": "2ff763a7-ce83-4e1f-bc89-0ae63477cebe", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "PathtoPublish": "$(build.artifactstagingdirectory)", - "ArtifactName": "drop", - "ArtifactType": "Container", - "TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)", - "Parallel": "false", - "ParallelCount": "8" - } - } - ], - "name": "Phase 1", - "refName": "Phase_1", - "condition": "succeeded()", - "target": { - "executionOptions": { - "type": 0 - }, - "allowScriptsAuthAccessOption": false, - "type": 1 - }, - "jobAuthorizationScope": "projectCollection", - "jobCancelTimeoutInMinutes": 1 - } - ], - "target": { - "agentSpecification": { - "identifier": "ubuntu-18.04" - } - }, - "type": 1 - }, - "repository": { - "properties": { - "cleanOptions": "0", - "labelSources": "0", - "labelSourcesFormat": "$(build.buildNumber)", - "reportBuildStatus": "true", - "gitLfsSupport": "false", - "skipSyncSource": "false", - "checkoutNestedSubmodules": "false", - "fetchDepth": "0" - }, - "id": "$MyShuttle$", - "type": "TfsGit", - "name": "MyShuttle", - "defaultBranch": "refs/heads/master", - "clean": "false", - "checkoutSubmodules": false - }, - "processParameters": {}, - "quality": "definition", - "drafts": [], - "queue": { - "name": "Azure Pipelines", - "pool": { - "name": "Azure Pipelines", - "isHosted": true - } - }, - "name": "MyShuttleBuild", - "path": "\\", - "type": "build" -} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttleDockerBuild.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttleDockerBuild.json index 3e1ee548..227bf99b 100644 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttleDockerBuild.json +++ b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/BuildDefinitions/MyShuttleDockerBuild.json @@ -1,285 +1,74 @@ { - "options": [ + "triggers": [ { - "enabled": true, - "definition": { - "id": "5d58cc01-7c75-450c-be18-a388ddb129ec" - }, - "inputs": { - "branchFilters": "[\"+refs/heads/*\"]", - "additionalFields": "{}" - } - }, - { - "enabled": false, - "definition": { - "id": "a9db38f9-9fdc-478c-b0f9-464221e58316" - }, - "inputs": { - "workItemType": "726005", - "assignToRequestor": "true", - "additionalFields": "{}" - } + "branchFilters": [], + "pathFilters": [], + "settingsSourceType": 2, + "batchChanges": false, + "maxConcurrentBuildsPerBranch": 1, + "triggerType": "continuousIntegration" } ], "variables": { - "system.debug": { - "value": "false", - "allowOverride": true + "AzureContainerRegistry": { + "value": "myshuttledocker" + }, + "DBPASSWORD": { + "value": null, + "isSecret": true + }, + "DBUSER": { + "value": "mysqladmin" + }, + "DockerNamespace": { + "value": "myshuttlesample" + }, + "WebAppName": { + "value": "myshuttledocker$UUID$" } }, - "retentionRules": [ - { - "branches": [ - "+refs/heads/*" - ], - "artifacts": [], - "artifactTypesToDelete": [ - "FilePath", - "SymbolStore" - ], - "daysToKeep": 10, - "minimumToKeep": 1, - "deleteBuildRecord": true, - "deleteTestResults": true - } - ], "properties": {}, "tags": [], - "buildNumberFormat": "$(date:yyyyMMdd)$(rev:.r)", + "_links": "{}", + "comment": "Update variables", "jobAuthorizationScope": "projectCollection", "jobTimeoutInMinutes": 60, "jobCancelTimeoutInMinutes": 5, "process": { - "phases": [ - { - "steps": [ - { - "environment": {}, - "enabled": true, - "continueOnError": false, - "alwaysRun": false, - "displayName": "Maven pom.xml", - "timeoutInMinutes": 0, - "task": { - "id": "ac4ee482-65da-4485-a532-7b085873e532", - "versionSpec": "3.*", - "definitionType": "task" - }, - "inputs": { - "mavenPOMFile": "pom.xml", - "goals": "package", - "options": "-DskipITs --settings ./maven/settings.xml", - "publishJUnitResults": "false", - "testResultsFiles": "**/surefire-reports/TEST-*.xml", - "testRunTitle": "", - "codeCoverageTool": "None", - "classFilter": "", - "classFilesDirectories": "", - "srcDirectories": "", - "failIfCoverageEmpty": "false", - "javaHomeSelection": "JDKVersion", - "jdkVersion": "default", - "jdkUserInputPath": "", - "jdkArchitecture": "x64", - "mavenVersionSelection": "Default", - "mavenPath": "", - "mavenSetM2Home": "false", - "mavenOpts": "-Xmx1024m", - "mavenFeedAuthenticate": "false", - "sqAnalysisEnabled": "false", - "sqMavenPluginVersionChoice": "latest", - "checkstyleAnalysisEnabled": "false", - "pmdAnalysisEnabled": "false", - "findbugsAnalysisEnabled": "false" - } - }, - { - "environment": { - - }, - "enabled": true, - "continueOnError": false, - "alwaysRun": false, - "displayName": "Copy WAR file", - "timeoutInMinutes": 0, - "task": { - "id": "5bfb729a-a7c8-4a78-a7c3-8d717bb7c13c", - "versionSpec": "2.*", - "definitionType": "task" - }, - "inputs": { - "SourceFolder": "$(build.sourcesdirectory)", - "Contents": "target/myshuttledev*.war\n*.sql", - "TargetFolder": "$(build.artifactstagingdirectory)", - "CleanTargetFolder": "false", - "OverWrite": "false", - "flattenFolders": "false" - } - }, - { - "environment": { - - }, - "enabled": true, - "continueOnError": false, - "alwaysRun": false, - "displayName": "Publish Artifact: drop", - "timeoutInMinutes": 0, - "task": { - "id": "2ff763a7-ce83-4e1f-bc89-0ae63477cebe", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "PathtoPublish": "$(build.artifactstagingdirectory)", - "ArtifactName": "drop", - "ArtifactType": "Container", - "TargetPath": "", - "Parallel": "false", - "ParallelCount": "8" - } - }, - { - "environment": { - - }, - "enabled": true, - "continueOnError": false, - "alwaysRun": false, - "displayName": "Build an image", - "timeoutInMinutes": 0, - "task": { - "id": "e28912f1-0114-4464-802a-a3a35437fd16", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "containerregistrytype": "Azure Container Registry", - "dockerRegistryEndpoint": "", - "azureSubscriptionEndpoint": "", - "azureContainerRegistry": "", - "command": "Build an image", - "dockerFile": "src/Dockerfile", - "arguments": "", - "useDefaultContext": "false", - "buildContext": ".", - "pushMultipleImages": "false", - "tagMultipleImages": "false", - "imageName": "Web:$(Build.BuildNumber)", - "imageNamesPath": "", - "qualifyImageName": "true", - "includeSourceTags": "false", - "includeLatestTag": "true", - "addDefaultLabels": "true", - "imageDigestFile": "", - "containerName": "", - "ports": "", - "volumes": "", - "envVars": "", - "workingDirectory": "", - "entrypointOverride": "", - "containerCommand": "", - "runInBackground": "true", - "restartPolicy": "no", - "maxRestartRetries": "", - "dockerHostEndpoint": "", - "enforceDockerNamingConvention": "true", - "memoryLimit": "" - } - }, - { - "environment": { - - }, - "enabled": true, - "continueOnError": false, - "alwaysRun": false, - "displayName": "Push an image", - "timeoutInMinutes": 0, - "task": { - "id": "e28912f1-0114-4464-802a-a3a35437fd16", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "containerregistrytype": "Azure Container Registry", - "dockerRegistryEndpoint": "", - "azureSubscriptionEndpoint": "", - "azureContainerRegistry": "", - "command": "Push an image", - "dockerFile": "**/Dockerfile", - "arguments": "", - "useDefaultContext": "true", - "buildContext": "", - "pushMultipleImages": "false", - "tagMultipleImages": "false", - "imageName": "Web:$(Build.BuildNumber)", - "imageNamesPath": "", - "qualifyImageName": "true", - "includeSourceTags": "false", - "includeLatestTag": "false", - "addDefaultLabels": "true", - "imageDigestFile": "", - "containerName": "", - "ports": "", - "volumes": "", - "envVars": "", - "workingDirectory": "", - "entrypointOverride": "", - "containerCommand": "", - "runInBackground": "true", - "restartPolicy": "no", - "maxRestartRetries": "", - "dockerHostEndpoint": "", - "enforceDockerNamingConvention": "true", - "memoryLimit": "" - } - } - ], - "name": "Agent job 1", - "refName": "Phase_1", - "condition": "succeeded()", - "target": { - "executionOptions": { - "type": 0 - }, - "allowScriptsAuthAccessOption": false, - "type": 1 - }, - "jobAuthorizationScope": "projectCollection", - "jobCancelTimeoutInMinutes": 1 - } - ], - "type": 1 + "yamlFilename": "azure-pipelines-docker.yml", + "type": 2 }, "repository": { "properties": { - "cleanOptions": "0", - "labelSources": "0", - "labelSourcesFormat": "$(build.buildNumber)", - "reportBuildStatus": "true", - "gitLfsSupport": "false", - "skipSyncSource": "false", - "checkoutNestedSubmodules": "false", - "fetchDepth": "0" + "cloneUrl": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/MyShuttle", + "fullName": "MyShuttle", + "defaultBranch": "refs/heads/master", + "isFork": "False", + "safeRepository": "$MyShuttle$", + "reportBuildStatus": "true" }, "id": "$MyShuttle$", "type": "TfsGit", "name": "MyShuttle", + "url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/MyShuttle", "defaultBranch": "refs/heads/master", - "clean": "false", + "clean": null, "checkoutSubmodules": false - }, - "processParameters": { - }, "quality": "definition", + "authoredBy": "{}", "drafts": [ ], "queue": { + "_links": { + "self": { + "href": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Hosted Ubuntu 1604$" + } + }, + "id": "$Hosted Ubuntu 1604$", "name": "Hosted Ubuntu 1604", + "url": "https://dev.azure.com/$Organization$/_apis/build/Queues/$Hosted Ubuntu 1604$", "pool": { "name": "Hosted Ubuntu 1604", "isHosted": true diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/ReleaseDefinitions/MyShuttleDockerRelease.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/ReleaseDefinitions/MyShuttleDockerRelease.json deleted file mode 100644 index 0eb76f56..00000000 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/ReleaseDefinitions/MyShuttleDockerRelease.json +++ /dev/null @@ -1,371 +0,0 @@ -{ - "source": "userInterface", - "revision": 3, - "description": null, - "createdBy": "{}", - "createdOn": "", - "modifiedBy": "{}", - "modifiedOn": "", - "isDeleted": false, - "variables": { - "DBPASSWORD": { - "value": null, - "isSecret": false - }, - "DBUSER": { - "value": "dbadmin@myshuttle-db", - "isSecret": false - } - }, - "variableGroups": [ - - ], - "environments": [ - { - "id": 2, - "name": "Azure-Dev", - "rank": 1, - "owner": { - "displayName": "$OwnerDisplayName$", - "url": "", - "_links": "{}", - "id": "$OwnerId$", - "uniqueName": "$OwnerUniqueName$", - "imageUrl": "", - "descriptor": "" - }, - "variables": {}, - "variableGroups": [], - "preDeployApprovals": { - "approvals": [ - { - "rank": 1, - "isAutomated": true, - "isNotificationOn": false, - "id": 4 - } - ], - "approvalOptions": { - "requiredApproverCount": null, - "releaseCreatorCanBeApprover": false, - "autoTriggeredAndPreviousEnvironmentApprovedCanBeSkipped": false, - "enforceIdentityRevalidation": false, - "timeoutInMinutes": 0, - "executionOrder": "beforeGates" - } - }, - "deployStep": { - "id": 5 - }, - "postDeployApprovals": { - "approvals": [ - { - "rank": 1, - "isAutomated": true, - "isNotificationOn": false, - "id": 6 - } - ], - "approvalOptions": { - "requiredApproverCount": null, - "releaseCreatorCanBeApprover": false, - "autoTriggeredAndPreviousEnvironmentApprovedCanBeSkipped": false, - "enforceIdentityRevalidation": false, - "timeoutInMinutes": 0, - "executionOrder": "afterSuccessfulGates" - } - }, - "deployPhases": [ - { - "deploymentInput": { - "parallelExecution": { - "parallelExecutionType": "none" - }, - "agentSpecification": { - "identifier": "windows-2019" - }, - "skipArtifactsDownload": false, - "artifactsDownloadInput": { - "downloadInputs": [] - }, - "queueId": "$Azure Pipelines$", - "demands": [], - "enableAccessToken": false, - "timeoutInMinutes": 0, - "jobCancelTimeoutInMinutes": 1, - "condition": "succeeded()", - "overrideInputs": {} - }, - "rank": 1, - "phaseType": "agentBasedDeployment", - "name": "Run on agent", - "refName": null, - "workflowTasks": [ - { - "environment": {}, - "taskId": "bd1bed02-f04e-11e7-8c3f-9a214cf093ae", - "version": "1.*", - "name": "Execute Azure MySQL : SqlTaskFile", - "refName": "", - "enabled": true, - "alwaysRun": false, - "continueOnError": false, - "timeoutInMinutes": 0, - "definitionType": "task", - "overrideInputs": {}, - "condition": "succeeded()", - "inputs": { - "ConnectedServiceName": "", - "ServerName": "myshuttle-db.mysql.database.azure.com", - "DatabaseName": "alm", - "SqlUsername": "$(DBUSER)", - "SqlPassword": "$(DBPASSWORD)", - "TaskNameSelector": "SqlTaskFile", - "SqlFile": "$(System.DefaultWorkingDirectory)/**/drop/CreateMYSQLDB.sql", - "SqlInline": "", - "SqlAdditionalArguments": "", - "IpDetectionMethod": "AutoDetect", - "StartIpAddress": "", - "EndIpAddress": "", - "DeleteFirewallRule": "true" - } - }, - { - "environment": {}, - "taskId": "497d490f-eea7-4f2b-ab94-48d9c1acdcb1", - "version": "3.*", - "name": "Deploy Azure App Service", - "refName": "AzureRmWebAppDeployment1", - "enabled": true, - "alwaysRun": false, - "continueOnError": false, - "timeoutInMinutes": 0, - "definitionType": null, - "overrideInputs": { - - }, - "condition": "succeeded()", - "inputs": { - "ConnectedServiceName": "$(Parameters.ConnectedServiceName)", - "WebAppKind": "applinux", - "WebAppName": "$(Parameters.WebAppName)", - "DeployToSlotFlag": "false", - "ResourceGroupName": "", - "SlotName": "", - "ImageSource": "Registry", - "AzureContainerRegistry": "", - "AzureContainerRegistryLoginServer": "", - "AzureContainerRegistryImage": "", - "AzureContainerRegistryTag": "", - "DockerRepositoryAccess": "public", - "RegistryConnectedServiceName": "", - "PrivateRegistryImage": "", - "PrivateRegistryTag": "", - "DockerNamespace": "", - "DockerRepository": "web", - "DockerImageTag": "", - "VirtualApplication": "", - "Package": "$(System.DefaultWorkingDirectory)/MyShuttle Build/drop/target/myshuttledev.war", - "BuiltinLinuxPackage": "$(System.DefaultWorkingDirectory)/**/*.zip", - "RuntimeStack": "", - "StartupCommand": "", - "WebAppUri": "", - "ScriptType": "", - "InlineScript": ":: You can provide your deployment commands here. One command per line.", - "ScriptPath": "", - "GenerateWebConfig": "false", - "WebConfigParameters": "", - "AppSettings": "", - "ConfigurationSettings": "", - "TakeAppOfflineFlag": "true", - "UseWebDeploy": "false", - "SetParametersFile": "", - "RemoveAdditionalFilesFlag": "false", - "ExcludeFilesFromAppDataFlag": "false", - "AdditionalArguments": "", - "RenameFilesFlag": "false", - "XmlTransformation": "false", - "XmlVariableSubstitution": "false", - "JSONFiles": "" - } - } - ] - } - ], - "environmentOptions": { - "emailNotificationType": "OnlyOnFailure", - "emailRecipients": "release.environment.owner;release.creator", - "skipArtifactsDownload": false, - "timeoutInMinutes": 0, - "enableAccessToken": false, - "publishDeploymentStatus": true, - "badgeEnabled": false, - "autoLinkWorkItems": false, - "pullRequestDeploymentEnabled": false - }, - "demands": [ - - ], - "conditions": [ - { - "name": "ReleaseStarted", - "conditionType": "event", - "value": "" - } - ], - "executionPolicy": { - "concurrencyCount": 0, - "queueDepthCount": 0 - }, - "schedules": [ - - ], - "retentionPolicy": { - "daysToKeep": 30, - "releasesToKeep": 3, - "retainBuild": true - }, - "processParameters": { - "inputs": [ - { - "aliases": [ - - ], - "options": { - - }, - "properties": { - - }, - "name": "ConnectedServiceName", - "label": "Azure subscription", - "defaultValue": "", - "required": true, - "type": "connectedService:AzureRM", - "helpMarkDown": "Select the Azure Resource Manager subscription for the deployment.", - "visibleRule": "", - "groupName": "" - }, - { - "aliases": [ - - ], - "options": { - - }, - "properties": { - "EditableOptions": "True" - }, - "name": "WebAppName", - "label": "App service name", - "defaultValue": "", - "required": true, - "type": "pickList", - "helpMarkDown": "Enter or select the name of an existing Azure App Service.", - "visibleRule": "", - "groupName": "" - } - ], - "dataSourceBindings": [ - { - "dataSourceName": "AzureRMWebAppNamesByType", - "parameters": { - "WebAppKind": "$(WebAppKind)" - }, - "endpointId": "$(ConnectedServiceName)", - "target": "WebAppName" - } - ] - }, - "properties": { - "LinkBoardsWorkItems": { - "$type": "System.String", - "$value": "False" - } - }, - "preDeploymentGates": { - "id": 0, - "gatesOptions": null, - "gates": [] - }, - "postDeploymentGates": { - "id": 0, - "gatesOptions": null, - "gates": [] - }, - "environmentTriggers": [], - "badgeUrl": "" - } - ], - "artifacts": [ - { - "sourceId": "$ProjectId$:$MyShuttle-Docker-YAML-id$", - "type": "Build", - "alias": "_MyShuttle-Docker-yaml", - "definitionReference": { - "defaultVersionBranch": { - "id": "", - "name": "" - }, - "defaultVersionSpecific": { - "id": "", - "name": "" - }, - "defaultVersionTags": { - "id": "", - "name": "" - }, - "defaultVersionType": { - "id": "latestType", - "name": "Latest" - }, - "definition": { - "id": "$MyShuttle-Docker-YAML-id$", - "name": "MyShuttle-Docker-yaml" - }, - "definitions": { - "id": "", - "name": "" - }, - "IsMultiDefinitionType": { - "id": "False", - "name": "False" - }, - "project": { - "id": "$ProjectId$", - "name": "$ProjectName$" - }, - "repository": { - "id": "", - "name": "" - }, - "artifactSourceDefinitionUrl": "{}" - }, - "isPrimary": true, - "isRetained": false - } - ], - "triggers": [], - "releaseNameFormat": "Release-$(rev:r)", - "tags": [], - "properties": { - "DefinitionCreationSource": { - "$type": "System.String", - "$value": "ReleaseNew" - }, - "IntegrateBoardsWorkItems": { - "$type": "System.String", - "$value": "False" - }, - "IntegrateJiraWorkItems": { - "$type": "System.String", - "$value": "false" - } - }, - "id": "", - "name": "MyShuttleDockerRelease", - "path": "\\", - "projectReference": null, - "url": "", - "_links": "{}" -} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/ReleaseDefinitions/MyShuttleRelease.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/ReleaseDefinitions/MyShuttleRelease.json deleted file mode 100644 index d65c97ad..00000000 --- a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/ReleaseDefinitions/MyShuttleRelease.json +++ /dev/null @@ -1,312 +0,0 @@ -{ - "source": "userInterface", - "revision": 3, - "description": null, - "createdBy": "{}", - "createdOn": "", - "modifiedBy": "{}", - "modifiedOn": "", - "isDeleted": false, - "variables": {}, - "variableGroups": [], - "environments": [ - { - "id": 1, - "name": "Azure-Dev", - "rank": 1, - "owner": { - "displayName": "$OwnerDisplayName$", - "url": "", - "_links": "{}", - "id": "$OwnerId$", - "uniqueName": "$OwnerUniqueName$", - "imageUrl": "", - "descriptor": "" - }, - "variables": {}, - "variableGroups": [], - "preDeployApprovals": { - "approvals": [ - { - "rank": 1, - "isAutomated": true, - "isNotificationOn": false, - "id": 1 - } - ], - "approvalOptions": { - "requiredApproverCount": null, - "releaseCreatorCanBeApprover": false, - "autoTriggeredAndPreviousEnvironmentApprovedCanBeSkipped": false, - "enforceIdentityRevalidation": false, - "timeoutInMinutes": 0, - "executionOrder": "beforeGates" - } - }, - "deployStep": { - "id": 2 - }, - "postDeployApprovals": { - "approvals": [ - { - "rank": 1, - "isAutomated": true, - "isNotificationOn": false, - "id": 3 - } - ], - "approvalOptions": { - "requiredApproverCount": null, - "releaseCreatorCanBeApprover": false, - "autoTriggeredAndPreviousEnvironmentApprovedCanBeSkipped": false, - "enforceIdentityRevalidation": false, - "timeoutInMinutes": 0, - "executionOrder": "afterSuccessfulGates" - } - }, - "deployPhases": [ - { - "deploymentInput": { - "parallelExecution": { - "parallelExecutionType": "none" - }, - "agentSpecification": { - "identifier": "windows-2019" - }, - "skipArtifactsDownload": false, - "artifactsDownloadInput": { - "downloadInputs": [] - }, - "queueId": "$Azure Pipelines$", - "demands": [], - "enableAccessToken": false, - "timeoutInMinutes": 0, - "jobCancelTimeoutInMinutes": 1, - "condition": "succeeded()", - "overrideInputs": {} - }, - "rank": 1, - "phaseType": "agentBasedDeployment", - "name": "Run on agent", - "refName": null, - "workflowTasks": [ - { - "environment": {}, - "taskId": "bd1bed02-f04e-11e7-8c3f-9a214cf093ae", - "version": "1.*", - "name": "Execute Azure MySQL : SqlTaskFile", - "refName": "", - "enabled": true, - "alwaysRun": false, - "continueOnError": false, - "timeoutInMinutes": 0, - "definitionType": "task", - "overrideInputs": {}, - "condition": "succeeded()", - "inputs": { - "ConnectedServiceName": "", - "ServerName": "myshuttle0891.mysql.database.azure.com", - "DatabaseName": "myshuttle0891", - "SqlUsername": "mysqldbuser@myshuttle0891", - "SqlPassword": "P2ssw0rd@123", - "TaskNameSelector": "SqlTaskFile", - "SqlFile": "$(System.DefaultWorkingDirectory)/**/drop/CreateMYSQLDB.sql", - "SqlInline": "", - "SqlAdditionalArguments": "", - "IpDetectionMethod": "AutoDetect", - "StartIpAddress": "", - "EndIpAddress": "", - "DeleteFirewallRule": "true" - } - }, - { - "environment": {}, - "taskId": "497d490f-eea7-4f2b-ab94-48d9c1acdcb1", - "version": "4.*", - "name": "Deploy Azure App Service", - "refName": "AzureRmWebAppDeployment1", - "enabled": true, - "alwaysRun": false, - "continueOnError": false, - "timeoutInMinutes": 0, - "definitionType": null, - "overrideInputs": {}, - "condition": "succeeded()", - "inputs": { - "ConnectionType": "AzureRM", - "ConnectedServiceName": "", - "PublishProfilePath": "$(System.DefaultWorkingDirectory)/**/*.pubxml", - "PublishProfilePassword": "", - "WebAppKind": "Web App on Windows", - "WebAppName": "myshuttle83a", - "DeployToSlotOrASEFlag": "false", - "ResourceGroupName": "", - "SlotName": "production", - "DockerNamespace": "", - "DockerRepository": "", - "DockerImageTag": "$(Build.BuildId)", - "VirtualApplication": "", - "Package": "$(System.DefaultWorkingDirectory)/**/*.war", - "RuntimeStack": "", - "RuntimeStackFunction": "", - "StartupCommand": "", - "ScriptType": "", - "InlineScript": "", - "ScriptPath": "", - "WebConfigParameters": "", - "AppSettings": "", - "ConfigurationSettings": "", - "UseWebDeploy": "false", - "DeploymentType": "webDeploy", - "TakeAppOfflineFlag": "true", - "SetParametersFile": "", - "RemoveAdditionalFilesFlag": "false", - "ExcludeFilesFromAppDataFlag": "false", - "AdditionalArguments": "", - "RenameFilesFlag": "true", - "XmlTransformation": "false", - "XmlVariableSubstitution": "false", - "JSONFiles": "" - } - } - ] - } - ], - "environmentOptions": { - "emailNotificationType": "OnlyOnFailure", - "emailRecipients": "release.environment.owner;release.creator", - "skipArtifactsDownload": false, - "timeoutInMinutes": 0, - "enableAccessToken": false, - "publishDeploymentStatus": true, - "badgeEnabled": false, - "autoLinkWorkItems": false, - "pullRequestDeploymentEnabled": false - }, - "demands": [], - "conditions": [ - { - "name": "ReleaseStarted", - "conditionType": "event", - "value": "" - } - ], - "executionPolicy": { - "concurrencyCount": 0, - "queueDepthCount": 0 - }, - "schedules": [], - "currentRelease": { - "id": 1, - "url": "https://vsrm.dev.azure.com/akshayhosur/99ed66b8-b7be-468b-a12e-8e558bd717f6/_apis/Release/releases/1", - "_links": {} - }, - "retentionPolicy": { - "daysToKeep": 30, - "releasesToKeep": 3, - "retainBuild": true - }, - "processParameters": { - "dataSourceBindings": [ - { - "dataSourceName": "AzureRMWebAppNamesByType", - "parameters": { - "WebAppKind": "$(WebAppKind)" - }, - "endpointId": "", - "target": "WebAppName" - } - ] - }, - "properties": { - "LinkBoardsWorkItems": { - "$type": "System.String", - "$value": "False" - } - }, - "preDeploymentGates": { - "id": 0, - "gatesOptions": null, - "gates": [] - }, - "postDeploymentGates": { - "id": 0, - "gatesOptions": null, - "gates": [] - }, - "environmentTriggers": [], - "badgeUrl": "" - } - ], - "artifacts": [ - { - "sourceId": "$ProjectId$:$MyShuttle-YAML-id$", - "type": "Build", - "alias": "_MyShuttle-yaml", - "definitionReference": { - "defaultVersionBranch": { - "id": "", - "name": "" - }, - "defaultVersionSpecific": { - "id": "", - "name": "" - }, - "defaultVersionTags": { - "id": "", - "name": "" - }, - "defaultVersionType": { - "id": "latestType", - "name": "Latest" - }, - "definition": { - "id": "$MyShuttle-YAML-id$", - "name": "MyShuttle-yaml" - }, - "definitions": { - "id": "", - "name": "" - }, - "IsMultiDefinitionType": { - "id": "False", - "name": "False" - }, - "project": { - "id": "$ProjectId$", - "name": "$ProjectName$" - }, - "repository": { - "id": "", - "name": "" - }, - "artifactSourceDefinitionUrl": "{}" - }, - "isPrimary": true, - "isRetained": false - } - ], - "triggers": [], - "releaseNameFormat": "Release-$(rev:r)", - "tags": [], - "properties": { - "DefinitionCreationSource": { - "$type": "System.String", - "$value": "ReleaseNew" - }, - "IntegrateBoardsWorkItems": { - "$type": "System.String", - "$value": "False" - }, - "IntegrateJiraWorkItems": { - "$type": "System.String", - "$value": "false" - } - }, - "id": "", - "name": "MyShuttleRelease", - "path": "\\", - "projectReference": null, - "url": "", - "_links": "{}" -} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-MyShuttle/ServiceEndpoints/AzureRM.json b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/ServiceEndpoints/AzureRM.json new file mode 100644 index 00000000..19837847 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-MyShuttle/ServiceEndpoints/AzureRM.json @@ -0,0 +1,23 @@ +{ + "data": { + "environment": "AzureCloud", + "subscriptionId": "29D74CBA-3F54-44FE-B025-C7E1D6E4720D", + "subscriptionName": "Visual Studio Enterprise", + "scopeLevel": "Subscription" + }, + "name": "AzureRM", + "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/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.json similarity index 100% rename from "src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/Visual Studio Enterprise \342\200\223 MPN (ab1ad37f-a64b-457e-9de2-d6589579fe0c).json" rename to src/VstsDemoBuilder/Templates/Gen-PartsUnlimited-tc/ServiceEndpoints/Visual Studio Enterprise.json diff --git a/src/VstsDemoBuilder/VstsDemoBuilder.csproj b/src/VstsDemoBuilder/VstsDemoBuilder.csproj index c609d88a..a63f4304 100644 --- a/src/VstsDemoBuilder/VstsDemoBuilder.csproj +++ b/src/VstsDemoBuilder/VstsDemoBuilder.csproj @@ -500,9 +500,6 @@ - - - @@ -613,11 +610,6 @@ - - - - - @@ -717,7 +709,6 @@ - @@ -752,33 +743,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -876,7 +840,6 @@ - @@ -970,8 +933,6 @@ - - @@ -1082,36 +1043,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1806,9 +1737,6 @@ - - - @@ -2036,15 +1964,6 @@ - - - - - - - - - @@ -2141,7 +2060,7 @@ - + @@ -2176,6 +2095,9 @@ + + + Web.config From b812afc0ae54e4b6c58693a56b4c5304a2e5480e Mon Sep 17 00:00:00 2001 From: aksh-h Date: Tue, 23 Jan 2024 16:58:33 +0530 Subject: [PATCH 06/10] updated template settings --- .../Templates/TemplateSetting.json | 74 ++++--------------- 1 file changed, 16 insertions(+), 58 deletions(-) diff --git a/src/VstsDemoBuilder/Templates/TemplateSetting.json b/src/VstsDemoBuilder/Templates/TemplateSetting.json index d7f467f0..f3c2b327 100644 --- a/src/VstsDemoBuilder/Templates/TemplateSetting.json +++ b/src/VstsDemoBuilder/Templates/TemplateSetting.json @@ -15,6 +15,21 @@ { "Groups": "General", "Template": [ + { + "Key": "bd068fd0-10dc-475f-8483-78e983b5e211", + "Name": "eShopOnWeb", + "TemplateFolder": "Gen-eShopOnWeb", + "ShortName": "eShopOnWeb", + "Description": "This template contains the source code, pipelines and e2e implementations for GitHub Advanced Security for Azure DevOps using eShopOnWeb source code. See the home page for project on GitHub. Refer to Azure DevOps End to End Concepts ", + "Tags": [ + "GHAS", + "Advanced Security", + "agile", + "aspdotnetcore" + ], + "Author": "Microsoft", + "Image": "/Templates/TemplateImages/eShop.png" + }, { "Key": "773866", "Name": "Tailwind Traders", @@ -37,21 +52,6 @@ "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": "bd068fd0-10dc-475f-8483-78e983b5e211", - "Name": "eShopOnWeb", - "TemplateFolder": "Gen-eShopOnWeb", - "ShortName": "eShopOnWeb", - "Description": "This template contains the source code, pipelines and e2e implementations for GitHub Advanced Security for Azure DevOps using eShopOnWeb source code. See the home page for project on GitHub. Refer to Azure DevOps End to End Concepts ", - "Tags": [ - "GHAS", - "Advanced Security", - "agile", - "aspdotnetcore" - ], - "Author": "Microsoft", - "Image": "/Templates/TemplateImages/eShop.png" - }, { "Key": "77379", "Name": "PartsUnlimited", @@ -71,48 +71,6 @@ "/Templates/PartsUnlimited/Images/dashboard.png" ] }, - { - "Key": "77383", - "Name": "SmartHotel360", - "TemplateFolder": "Gen-SmartHotel360", - "ShortName": "SmartHotel360", - "Description": "This template contains work items, code and pipeline definitions for the public web site of SmartHotel360, an E2E reference sample app with several consumer and line-of-business apps and an Azure backend. For more information, please see the project page on GitHub", - "Tags": [ - "scrum", - "aspnetcore", - "azureappservice" - ], - "Image": "/Templates/TemplateImages/SmartHotel.png", - "PreviewImages": [ - "/Templates/SmartHotel360/Images/dashboard.png", - "/Templates/SmartHotel360/Images/Diagram.png", - "/Templates/SmartHotel360/Images/Screens.png" - ], - "Author": "Microsoft", - "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

note

'" - }, - { - "Key": "77380", - "Name": "MyHealthClinic", - "TemplateFolder": "Gen-MyHealthClinic", - "ShortName": "MyHealthClinic", - "Description": "This template provisions a scrum based team project with code, work items for a sample ASP.NET Core web application-My Health Clinic. The template also includes pipeline definition to build and deploy the web app to Azure App Service.", - "Tags": [ - "scrum", - "aspnetcore", - "azureappservice" - ], - "Image": "/Templates/TemplateImages/MyHealthClinic.png", - "PreviewImages": [ - "/Templates/MyHealthClinic/Images/boards.png", - "/Templates/MyHealthClinic/Images/CI.png", - "/Templates/MyHealthClinic/Images/dashboard.png", - "/Templates/MyHealthClinic/Images/site.png" - ], - "Author": "Microsoft", - "LastUpdatedDate": "20/12/2018" - }, { "Key": "77371", "Name": "MyShuttle", @@ -143,7 +101,7 @@ "Message": "Note that the code for the Contoso Air Website is hosted on GitHub and is not imported to Azure Repos. The CI pipeline refers to the code on GitHub", "Tags": [ "agile", - " node.js", + "node.js", "User stories" ], "Author": "Microsoft", From 8b7f91dd4ad6bdd3ead3d2ac1a455067459b9801 Mon Sep 17 00:00:00 2001 From: aksh-h Date: Wed, 24 Jan 2024 10:59:25 +0530 Subject: [PATCH 07/10] updated contoso air template --- .../BuildDefinitions/ContosoAirWebCI.json | 82 +++ .../ImportSourceCode/ContosoAir-tc.json | 9 + .../Gen-ContosoAir-tc/Iterations.json | 22 + .../Gen-ContosoAir-tc/ProjectSettings.json | 5 + .../Gen-ContosoAir-tc/ProjectTemplate.json | 18 + .../ServiceEndpoints/AzureRM.json | 23 + .../ServiceEndpoints/ContosoAir-tc-code.json | 16 + .../Templates/Gen-ContosoAir-tc/TeamArea.json | 9 + .../ContosoAir-tc Team/BoardColumns.json | 129 +++++ .../Teams/ContosoAir-tc Team/BoardRows.json | 29 + .../Teams/ContosoAir-tc Team/CardFields.json | 98 ++++ .../Teams/ContosoAir-tc Team/CardStyles.json | 26 + .../Teams/ContosoAir-tc Team/TeamSetting.json | 8 + .../Teams/DB Team/BoardColumns.json | 125 ++++ .../Teams/DB Team/BoardRows.json | 29 + .../Teams/DB Team/CardFields.json | 74 +++ .../Teams/DB Team/CardStyles.json | 26 + .../Teams/DB Team/TeamSetting.json | 8 + .../Gen-ContosoAir-tc/Teams/Teams.json | 20 + .../Teams/Web Team/BoardColumns.json | 125 ++++ .../Teams/Web Team/BoardRows.json | 29 + .../Teams/Web Team/CardFields.json | 74 +++ .../Teams/Web Team/CardStyles.json | 26 + .../Teams/Web Team/TeamSetting.json | 8 + .../Gen-ContosoAir-tc/WorkItems/Feature.json | 316 ++++++++++ .../WorkItems/User Story.json | 540 ++++++++++++++++++ .../Templates/TemplateSetting.json | 3 +- src/VstsDemoBuilder/VstsDemoBuilder.csproj | 44 +- 28 files changed, 1901 insertions(+), 20 deletions(-) create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/BuildDefinitions/ContosoAirWebCI.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ImportSourceCode/ContosoAir-tc.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Iterations.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ProjectSettings.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ProjectTemplate.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ServiceEndpoints/AzureRM.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ServiceEndpoints/ContosoAir-tc-code.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/TeamArea.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/BoardColumns.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/BoardRows.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/CardFields.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/CardStyles.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/TeamSetting.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB Team/BoardColumns.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB Team/BoardRows.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB Team/CardFields.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB Team/CardStyles.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB Team/TeamSetting.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Teams.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/BoardColumns.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/BoardRows.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/CardFields.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/CardStyles.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/TeamSetting.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/WorkItems/Feature.json create mode 100644 src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/WorkItems/User Story.json diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/BuildDefinitions/ContosoAirWebCI.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/BuildDefinitions/ContosoAirWebCI.json new file mode 100644 index 00000000..88e1d4ea --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/BuildDefinitions/ContosoAirWebCI.json @@ -0,0 +1,82 @@ +{ + "triggers": [ + { + "branchFilters": [], + "pathFilters": [], + "settingsSourceType": 2, + "batchChanges": false, + "maxConcurrentBuildsPerBranch": 1, + "triggerType": "continuousIntegration" + } + ], + "variables": { + "p_comosdb_name": { + "value": "db" + }, + "p_site_prefix": { + "value": "contoso-air" + }, + "web": { + "value": "contosoair$UUID$" + }, + "SUBSCRIPTIONID": { + "value": "0BD9A007-24FC-496D-B3E8-79DA25E16277" + } + }, + "properties": {}, + "tags": [], + "_links": "{}", + "jobAuthorizationScope": "projectCollection", + "jobTimeoutInMinutes": 60, + "jobCancelTimeoutInMinutes": 5, + "process": { + "yamlFilename": "azure-pipelines.yml", + "type": 2 + }, + "repository": { + "properties": { + "cloneUrl": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/ContosoAir-tc", + "fullName": "ContosoAir-tc", + "defaultBranch": "refs/heads/master", + "isFork": "False", + "safeRepository": "$ContosoAir-tc$", + "reportBuildStatus": "true", + "fetchDepth": "1" + }, + "id": "$ContosoAir-tc$", + "type": "TfsGit", + "name": "ContosoAir-tc", + "url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/ContosoAir-tc", + "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": "ContosoAirWebCI", + "url": "", + "uri": "", + "path": "\\", + "type": "build", + "queueStatus": "enabled", + "revision": 3, + "createdDate": "", + "project": "{}" +} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ImportSourceCode/ContosoAir-tc.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ImportSourceCode/ContosoAir-tc.json new file mode 100644 index 00000000..2ec100ce --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ImportSourceCode/ContosoAir-tc.json @@ -0,0 +1,9 @@ +{ + "parameters": { + "gitSource": { + "url": "https://dev.azure.com/vstsdemodata/_git/ContosoAir" + }, + "serviceEndpointId": "$ContosoAir-tc-code$", + "deleteServiceEndpointAfterImportIsDone": true + } +} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Iterations.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Iterations.json new file mode 100644 index 00000000..db09a4a1 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/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": "ContosoAir-tc", + "structureType": "iteration", + "hasChildren": true +} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ProjectSettings.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ProjectSettings.json new file mode 100644 index 00000000..c1f93b24 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/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-ContosoAir-tc/ProjectTemplate.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ProjectTemplate.json new file mode 100644 index 00000000..1450aff9 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-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-ContosoAir-tc/ServiceEndpoints/AzureRM.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ServiceEndpoints/AzureRM.json new file mode 100644 index 00000000..472a5e4a --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ServiceEndpoints/AzureRM.json @@ -0,0 +1,23 @@ +{ + "data": { + "environment": "AzureCloud", + "subscriptionId": "2CF8AA01-169D-4182-94BB-5DE7825B37D6", + "subscriptionName": "Visual Studio Enterprise", + "scopeLevel": "Subscription" + }, + "name": "AzureRM", + "type": "azurerm", + "url": "https://management.azure.com/", + "authorization": { + "parameters": { + "tenantId": "2CF8AA01-169D-4182-94BB-5DE7825B37D6", + "servicePrincipalId": "2CF8AA01-169D-4182-94BB-5DE7825B37D6", + "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-ContosoAir-tc/ServiceEndpoints/ContosoAir-tc-code.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ServiceEndpoints/ContosoAir-tc-code.json new file mode 100644 index 00000000..3e9b7909 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/ServiceEndpoints/ContosoAir-tc-code.json @@ -0,0 +1,16 @@ +{ + "data": { + + }, + "name": "ContosoAir-tc-code", + "type": "git", + "url": "https://dev.azure.com/vstsdemodata/_git/ContosoAir", + "authorization": { + "scheme": "UsernamePassword", + "parameters": { + "username": "$username$", + "password": "$password$" + } + }, + "isReady": true +} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/TeamArea.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/TeamArea.json new file mode 100644 index 00000000..91d976bc --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/TeamArea.json @@ -0,0 +1,9 @@ +{ + "defaultValue": "$ProjectName$\\$AreaName$", + "values": [ + { + "value": "$ProjectName$\\$AreaName$", + "includeChildren": false + } + ] +} diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/BoardColumns.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/BoardColumns.json new file mode 100644 index 00000000..ee591c03 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/BoardColumns.json @@ -0,0 +1,129 @@ +[ + { + "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", + "Bug": "New" + }, + "columnType": "incoming" + }, + { + "name": "Active", + "itemLimit": 5, + "stateMappings": { + "User Story": "Active", + "Bug": "Active" + }, + "columnType": "inProgress", + "isSplit": true, + "description": "" + }, + { + "name": "Resolved", + "itemLimit": 5, + "stateMappings": { + "User Story": "Resolved", + "Bug": "Resolved" + }, + "columnType": "inProgress", + "isSplit": false, + "description": "" + }, + { + "name": "Closed", + "itemLimit": 0, + "stateMappings": { + "User Story": "Closed", + "Bug": "Closed" + }, + "columnType": "outgoing" + } + ] + } +] \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/BoardRows.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/BoardRows.json new file mode 100644 index 00000000..11678c50 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc 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-ContosoAir-tc/Teams/ContosoAir-tc Team/CardFields.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/CardFields.json new file mode 100644 index 00000000..5254f029 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/CardFields.json @@ -0,0 +1,98 @@ +[ + { + "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": "System.AssignedTo", + "displayFormat": "AvatarAndFullName", + "displayType": "CORE" + }, + { + "fieldIdentifier": "System.Tags", + "displayType": "CORE" + } + ], + "User Story": [ + { + "fieldIdentifier": "System.Title" + }, + { + "fieldIdentifier": "Microsoft.VSTS.Common.Priority" + }, + { + "fieldIdentifier": "System.IterationPath" + }, + { + "fieldIdentifier": "System.AreaPath" + }, + { + "fieldIdentifier": "System.Id", + "displayType": "CORE" + }, + { + "fieldIdentifier": "System.AssignedTo", + "displayFormat": "AvatarAndFullName", + "displayType": "CORE" + }, + { + "fieldIdentifier": "Microsoft.VSTS.Scheduling.StoryPoints", + "displayType": "CORE" + }, + { + "fieldIdentifier": "System.Tags", + "displayType": "CORE" + } + ] + }, + "BoardName": "Stories" + } +] \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/CardStyles.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/CardStyles.json new file mode 100644 index 00000000..c14c487e --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-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": "Stories" + } +] \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/TeamSetting.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/TeamSetting.json new file mode 100644 index 00000000..088608cf --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/ContosoAir-tc Team/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-ContosoAir-tc/Teams/DB Team/BoardColumns.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB Team/BoardColumns.json new file mode 100644 index 00000000..6edf9e41 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB 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-ContosoAir-tc/Teams/DB Team/BoardRows.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB Team/BoardRows.json new file mode 100644 index 00000000..11678c50 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB 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-ContosoAir-tc/Teams/DB Team/CardFields.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB Team/CardFields.json new file mode 100644 index 00000000..228f5485 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB 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-ContosoAir-tc/Teams/DB Team/CardStyles.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB Team/CardStyles.json new file mode 100644 index 00000000..c14c487e --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB 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-ContosoAir-tc/Teams/DB Team/TeamSetting.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB Team/TeamSetting.json new file mode 100644 index 00000000..17b98189 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/DB 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-ContosoAir-tc/Teams/Teams.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Teams.json new file mode 100644 index 00000000..9c49d590 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Teams.json @@ -0,0 +1,20 @@ +[ + { + "id": "d5f422b0-0e02-47ac-bcd2-6befa2ca3892", + "name": "DB Team", + "description": "", + "isDefault": "false" + }, + { + "id": "4896681d-db61-4fd0-86d8-a4fec3b7c3a3", + "name": "ContosoAir-tc Team", + "description": "The default project team.", + "isDefault": "true" + }, + { + "id": "48d56332-fc6a-4154-9c4b-f2fab178871c", + "name": "Web Team", + "description": "", + "isDefault": "false" + } +] \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/BoardColumns.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/BoardColumns.json new file mode 100644 index 00000000..6edf9e41 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web 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-ContosoAir-tc/Teams/Web Team/BoardRows.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/BoardRows.json new file mode 100644 index 00000000..11678c50 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web 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-ContosoAir-tc/Teams/Web Team/CardFields.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/CardFields.json new file mode 100644 index 00000000..228f5485 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web 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-ContosoAir-tc/Teams/Web Team/CardStyles.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/CardStyles.json new file mode 100644 index 00000000..c14c487e --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web 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-ContosoAir-tc/Teams/Web Team/TeamSetting.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web Team/TeamSetting.json new file mode 100644 index 00000000..17b98189 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/Teams/Web 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-ContosoAir-tc/WorkItems/Feature.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/WorkItems/Feature.json new file mode 100644 index 00000000..f5743724 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/WorkItems/Feature.json @@ -0,0 +1,316 @@ +{ + "count": 6, + "value": [ + { + "id": 12802, + "rev": 2, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "Feature", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:48.1Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:48.1Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Customer Profile", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "Customer Profile", + "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/12815", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Child" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12802" + }, + { + "id": 12803, + "rev": 2, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "Feature", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:48.603Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:48.603Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Flight listing", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "Flight listing", + "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/12816", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Child" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12803" + }, + { + "id": 12804, + "rev": 2, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "Feature", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:49.023Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:49.023Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Security Policies", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "Security Policies", + "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/12810", + "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/12809", + "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/12808", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Child" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12804" + }, + { + "id": 12805, + "rev": 2, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "Feature", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:49.323Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:49.323Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Package Recommendations", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "Package 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-Forward", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12814", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Child" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12805" + }, + { + "id": 12806, + "rev": 2, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "Feature", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:49.63Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:49.63Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Itinerary listing", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "Itinerary listing", + "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/12818", + "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/12813", + "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/12817", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Child" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12806" + }, + { + "id": 12807, + "rev": 2, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "Feature", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:50.077Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:50.077Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "Online ticket booking", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "Online ticket booking", + "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/12819", + "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/12812", + "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/12811", + "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/12820", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Child" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12807" + } + ], + "HttpStatusCode": 0, + "Message": null +} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/WorkItems/User Story.json b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/WorkItems/User Story.json new file mode 100644 index 00000000..095e6d93 --- /dev/null +++ b/src/VstsDemoBuilder/Templates/Gen-ContosoAir-tc/WorkItems/User Story.json @@ -0,0 +1,540 @@ +{ + "count": 13, + "value": [ + { + "id": 12808, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:50.587Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:50.587Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a sysadmin, I want to setup security rules", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As a sysadmin, I want to setup security rules", + "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/12804", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12808" + }, + { + "id": 12809, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "Closed", + "System.Reason": "Acceptance tests pass", + "System.CreatedDate": "2023-12-27T10:21:50.893Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:50.893Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a sysadmin, I should be able to create resource groups", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As a sysadmin, I should be able to create resource groups", + "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/12804", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12809" + }, + { + "id": 12810, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "Active", + "System.Reason": "Implementation started", + "System.CreatedDate": "2023-12-27T10:21:51.187Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:51.187Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a sysadmin, I should be able to setup Azure policies", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As a sysadmin, I should be able to setup Azure policies", + "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/12804", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12810" + }, + { + "id": 12811, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "Active", + "System.Reason": "Implementation started", + "System.CreatedDate": "2023-12-27T10:21:52.143Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:52.143Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a customer, I want to cancel my reservation", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As a customer, I want to cancel my reservation", + "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/12807", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12811" + }, + { + "id": 12812, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "Active", + "System.Reason": "Implementation started", + "System.CreatedDate": "2023-12-27T10:21:52.45Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:52.45Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a customer, I want to change my reservation", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As a customer, I want to change my reservation", + "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": "System.LinkTypes.Hierarchy-Reverse", + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12807", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12812" + }, + { + "id": 12813, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:52.75Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:52.75Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a customer, I want to print my itinerary", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As a customer, I want to print my itinerary", + "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/12806", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12813" + }, + { + "id": 12814, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:53.08Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:53.08Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As an admin, I want to add travel packages", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As an admin, I want to add travel packages", + "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/12805", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12814" + }, + { + "id": 12815, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:53.377Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:53.377Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As an admin, I want to view customer profile", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As an admin, I want to view customer profile", + "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/12802", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12815" + }, + { + "id": 12816, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:53.667Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:53.667Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As an admin, I want to update flight fares", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As an admin, I want to update flight fares", + "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/12803", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12816" + }, + { + "id": 12817, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:53.99Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:53.99Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As an admin, I want to update flight schedule", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As an admin, I want to update flight schedule", + "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/12806", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12817" + }, + { + "id": 12818, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:54.32Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:54.32Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a customer, I want to view my flight itinerary", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As a customer, I want to view my flight itinerary", + "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/12806", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12818" + }, + { + "id": 12819, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "New", + "System.Reason": "New", + "System.CreatedDate": "2023-12-27T10:21:54.62Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:54.62Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a customer, I want to view my past purchases", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As a customer, I want to view my past 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/12807", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12819" + }, + { + "id": 12820, + "rev": 1, + "fields": { + "System.AreaPath": "ContosoAir-tc", + "System.TeamProject": "ContosoAir-tc", + "System.IterationPath": "$ProjectName$\\Iteration 1", + "System.WorkItemType": "User Story", + "System.State": "Closed", + "System.Reason": "Acceptance tests pass", + "System.CreatedDate": "2023-12-27T10:21:54.907Z", + "System.CreatedBy": "Akshay Hosur ", + "System.ChangedDate": "2023-12-27T10:21:54.907Z", + "System.ChangedBy": "Akshay Hosur ", + "System.Title": "As a customer, I want to book tickets online", + "Microsoft.VSTS.Scheduling.Effort": 0.0, + "System.Description": "As a customer, I want to book tickets online", + "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/12807", + "attributes": { + "isLocked": "false", + "comment": "Making a new link for the dependency", + "name": "Parent" + } + } + ], + "url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/12820" + } + ], + "HttpStatusCode": 0, + "Message": null +} \ No newline at end of file diff --git a/src/VstsDemoBuilder/Templates/TemplateSetting.json b/src/VstsDemoBuilder/Templates/TemplateSetting.json index f3c2b327..0dba4710 100644 --- a/src/VstsDemoBuilder/Templates/TemplateSetting.json +++ b/src/VstsDemoBuilder/Templates/TemplateSetting.json @@ -95,10 +95,9 @@ { "Key": "77384", "Name": "ContosoAir", - "TemplateFolder": "Gen-ContosoAir", + "TemplateFolder": "Gen-ContosoAir-tc", "ShortName": "ContosoAir", "Description": "Contoso Air is a sample airline booking application with a Node.js based frontend with a CosmosDB database. This template provisions an Agile based project with user stories, features, epics and a CI&CD pipeline that builds and deploys code from GitHub", - "Message": "Note that the code for the Contoso Air Website is hosted on GitHub and is not imported to Azure Repos. The CI pipeline refers to the code on GitHub", "Tags": [ "agile", "node.js", diff --git a/src/VstsDemoBuilder/VstsDemoBuilder.csproj b/src/VstsDemoBuilder/VstsDemoBuilder.csproj index a63f4304..7a4d8388 100644 --- a/src/VstsDemoBuilder/VstsDemoBuilder.csproj +++ b/src/VstsDemoBuilder/VstsDemoBuilder.csproj @@ -936,24 +936,6 @@ - - - - - - - - - - - - - - - - - - @@ -2098,6 +2080,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Web.config From eacb1be9647793ead44e44a5f7b0759328b43bab Mon Sep 17 00:00:00 2001 From: aksh-h Date: Wed, 24 Jan 2024 11:24:13 +0530 Subject: [PATCH 08/10] updated icon --- src/VstsDemoBuilder/Images/twitter.png | Bin 1898 -> 28968 bytes src/VstsDemoBuilder/VstsDemoBuilder.csproj | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VstsDemoBuilder/Images/twitter.png b/src/VstsDemoBuilder/Images/twitter.png index a93cbe88ab48cdfce41d8bb14fbc4e404e32f7a8..5deabb0bacf5a8a6414361c6704cb4558da892c6 100644 GIT binary patch literal 28968 zcmY)WcRbhM|38l3jf`g`X(5EtK$1tYDLWaZ>`^Hr$!x&Xn6s}Q!qWVP)%MIDRd21JHHdDE#j$!V67>0j}Ve8O@|Ak@BXEAK*CWcA8 z!LUPiF{M|f-~r`rHDv{C$1kL*3VzW#sj4f|66vV+i!`sbl+H_Iia(;hvD+-fevEK79`s<;J9*7p_T|cuf9j+bWx~Snk>pIhCF- z5o^gpSxsdbKBs0{Tlb7qg7kIFG#fk}=Wl7KbHt*I>weF5ho!ZIW zf5Rl)Dcy^o5`X3UxJQM%3a<8bErEaFCs#p}gsS#TA2W6*Of>4&M!CG$MD(772)zpP z-ly2!W2VQ}1Zu^e@w zYi@i*)0e0qVkDJdTuF6VFz>We55-aXtZ*ff`}a7%t5*i|7kmcpzrw1of3@^oc0?2U z;l%s)`#Edv9Ks&#t5eeorxthA$j?VJPJ=qKhhe!MF#UNo)@0V;EGb6Z*oL_%&~Tbq zYQ^Svvo2AeRunN3uP!rNrn+=>{Jhkt^&}Rm&|&Etk@~G`Qc6emB#@At)Y~9YV|%_6 zcOS`NYqpy?OY{g#iO`GH$fu_mHk^X_F%*RSCdf<2rgO0&0sI8=cHt7SpS;3~ZDBs& zMr72xn3#ZV$71j8L}3Yc*IwpG#P)8T$#QS!dw1=-YSg`*I4t1?%ri=*vedr5&eJc( z;P!G9FsE8E>bd!Q`yU}a?w`J&%gDWGj9Dtc`Wr@qbDS#^)$hG^zF)-7guQ+r={rRt z{>iRS1j+MuLw z({0~qWhoLQl33Xiny*BMUe<~=x6($7Ubc!C(kNfB^yNSC)9$_Z@X7RY(T*$8d#gLF zz8$K~Co#O%Nn0vhuStHtn50g3bMmE{(1=(93lz6stz`vIyg2Z>k@E8Bb@YXa9;)iu&q6T#bAFU1dTisj73v1I>R)fm+1Gbza}XU%T$69!FJy z*`1hqZf+U1?%7HE{oM2`GksRf`=}YNw&eoMNA>byO(nrxFeSZ!7as4MQSbL=g{|_} z8Z*OMWvTS=@7fvGOmcMiv(7VhF`WS+w$IciAf=LzxCYuPZan%{l>2o;cT`H^${an$ zdE5q9tG7`vGy4k3cE8Of?CoUe48OpKB-S%=pEQOaP}=f@Ugdxr#Nc@+Zl(`JGB?@uA-m*cqv@QUqxR=C>Il`yZb4aw>% z$3HxAdXIQ11_~q!($0>l<{nz)MXKH+vAFx@qwiLn8AJMJ{Ptk*;l+)j@p6KBz9|Ay zR4PIixY`(TV1(6`LpPNK^B%69(8dHVRdRGpB04I)Pp=1D<}{|g$qljw9)L(!ZV!`_5 zy(;J53C8XM%E42|1vl#$s$X`4LAY1u=Nc@mS)5i2Qkz|&I{R8U>Q+VmScY|ex72l6 z4j`>;rHhoZDv`IH!QVDs1(lXv&r ze*5hjZA2=CUj5gz-XSE>xFs_$t6YTvu{79Y!gdjJ@^a+ znsRVsnIAj&ee#tJQKX&W0-Bk!v&51-ZJPi`-f>fB3FdIe=!bPvY5qyytV7MStignb zGeBEj92!W~Am*<7C%s?nRjuo-I)SZT(XJd*O=9(a3Y3#2VpDRFsth*5e8OZ`wb2Z( zN>kNhQAs9j=|k*hftJ3e?N;gD-@xGbCa-T0s4=1M7B9^Aa-G~@T)tfNR8=rfqvJYS zH;CIE2!|lT?y3SNRPQxUB(Z)p$XeYLd7Z+SYKUEr1kNbnYQ4ye^g@i>{z|F!I@L2r zS3zWd+Z&;bCkD5(&gapy$ejm7cda;mF*@|yRo+vA*y#o_(TMX=BRRw^Q>zMzEf11u z!A_vhU4yOof*tx(o3a@`-?vXZmB{wp*_@s$*g1ejC~Zxxl4fPCcSJ5NXLR0ME~?tT zx-rB&=P#s}@mh38YO|;d9$wh_*WKB`c_()r2y#qp=lHzv$=I@`>&j}$m>t?#&*|OS zgQ+Dwa9$5tzP=I9oNmgYI{@viy*t6wPGZ+hU%cb^za+fp1PL38*6>%RjAMqZ0W1lTkN%6(kWnbkL!ZVTB=IP8B8kV zA+Ycs7vWC6q>gM>RYnlb+IXY5WXYPzN0*AQ3!esB^N}}-J5C}NguOyI^l$Epy(94l z=R_%{6;G4IIxo+*+56POD$}dKf33g|Xns#M0aP3~Q%F-ey)Nc$b4g~2y=Ja_XIS(i zU}vq^if5%yTuVpcN|^eUv=8g5+s5km>-ZxUbZTHJSD%|#a~v7n)->Ax6d7Wy3{r<8U>vW&F9QN9_p~^VTdcr#ZPzvn2s;+Vh)54}!c| z#3wws^!f!RTnDQ%kY_fc7)w;I9Lo@tzt}n!Ij8RJLS41AZQL$Hv-bqxq3>9RMQ3}K z@n;Kf-d~|M=X_U$@rS2yAzgD;xr#XXUBNRvi)D>>o1D|s=@N`uEPdZYQZrVLeor`n!SAwn$BIS0tJ$H{BT{{A81H>PLIvNtYD ze3!|_j6iHZSemsW&B~r{&N@uxG4gcsQQHXtSND3)B*oQiVrvcqYnvi?kN2eMaZgZK zTurX==bPTtRZ=^10jIRFs+2RPi#J*Wy!mmf%W)xBl=eF^Ocfhnc}uw(o8QjR*QJ}dh;xM%yJ*|+`Gnn;VzT^(Rs{uG_~BX2bI zjhR-R%a>QD@bPWGE-3CiA@Z~{%q&EoHmg&ou1g5+>r%VzPE&2uI}vDpc=C7tw;Xk` zv(MS&Jc>A6hYo-&iqQHN74AolUS|#Ia0tH0F?0YNqFrpag2-^gk+g3=?6o!I3sV-) z-^$0bk*4uQC3;EBrkkFu;&&L}U7e}k$fir)Wv5>`X_dq(AXZ54_DX5K?-9uuT;cqU z4oe!7oFifyukGz$YtNDHd6mJ-^KVC$-pmD9((pTUm44vr~r6|{m7mm8f;I?MJxhYaI zJATA8%a-7aeBy`B1{Syh3_`x2gA8Iut~HXcG^~^jIHcIgkPm z=Jfig51t04RKPuvUH(*dwt?Dzm~?N;I2U?^jcWfc}@uYtQfo z$^~1qdH@vx)9eic5w+>+OO|s*HRFgr_y30y&CKF))0v)$(6DZ>Xc)oL=e;+dSs*jr z(W)2i43aN%K6P~GsH?18E%7Xw&8L6#8@IO^?y8DsiW6bD@@CS!@_sW@rCD7b9 zcW~@qys~nYx=tX!&-o@brOM^l7VTw^D}TaYSo;1sQY4l4LHtso0PD*Re2fExJCk1o z9*ss=h@OvZB<0fgK9y5iOJaqHE#hDM#-*sP04!MFvdH=bhc(v?EbO^C{(PNaYo?CE zeB-4u<6|ilC6?19r}b>`b%$qyyM#)I4n{{cTFqP-vnx}%Otsh+DztX5QTm?M_eq>i z)x5VZbhSI;P;3m#I09M|>RBKaY#67X^?dlvvxlh5=7&xxovP^12iq9}$KSkA$o3Gg zXE5XqdJZ z+vUZF3qKiGJ7i38wT}i8)re$z)OB5rhF^&B6uQ8%6$O!M5mtXA5}8`yA=~OOQ3a8s zr%+HPR5x@0)ai(>knJI%L3}g_gB|eWvSAgi;D7C4iq(OoWPdkIRd?qYX!&@fGw}=i zJW6*AH|mqPr#3nBV_S^AegW-U`pH;qx7oQ}M%>rVu=?-9MYU{?r}vABgSXu9&p>ZB zANl3vlRVlM50pAgp;RM0Ofh<|WxP_A>{Jzh606-aBJK6(kphtbeur!m{=&mr=N^K% zjAes!NP=;8$aN=)rCnze^ryBSZh7k(LZ9f-ClBvj6_qPAa#u3cRUNYk*qJB;Oh^NJ=C|B91bM;$;2hp^YxKVY} z$FM0#u|8tDWm_uYJg_ksP=|PgG#V;%tz{wORgv{eje?NVc-^&1pUXHZZ`F#4%JsV& zWj~jwnU9Q`+a9vHlyE>n1mkb55_!WO7%E7pu<+q*qh9XOsrNUpjs;3*FX)^B%Q+dl zwwvX>niu3wi7R2xxa+pWU}U=&(G|v@T`^|>j5*B}5IxmDfM9Rg1BVY^*q8~jd+&Aq z(fGGW&#uYOTn|o;6mwbJPD*|wQ77JESa6s3w3hl;OPZHCS}L)lq$Eqa*N*?AXSq22 z4Echi_|YFSjEQtn4qMGV3n^z49)s{%o`^gj`N8*&dw-36@E@J96(*@@cdPf?eLmGo zDLGzu!X6_}9{I;M&{su45=biW`fC3mAQnM@v!N?fs5ycV^&&B;xWer)#SO$O!r6IM8?23^-9bxyY4`^P~6 zH8+p{BlW`fzVH_i*oahTMT4^t(QU%^K(pDf@Ht4BGTlcPaO=xmpiQAR%8EH}+4=Tr zAOsmAQOzDiK5zH%o7sx-JQ|84t(#eFC8zN>$!U}R+*e1}RFCj!la{5Xq0>=ya+#j( z3>@tYu6#k>rb ze^5Be^o(J)rqUEWT+-T?urXttm56Xs0CnFRgmS?lj-`r@j{V*z9^;79`(B zsWN>xcegWq92VF93e6hc9`g?lT+Of6H6W^0PN^zBrL{TYu_Se+@qe`9AvVzq_uR!5 zTw5k}h1V4g!T#_r#`Wu$i_6aJpeBy$#rsY-!z~L(LameW#*Y$5&yva;nfEDeK?RSj z1=R-9)csNgEd3wF9Gt|1onm9a>QJ*k$Cx_ldK?C5bwnTCfM7999kUx_l~zSI5jk!6 z64xBOD)f3jJ50V2TuUFNvYIEByuA2-Lqwb+Th@G9!$O_gFi}?k zG>B@i9*=s-zfW{QBmIBpORl4@De)ly0uscjm)h(MgQ;mf7DKqB*Eg zG3GK?2@5;Q+WMNIBjnp%h%PY7#zYx2+>_N^yzGDjlgi`y4a@e7G)F%&0MtTK78*vp zOf#vBtVRTTbiD19u1CBj&9MoX;yO7;z;_==h^kE0LU?t%O!ka zhw*X`;zlHjATWD3(aU$o(6Qux$t>-p*2Wvkkc&8~n<}-L&dc$=wt+Uy%nswFE)seA z2T!?qdyPH>#Z;W{pKr1_@a==k75OrgCn%?RPnp}HB=V;qL}1=7jy#!hX|=8f@p< z2NzmAGav-{C>6{er=RnD_^t25ih5P~gT3P~%-?$%Jvy-zqs^+9Lzhr7`lfa{iQ*9h z=*@4H%74$f71HbHoFs}**j2pIdMwKr?6Wv{1}NPOj`uOI;Cbw8G znwM5HZvr94pl)4moOT{#`SkI%jry7?Y0_qfclY(Nx8!GaFtLJ(0`^oe!I()L7DtX| zK~ls5_P9@su@H@Ij{JRsH< zja)LSDmRgQNKCYs5Zk`!k@4IddjR9CM6Df>&owHU{oNwphfHuakEZy`lCWC!ou|-B zWoXl$3F_nlh%)CYW4^Y>SbRBZW6I)O_K#RUQ5aR=l{@S9D*c-mXq^LYmLcwSDly0_ z&&va|DEW9@y(1S5miLt{we5FCC7JE=UEVEA!eu9JetKgu{Chd-$Dzl*?}E&Kbjy6g zGos+jr?_e-QAAt^VKa2w!@(h|`fwu~?0Q};uFRh9&5H!DRKIG2JluDgR5`!_UN5R) zl2qSQNxr&(5}Fnh{!3DAltCrkzQ`Vn!@Hr=nyY!!7aaH#$7+?=aUWEy;hPr)LZ;N(oBkB158poG^ z448jDBJxI2RNu&!-^hRZtwiIcNk*(wrq`9+V*Z2IrX8fjOkc=)&6Dtdv#a+jly&xKKr3k7DoApE;o76)j)dUKMj%HuMyOf+xt@43>t_R@d4af|!Pu4;hYu}D zkq9~T26fMq&k#=5UxxTlllXQ<-PZ+;kY&li8}MIlwOb%SqE!=H`Y`lglx(j!eONfZ z_0<6qR8Fx2#f1T@9+^hjMlQWipF`1qEJNDLUXBCIhObugF|njdCqMWqN&`+j%2^z4GQ~(W0V=6TCaq zHs%^QsYlH;%+_sR^5*Q9IT&=f2AKc5)E~)2l-pawu$4RB5KO4;FhPg8c5VFocvOOf z@T~x@c5+U|6$_z29Ao6SwH6&}!pGpoFHcW-^N_ugT%gp6Z$F$_YD6+e4T3t}^3gxI zn&y`2ouV|fyXW;kxNimOV!6bGHxjMJu7rT22K_HZqHgisJ7gI-t-u=6>5zSkBhtE= z7;pb%&s&}QNOEU~#jk$Nj;4z`$C$~Y5NMs>>XcIT{gFLag7Xy4HhoCI+tiRVjY7(0 zWWaT7uR@>@!s8x33NbqymPIi^V(IQV2j_hHg=dgkVeh{>CcS`+x!1kY#59|ciPIA~ zYd04xj=XtS2mx0;9|aOxZpLH<4LTTWOhxslt$yYJDszHNNI4_Jzx!9 zsko3HMX>AcUL|^j&w)nPc{`;;V0FdzjB&>x3?@!57u+^xu}Wq={F~xP3617Uh){{)zhXfgn0yjxn$=MA_JY9?{;pBAzhl`_$5;UO8My5GJ zXq$!W>i5J!5vesD8-RoU4v8IrTnjv*hbD-#af+SNpa_Kdc=T>6C|DaxRr3lesN6)*!PZHXAYWZG3?aZ_*K&Qdb(v*-ke;5SruWfZ+0#dSyN^{m-Ua6gvfR% z?3zI`h2Ld2Fx&KX!XewuGBWU0ehltzz*nzRfKiHnAJApTtCt$((=RnZbvk!@kHE9( zheSsHgA`IrZP`$~YEi7fU9U<<1*4l+jfy1mZeMLV&otu@_A)}X#gaxifl2^{&4#UW zfkDm8`3py!ijCgAy9)@Mcp{2Ij}y71qIi!7dYO8!968`&KD{I4QgZvU`(pKTPZFd2 z9+s%6Hp+Rl+Uza@oV}Ur^v5WanDehg_LDs@W1LGA6k?D!dt-fiAOAsSBU+9#hq$yI zB5+ZU2>dr2@|S^Ix0$&+BW|0NdRf)yN3A2c`KYdlfN}btiE-GVi|hCs3gN#QX(P`+ zEb+^(#C39o3>B|g5LB$nNB1mpL+VdWIMAf_MXiY48N!j4&%T&zN(E6KdGBogH<5v& ziIIO(C~VLXjUf$kB1sDkh~_u4HfwDZQ(6YlwE77|tMcCY=1ffKQ-t^cVqC1!!K)tW zx$~|i2gcvcA_?3>(@?3x&Rk0i2l7JgueIYR?dt~1yCG0Ntfx+E7c^a`{T#gaDMH0) zN|{xO&K2Z{unQ$JcTiaYHodNVm7dj8x4h8{o2)BgyV`IBzu%AAf88!|80d*6oaT^n z@i2knDz=GtZ}wVd@0KnS*!w6EI`nV=c)9t4;C0aq&+9D=Dz$$CHmt(HX;SlruQ0m zOX9DwNtsbt{iA3Xd%VI^aqr00C+?so1W<2`+emo@p0o+KjuGUJj&)kaf(IssT)>1q z`<{AoWyZ`2Os4Qm?vwzIW~x?F?p3Z3AZfMj4;YqEb6*P(vsaV~3yzaNH)M42_bm0^ zI_En+H**xQ8R_WHk?E1En@iycK+c_}I2tuw53$6!XY^+y=4H#Kyu~#G&_Gv=?1@oy z@2Dtc0=x{%WyL}g+Z}5lW}wSf|CynyV7l?#JOYrp@gWr!k_;R4HnVY{gpaMm-|+wJ zfzT0e+R=NyCmPfhv>>D-dxg1KHC7|e=eaS`1gRM7Pbdg5YTfQqp3nkfuTDj+EYCuQ zfj`k!v$O&k+tVvdt%5fH(yFjES5F_n*Da~9@BxqJdaABN3Hhv7W@iq(pdv*O@2b8J-hnDmU>3Ibvq@={)jSwh-@$atWja!nzvJc&QA=g zYgZDWV253w=skH`N)||wOp@$9BT*U2x*wZzwAn8l$5pdDI;6{)-W0hV<(@*WZpg8C z+J1aNj6{&@Icb{`Wd6&VOCQtA(qWT!xp_8@i(5NeGNgOxYTDBEtxQEzDv+k-bL-^i z3!8M=AGRX{);i*~BXLo;(!K6b44a~zxhnBNZON5^{Yyd9#n)k|S1WN;X9yXf@^T)Y z#D>+t0wb7Rfw@fZB2};31BT)o9^3ttZ9E)OeY<{_`6n31busil9fA`3N8Yu6Hm+LbkHgrpAQLWC_ zZa}*USSEHoL4#eRI(Ix{_INy)wKOFFL8P6@t@=`EN z-pXBn>o3y^YdxD7OB8$qI$F6gUwKeCKi&$e3E1^fcF6{+^N*)x%GCxOBLpwBf5yX1!R4_|@;BWgOD5*_ynzOgoc z9OKhNEhoS54)0HPfyp*5ICF=AxBMOMg_55$QOCtfiC9lqoXzcjILNx!Bx?+8(n({*@#Gc6&X%TPn z`vtYLJtju{zzU!;jg3w8@fo#rPbhy2pB|iy`6FLrZ~}6`?=qjTd95goF54o~0roqM zcfUE$X=nR`dFrt=V>eliE=Yzauw3kuicUKLd)ThN@m!rbXZqI%Adb4p?Ri1cVyJiX zNTt7}DZinT0Wg}EzZHw9EmD8uX1$bmXMOW>_6yul>nHNO1zt>>6VD7pDKb_j?=j`q zR5E~4^E0m)_UfN&4<5D@m|qRF<>@7S3kyp%S=>}4J2`=uwvx9m=b2v(ksw_4%X!Vs ztL_z7IAgs`-?AI)|5Bj-=5BM+nIU*IKKLA*?zHWK!E)0krQVsLR#^+Zy!V>gasCC# z&U@t`HPJY+O-K3hPH(X}k4=L!({P#Z+VZ2>=>2iRQIE#>u|Q(9KiUK#Q(HfE93;%0 za|i@tujP57-ZR(-(O|9dkZ;+W{?22IsGW-TBXOz zuca;NZFPHUhCzwJg>lJxt=z%lGLHvRq+ymJWdQ(gPr_MQ-LyPhw@jR@*iRH#e59+4 z_lbL_J(En-h}AG#7Gc$X@`dy0jIoa`*{v1V7u|v)85(M)%E1~G@ZQkoRa*RIPp(|B zn0e#cO#_>`CN(w$o0!q)#`A%fT2mi?)be_yFh-%pIQ9@M?PS zUi4XroZIH71u)#dB!s^CzpSe8bJILxdvY+_xAg6(h2h`HDe`gdM4 ztbc9$>o*~tYdDM?G-AbmqS=B$E2(uy)_hyMvwLkWAt+JiE=2y5vQpCCAewXOUHCL^ zl9IX8r=D2iBp0q1H0qix<$2vA{wW}QTi5*yR^yOSNDn)pvsZJX+O)Ziu8rTRh z6pBfXaeP^h(qk{o-{>>Z;4NFIHcmJU1g;hOS9OaxY%jf_DJRS2XeAZe+?cmvk==0z zM=zIs1e5X&&Mp~**81@2?H|(@M`LD}5mvb#C5m$U_(VF&?8Hyo+g!4NGjL7?IkK3_ z6?Q^ZGsL39eSF^C%Ly`?_kLKT3=Cq1fpQc|4=wpDxc_<_((-qE%b6CN6eqf)?TEEa zpX^_S_J9NDAz+*rXd##H*5Y=6b-#OG1ncXN27~t^6;h}y8I&$lrCg2MX+5yEMg%S> zE6HQSZ(|(E8zr9Gvbxv%-oQlVFviOG9j^(Zciy%5;{iugZDIhlkAYI%gN1@oaf4F3 zMQeG*d44270*$3FY@xkwX3y3gV()>1AecJ#)M0yb?orSC+W?t!w(J>=OB9LZmrpPK zKN>=lmA-liCDQ!7l<2T|`AVB4cVw&LyT~HgxyV~ZR4zGyFh9U__u&^wL2P`i)wa>JYRv-Aa-Ghxfh}SS& zGij+6sS4xoRU<;*Q}U4^N_+(9D-gO^C*To&2Hu|ETAwIDJY}$aQ;@w~U!1ctR(i;B z(4Ulh=2=@RikM6NHFriZald8RecL>;GC94oD| zWl4wV#*U9_59axvG>`^GEpcM3Yy7m}Q&Cf#yfVzK*nUs!F<>xwJp#w&zlG=&4D)U% zQda@(BkKMRIj@SUM3TUj>M+M&$B?j1b7cvtaL5mhXxNenVMC;&_m^!wYnzN6_S@Ew zonkSQ#TnZtOLCC^-wcQ?L9aR*Y-Ha88?GT8khBe3p~2`ar`aV+BKH)8#Ft5x%<3as zQMu$NzwGy|B7|qVLnspV8k85rPhu+nx-pI}rCqaQnlU!bUFw3}DXhNMjqwSD5uj!j z){R^YSZLr98`Lz$aZLugvf*kuD3J;cT4GbmdHXrxwwuF%F-lTY8pz$~;5SD`XHzu| zHui2Hcin7aP~vh~Z(VCF%Jf7^nvf{=X{UASZC!Poqe4ZLu~I@h6&O_LTlXICbCD3O zLCZ;mC(^{M7GOeW?**3T0tA7I^8-^?5CgB^>JXuW|GH(6?L;O*)@<+nzdqi}uw3knc23VSMOk;#)J5T-6O`<;=^7_Y7AP=+n2*>qGOvepkC{?n z4;;uHHP9hykx2vxSmnqje#XiC&=p~a0Utva-h&u^j%+3&a@iZUNUN%u#AR=~bmXoq zIKnYm8|Ziyb@aZ1j=w1rDipyqpzpdnGT7lmF{BZsr)$%%TGN9g-LPt8b;{1#|c*sW&DC&V?3}siqLGfS=^ZncPB1_3E;a=V8Q`oRc%Z44Yf+La}^@y!n z)n&-G#ECz8>bj~A@4^yZEXl+KGp}R4>n-6jsfaptn^XF>N?8%=C#A_|8ryOwKNMJ!8<`GjxC;B|7+$%}wa^Bgh`ZHLGK;8iD*1UW(+*S=94AQQ9g~aSNi@UG z{x2%*JXk7K=# zRgXfvY`B&9zn+_Yh!^w6T0S6uX;(?m!NI>>`OVcRFm?O5b0Mj%80IF?L#ppGhCGYYyjO#_DXo?1h8`t0?$N&2ogMJ2t z{`XVZ#m4`hs;CY#P{mO*H;0H_FE;Tq_fLZzmmrXI%c?8ZhGlL?8 zboiqM@RnbY$g2>4ywU}`GGY{G+XE~!1LJgbgyAp2n}W#u*VMu+nBB|RTN%s8Qo*6__v?U zrEWnU)U6AhAB_Oq8rfR2fVQ#v|CocuwN{8O~pRs?QEwfWUj6oAS7UHN4u9Ju0GI6l)k#IgWh8MDV?cl zeey9$VbVJ5yc%q;lNndLj-rJJ2OI_Am9as-cjvFScqF~Droh^c&E48M4u+V>}O_wr!e~#U_R2ZipC@$LKqE#k`-Q8Q>q*|2nY&4cg6NoIr%p_!H6;1xBlU4 zEQ{GVKW~u#0xfoIbJA31js4>2sf#zM1kI3z8YO|7>odtF6JV%4!zLY6`4)uO|1U4-r5W)@e@W2=nu|-Jp;CL{wy#l>~^w)En z6^PCqWR_oNhW;Y@{{Tp#3qW9H)~__AbQ<3;?U`{E>GFLO6iVuH==^}Z&Xj8= zjonZX=^8a4c+}4UzOh`k8X#m%CZte7I@SZ`nG4H1L1~GciEClpF@K)58L8b-b8mAZ(5XDJ^-;oAOYZjQCTKV5MwxhPL zv3H9ASuGSJfM%j#a^w6)fnF=HR)KwPc{fsvD)XxA%1C7UW?~6K60z@cSA?A+0e6vK z;+}Hi%#b}YCj{C75M?3Ff<(K#TPE__-_ndeTnj|==pCu_zPRUF2?+CrG*W!{3624F zJb@=<#e|mJamP~#tm5CnwpLPWeP9M5&cLq%py`x=TBpwdA8~dD5ek2>K2ZrU>dPR${$M6;tlPdO4 zB8V=wbu@qCC{AiUQGqTs$!Yf&iO1`eoScXYT)FmFy+}4KnMMkBt%@F}I@%Fdm=``^ z`BWqRSfhoCNk~xwp#M~_M-jb#$w{Kj{QNbt-P;dMG<{Q~Cc(%&9N;YWG7eg)utS(o z%p{eWe=SV}jsCDWjXT%jYKzzKNXqJSh;o3jY~)qxoI%)6yvvRli-VKByu~?pD)+-7 zdr*IAMs#F&76$*)D2m`xy^AaOI0}wQubU!&k~=L&#d2k%5X-c|^Ayr|Ul(`duafr&m983z4b@&t`$nZM8loI^AfeOo)H=Oh1N8bJiq-iOC0e}>ey7#>P z8D(_L0L^4;U-C6_$)-liO^z!CK1i3$e%Xxv z;*(8{M5se9IRHeVgkw-(;xepAS#nMRh46Rkow?rWPxmVC!|+}AUURo2cd)HnbJ>&b z2-wi_tUrSG#!x7ADXV1jzsA9Ncs~vofRr%c%?xE(qbpZr*Yd)A7M%(hqkE zr4{&Od!(@dDpZSD#UGCvS$wiAU}Mc?=ECYQ;NcI$R_9qx$2&Wf{qSMANV{X?^3#F> z(@av&hUUoQPzX@gH-r(WgSKsmsuEo?kci783H()Gi(imw zT0@n>hgv38<W33iBSgi0 z*TkJcuoiGfSOxqtTmguIjSReWVlL&_)^(v0R5s|%D0oT#m zPrSk~{u#|KE*1R%=na#1>!QJb=?u2?tw;4(z^bbfVbCuSF1k69ImpAF(~Eu7QxK6# zLOJUyv2-b&5!(%mO-8k||48g2Z_qHm%0rnoH(~4Oj5U`sR?WiPJpZE?N-jsifDoON zy&D#c1;z*@P%v>NqDzT)($Y9F8alAJU|dKBOv(1 zN`A2`4-Jg`UVOtRwjc0r4-C^U!7QpT0K-TwVn@%TT??k@;|FeqGvi8p1j9Mpu+YQp z4CezrHqZg{pWyO%nXqdeHC|;OErbpee$LIOsh^h=Jspf87E)w4!^62C?zCsd>y{>WxqZ$A!W#p#VE0V_BOZav~va^oEqMP zolO;n+dzfuRSB7vOp0v{(gZKwW+PhcrfQ#OJ45n2^<^JLeGW^e0|3+-m9m)LH`w=n zZLU6>;gIjgW9iiDOq2klLG^D{wsQ88d`0;4T8g> zIA=t=Z{{{;8L^HKZ98!0ZxJQ_Z3=)^^EZxWyYVXVi*Xm?w*(`{B!0Z+qQ~UKVy^+| zp-tUzV$coWX?!c5N-jKNFM4(JSLFj#P2lL?sZKCvz?vJ_n&*>uR;XtZrQHURX~5k| zd@5|v{xF8m46F}TE$nQHxDAfOJn{o65?EOs@G^vz$WugBnT?IWo!dq~LG)#ZF*bC3 zcGdZ`mhZ~mC+o=2x!|btC><6^zN62}U04}tUhHt}cc1*2o3hs2;2DIvT^~@jzH;e& zZIv`SyA7}}v%`SBwwl{Mxn?xLl+1dDGl+VIn`W7JmAEnY=JYPSdwyf2=W-|9Cs)3M zHVuZfbiibmm}YOL@5j>h-QoIr^6eqMJG2^z8hCoGXTESsZu%#$*%0S#Ex5=zTgLJh z2&KX1<=&T6uelH0Z%y#dWvJn}@|v<*8|#X)qsMrXW0?PBaZKj~s8~cElpcK2;eMKes)WAL1O4zx~ znYFw&SI_Ht5aZ;5Zw;)B)HTc8f2nK@EFn?BID0i|lUQe^9N?B9VxCWzxgZPnuN7Ps z9#Iuy+%CC=l4qZ;!M!rO(N)2dQr`6c@}Zn)C%wW$?)DK(0DWI$p`k1Qw_24ni)#8i z>CFaw81>b;O2;v48!q??#<)ll{E4*o1px;Q1=aDG&y8}C%=o=hyE7pf#T3R_JIo^C~0jM9G zHXYFuZ*B0IxvhTi8U~B=2czp(PWCWwCAga-Rk&C65RxPY4j1sS`iPH`meVrRe+uG| z<<$4)7|%DnLa;~vMt~S4{y-8dr@PY(%=;2TgO++KY%`$y?@8>HnbkdAAu9S|&-P#R zAaU)#p2F8CUXL*`78SYCs;uZO6C@;NrFAD!E} zw|b!3Cs5=+I%tUr=tge3Sw^g-Z=iC&cOY!E2yf~JqjLXMYCPYE*2B#SUr)qr0xfsu zT50y6J2sYeRr?j|o8A)zB4xk=lZ2cG7y#?z)KP~FEYamHuAaylq($OVbmWC+yiBnq}&KeWZ%6hlh0b=E^9A9v(Eu z@0}o=nGWg-d0@qSLBHkiFk|`4wvt}iUO&(8+o9#R4;RLj?%ew9Ert18)kk_3s1JI! zjSaO8oKrqnElr5sa>Y8(N>vYl4wS#0tJ3!`2ET9mA!eWFT~I_QWMp~=24&p`Z_{G* z7@hKG-W;`nugs{NfP+Tmp(D0I+i(LXSm3cownr-r)AMUsc77-K6G9)Ki49ww+wkmf zg-I2TtfK+j2E8aJt?vc_(`jZ%LlE@T%6doq*n?T^Z4SNYE6VM7hq-^$!hZ$}eJTpJ zR@$q)GHKD_xzl_ZSv*ljx3p}&-0iN`_4Qk*Gtj}+esSzY zAC+NBQGD_~X2)pK`>JC#wh#I8v6`5hSK?`|GT2nGe~oR~P5%!~Xn@jO^jwO839k0; ztl2t}b*)!WR0f9UAYVfH-LuN8936_1MR@_EU0CM(*0U`;xrMu7>1Jav^`=!Jdj3dzno`v<`USi@YQFS^nAP#Mdf+f=A+}D@Ov8F@wYgpYSCj^eI9) zyZ7MbK!v&gqS=2OyjR^ zIrO?SReg+LOxQQG#q}poz^ooxeTnvG^R?<=_r6sXv*|tysx^D7+}leD(mwDJNe^$Ply|VEVg#++16* zYgVWaeJ<-K9H;&f>bbn1tvs2}6r~)0>FjNhZJ4kI$x6*$4VN-XE+&>TWx7#4e+9Qv zChXU6;wEh#I#N`{Rrm8=(jN`oGg$OF2ePHS@gFr1l!}ugZFJ62JZ&dm@~^rS-y(f) zF$H1^BBExFi<-1Q)V^+FXM7h?(c9HUGKJ{d?xE--xm zDF~S0Jf*QH>2+Wvs`2j`ba{iyR16e{9d_P-fpa~HjI;cQgua~kw-E^Du)1RN9w6;t zPvuNz@!qHJxLkIljjO`R_kn=ys(c?PAG zCLDRfD)K0LXsM>cb6tzSs;siJz^$a{;?zm zZ=RXkPkGFxZh76oiLs(M_nSerKE4r>C>ULkyBQa;sZj>Dy!NY-a>MpP2;mmw&b-sd z`rdEh_P0Z#**EUa_o`jxYAj)p4?WNa7LlMV^9bYigM}@2)*`!l^_hH;6T*pqi znA#GzUum1AEg-SK@}=?D*7m5NaiCQK#aZV+q?T!Yh9g-Y z637cR1P1Q7lUJ?6WzZf#qyU;Z0s97NFwbkWEFEI<1663YG=v}IW>dd$lRLYY0g;7o zi7@=&NzoAU>vAC;tJ|Q2u{>o-bs~i&`Xpy|iY+Zm3lqKCGx-CT`x-X~j3iQ&)+tYv z-i3UuM|BOK?{n-cI0Si@kL(V4fXXA-^C=4;PhcoS`{IC`du?3_ggCzWRd8`-z^!2B ziJ&pIJ06fIwHktk)%f1;CtHPBB0<{>Fx!cJX}6~OZ9L?U^Edr&;+RLSKp)_Rg*(D& z?Z&*y0y<%2ibe6!Ims(~Qoty2YswnLDvre743ei|Y>uf#S$y?5o^sdyrc2jA7_Hq? z{z4y=e?jpU6wy7emsp9^f5da~@&Hth6b?MkE_?kcX5?^kWWO z4aUgi?AG4Mg7Z@+d-VN8K1IrizyDCn(YbAa?K9jZRsVxD1-N_8HCgE70*#g3+D^>} zb|c8@e4=J>*?WMlf;*K7?5B;;Hhst`{s87xOZ*p|e!C0*6 zuE3Sm$4c9eVXue4m%W9pt^|nCqSh}AUu#Rb*k)jE`?zu7Ia7*af=Pex%)ySr3)Cr*Qn7<^U1 z^(a9Glq}*6u>_eEi`$KRtJX%ZL|QalCcx_^X5eYpa-Schv^Aa#aSKJW;Duq?G;3c2 zdbf5tzw)NIXLFY}*R!Sv9>Wgo{k>^yZ4*O+SBhdyD41au-Az97crS`rFLfSzTdnkd zJ{DTIBXk@HKuIEI8x>`ft(%v0{J|+ zL+jSpozwMcE`=!gy-4vB(HDD+3Dt3^{}Ud-i4xmZ==4!6Dma9LFHd_v3ujUIhYQUg$8q;0PJTPg=yrnhRT2i9lZ1Ejbj zh3i$n<4!Yn3N<#NOoSAw01TTj$}-piNEay}gq;=kK1MnY;zHf3BS+ynEL@TR?}I*} zZXZ^<+Xe#^ej9f6N9E@md`)3Pk-AiAsylpuD}WLfc-~$2JmN-5f3lr2TV3!tulgqS zB-PAv(d*Z}LRp zaPFYT3?U`kieW>Z9oRsz3q=oeGUxc)+bYRNwuY>uJU$MC>rtUN&aeWnTa6Gg0wh+e zA5T^sxzp+?PwDsWlaD?x2+3V1LO4wE{Cw5Cbq>`))U_1>C>yV>JNaJEwAan7FGQ_BGtgvD)FR={dZfjl>DT*remjT0 z9kqVOzpCQqzSD*}Zj@U~%31k4})Z&TsUyZLHT6yelc zc(4lpgbj@rz0yFsdysxp&=TyggpMQ{_ofni6fmL|iI zJ`l`XOrgwm=M0V6hR96PuqJ1#6G@1N5VdLZ`>*9e_a?4dXRJs*&x~cI;*DJB#k8q zA}nd6&@6B>%01}{g|5o3o`S*Mw@@Hu!fHbf+W8ih^^@Vq!w92B!@qe@mgdx)na&j{ zOF7XH9?ic(-vb>Z+=XXeorlrrb-oYQPfYPTUuiR$I)gILmwv&I3$YDNj>A%EaPtxa z5US{NY9^rtd+N~@O&y2GQph&`b~-r>)LE30w;y|c=~dpQP}GdH75F)e5sev(c%EJw zx&)@|FtvYGW{v{0JaUk4ti54a(#VIUN8zsbRhc$RJ=E@a`nYL1XJtg`eYSdY2E+~C zw~RjX7slX&qyW(xs;p%}+=;~ctO5t3@s(%K5(kZKctznf_(K%kh45LI*GN_?xXSi` zD`|v3rZ~*gTP^B$7)gQb7b{Lv$hF&2C-TCl*~^EW?7h2w-{R=rdRR5SYM*_1unDvs zr>--T=LmsrvcjL*J_Uq0fafc_kalF%@eWw_-Q1?>Tc7_q5s^-zmh`_lv+u^WCVq~& z^>2@hhf*EL=DU-I#Cj!)XNR=4JOyZ`M)yhv!l41O;rK(ODexq+M9(aFZte7Vg4}NB zr{S@oPifVjz{|lsFyYR(jPEkYuvH`p0N^VwS&I&@;tquMtg7~j)WT9_|h{UqPAt)V5g0_(S7|Fg+#+D`ejj^DlR(E3d-&?X&NZ4Qsx_ zU6BqbvU*9-e|;kaXz^M#NPAPojZt`jbC|KQ7;X#zZ&rQ|8`2sI%>a|{wjKVL1QUPo zh^a0GeM6ILJPR~`OhqwJWSj(3r((EIV4aOF*poI<_EBi8Y`T241;SbESqwMo98guZ zpy^qO?1dL#$BVjKLJP-`EvzxS^%q?Rxk4G!_&n3w$zY|V?*~7i(Fcrg4H$N3(t3SK z8?_4&?KAv*Db^nzq4UpNuXgUP`zM6jON+vtqx&X(pRIY`KcKlL)TGj%X&|4LG|o>) zImuc8jP_n|@X|||vLk?^hDQKPi53wAK+h`^o<#UB>jlBwuIlNCBG~H)T{U7$Cw+9R zffv3RkL|g82UgZ9{fZ1!XB$gGlx}J=Rs{MXU3?lZW+mutPEk(|tF3~b8uB&UvTdGT zLD%UE7rzGp1;t8*nP7YAbAU=}5$@;EDkp@uHnMs{cmQBbWUEQ{clsVKUo6tJ>_qyQ z_~h_z&@5Dg`Ul|sh#n$?&R3T_2$3=0Z}}UyccqTu8*3ui$&ma2DVIGXUmY6I6vs1! zbSW{H8Jq+3MU_+u{T(1VOY&^Z2%O2(Fzks9S8lEwQ%jX-?tb3khYbf$GwMKSU-g$; zX9z0ekww;m7e#cWZ~q6j@0_C>yX@GqAg0_J>^12H6s40%PPdxr=?8${Xdh*{jMm&2 z%}JQu{V{RW1JFrBjrieI##4~dho}F7#&n-UG$kbz z@z1CyLp-vQSMzi3RbGRCM@-t@`Ey!Y1T_v=mAGyqG(g zuJ>q3b-(Cuoe{?#B1%quA9r-y^tQ(38|itk`lA-<$Y;npEZ=z3|M8%> zs5_M*V2f5+FvCfl*q_Gpmcy42NS;pOL`)RtdDffXKu4C~sM{<_-lSBRdH|BEpRe3t zL1Y$`OKfngvBCN3?j2DU|Jj!;PK&2bv2RWk9Ep6f!=C`x@VD3frc#Xh(6e03dP7W^ z^@bWO6p1(Etc)h|e8B@iH{P88Yyq@^aC2zy=omIx@2MZ5_9wR*ss9h{nfr~`(%tXj zh>4H|Cd21|O+yOgD5QQ}+DP5S*)nm<7VOdlkTpTB*=mx%;i?UEQqcmfIVIe-K;O^> zj#cwN@O`R%me#nD-d)n_-u*XsQ^i!BmkWO(JjOs$foY9Pp+AOb8@zVAmB*bzSNgY7 zm0G>N^MI-KtHsY#wuEKf6B=)Dm(#1P*RpVh8bapLH_sSH~(#JT-kPJ*w&r z-snpNT<%x)fk$3}v80T6193qX6X}I6es_DIVLO-E_PqPc!f`!uL7*mp2y&=_!w=~% z*ey6ErASy`G37YTdtS$z+*EP}T=P{in+WOYTKt~7cr*Auz0-RuL9nAB^+?hi`x4|o z*UIv?h+Q0qyQn%~kPY(L#HwU@=RyOZhh!+TTY+tE-C`9 zKeko-tf9wVrw@?TS4u~AgiTfufNgLt1$$oVWP1G3dz=IztB_{<3NW>v4@xke(3S{_ z|KUB;G70MUlZ_4gH_=ws13;5RP{B?*p|f|UPxg(oKbny`aX!vp3IVjTm7#r4R5Ll% z4o%eMzn5AR^_ZXWazK*%SBA**|820&Q5F~tZzeq2yyw39ABg58?0LQ0i*V~6dMw@^ zy<>|Ld7h167$8~j1}BKy0D0AjVTA%0gg`AI>L0r$0XadQia*;2`w={NE6m2Xt$K1D zh*mkD&t8@~DZ}tQ{YE!p*j_hF20<4QX!;=gn|S5~A+9G5xjAG={T$;hN@0J{m z(wzNb3*g`UdsV6wGqCituGY7I%2VWIFwEn}zs5i@tP3FU(p`8pAI+UPiI5SX0L+=R z-kY+q&IoMo7CLZU>ZcuBhORr;44t)CNgS$w!r&2Twm#aQDzQvvS5t(snh$E#%IG-;a>uq!)%x;xE`O_~W2t7h*=q!oYxgSt$)=`o$|8dkIjL#mNHlO8{_bsPugoKMj>9paVeG;eGqokK$^l!z6NqAbW! zKYAj1(#_R^aEgIX63KBt)_Zi~S@(}CDs~{?nAM~W{Z*Zi{oC-nDJ3vIZ$Ij9AhqHK zkHOq1oOt9cr$5n67HWftGlo=+P_b_u@1jSjF;_5)%AGehP>u24IWaWtwST3*Wk86d zhHJo8z&rwV^7U=C%zW*x&v78i!*dHmE1*lFl;Gzb`o+QQyKQL_-Qq7z>U|t%+S5-s z0D}HH0r^Vp>gA#$cRcVdejxLMxB?fB=W@60mLM_j=r1@TJXZ)&5MV@p*x@cdZ%c+Z>I zYx1Tm0fKX1)$I|C?{dJqS1rVHK8YxwD30!@C-aJ?-z+T%)?UZ3`(+8g@r`trFq0=@ z;;=)RZpdP~h)G19hfOzJEa0CTdSsYRJ&tCWJ)0>!#!KhKvkBwYmbt*^a9Lfd?1SA4 z;UrI%bu^o0aH_t(DKx{G8LmK#8AIlWbQvKG8#f3B^r7GGBfl# zK{E=NS0gS0q5TF-$B5A3_hO5XFmcFg{z1s4o2L=Kv@;(z4u{&XqPCA{C@4is;l&OVQGN&KSUQAbt;W zx4f}z6#6n)t#l?)SYYL&&KFr9fYR&qqaPhXKZy_5v001?9bT?n{FJje8$iyOCJ4GF zn0%3e`wDDS8nDYZ@EB+~B9IULL%X0W8;H}MG)h`?|7f=)FGxSn%L~JXh;6ldCjzNG z>j-Wi^-Q>9K>$dW;)q?(e%4)+HHK$A;%$x~CjL{IKhzcH%wx9b!zLau!2Axa#VkU@~Bh?7$#DG8*skT*Uo4 zJVkXvrz(i%kYBsbR`z)XZ2@V==jzV$!8|wI*$vrwiIN`i&<;NPv}4Z*8g1j;(k1UT z8)wmnbL~dc*6(T%$HXJrMMya67I!Z9XD8lM*w%IFL(<1zE7#zBtKEjHR*aNUR5R=x zUO022f~y4d4JNB2*mJJmvD{yUc&`FTN%Vv7RD~Y49%lA@3E+Ahh(DJO93H#IaYsHG z>Ae9m5>OTVg=|)x2;`9^aKHHnUYVx;(GuE{{~76wt^d%@rK?4`ZYOD1;KSR)L*&WB6(uy~Vql*; z!kg9#7d>Fe%+^JsCG#btgEP>|du_TTvV>8BiQ1*gFx2W@Gh|nRY74dusD!Z5pK*}} z;KmIFhHDml;8eo-D?YWVg6lc=!#YzasKR2| zaVD?iY`?o=bw>*(CpkpaF~s+7*`pG;97KR}E4l=?pcaoLjgdeMzc$oEVWitQ1`5zj zKowx{6$Pe7F3$qIk0A(rX$wO9CbM|x=und7?28Vq!jppSax6*`X%rnGhOtT{p+Xyy z6NX_uL!Fh=6-qZgk9wqr zYPS8UUUKG3++`&EzW~k}u@kDeOzjuoc>!_i)L)T@wqY)z`(p|CcN%bSICR%*{d3*; zJ*=G7>wC1Ii;r9e#DRon56HB%eGA3U+*rD;aev@4e*#13$z90^w1MuWo{i%=H&j@W%e1hP;uP`W1o3el9ogo0)&xhmVM_3Bs*A9~^V z5Mdb5WRGRKxh_5%bxZY6d*!_imLuHwJ=zA$)Q)meyuVBh(r{Jhpof7sX7ln zGL|W?3S`kND54FM4@8BmzQalZPwxo1yl72C80lPXZf_{0WpQ;1V7YE<0jGf@8vS=G zu**`W;nzYQ5sv9{M4nq9qPO7)>%9=B29<`^LcI~w35M7e??ZrsP#Q8gTPHk06;@~K z$v0j)Jy7~8#NeN(Dp;P^tfF5AD3lzg4)6Z#3O}^4Y~X|DV0bE<66c53cmADX4oY}a ztn|^r#6N^$K5829{m5!evA**@0Hilwn^gF_VG#Dt^wXrgRssZcF;T?RvM~O;P$X=X zXWs>dx3kM^OPEq^!8r|`XZtNnR9>5=&JKQuIW?AluPKb^FL?G#&3F*=V>mYv3bewzeX{>s$vZ``MhZ zEkK*hcoU=LqHxX8PYQ$4M>))q2hA-)XP%Bx4lx28G%09wuI}%uxo+4vGG3V)A-H{+ zLgouCAt>E*WwIbUvQLw!ABnVvU}DMHV>0F9lkkEw!<)Qh>#?Hd4Ay}~h!aCPj56c0cfc@PJ>LdQ1!TQo z&LL7pjC*DaPQ(R@NqM%Xd{XQM^`soxFbQ-t0^Y|C8rpgBL9vqW;5J}3AyQDSqcG4d z*+lhM21k1E9)Jco2DI-^!I6U&$-X@KhHhq+;h))MrOtv8L!;}+ReoPv|B*C zxfpjUkcsS9_QE zPa4`m^*!`0z=Pf@|DeXkS1wc`o*f^IW&K};W`70_*+vR5rw3^N$sSke$_aj498PVi zvn@3tkeBiA73>5$>M(Umgr6#%>v`67=C8rRA;Mw;{J{50Bi)b8yf)nfbby#M-ZQhX6+J;9N3a{{Zk7)qG;B+0xchzpW$AEX z{syp1r{@5Tz4lJ0*b57aG`?Rtn%cV93>yWPow!q`A2izT4Dw(bT%hLz$A`cMLAQd= z1f}9frUMYq`q!HASa~~oB2e&IOZPn2C}kSObF2L0!16}fT!2@BE@lr2-|WtqSd9&b((`#=l2dTqBgl-aWpC<~AOnkJ*hk%r>1H={^iICc%;mUaZ1cr{J5; z{3jDxe|6o`r0eRoQ5yxY^`(*S?D-29o_g5(5>!3LuL_KV@yx_d?IIpkjY;o_dT#_y zNZ#7gaCc_r#pwW8nn@FfYcLo$w8QoJe~*t%jOvlXTO){C5#gSi5j+>fVrz=&u0PH# zn>+4zN3cI&(tWNJyco;+kH*F((#lr3l9T4WtD8Y6cG<0o1&8>o0E7g4U}}vV0S{vx zQpTB|i;wx=PCV>?K%*5VSL5Y~zG|iHq&;gXZ0X+9u}uDlU|*`!;bkVa29B+6m4D7< zI40?+!tjVmM?G<**p)gKGs~G4H&!n~r^}Vi``QYWyeAg=*P3Rp3hN*tSdH0g(^P9i z1DE&B#MuVSL5 zKKYDf>wvOd=k-Ld_p{a^m%bB9r^>n2Q^VR`gsLfRWRk*~_?`Cd*F2uY5Os-EpgV~RoC#r=Q z6}vx_IU5XK>%J3ssNsTIOyGGHw)m!~cr@lR`5nS`Hd0i}5Wg&?Q#UPEt>QjlFq|Ak zYye(&3nbxHb;wfH;i!I1!c9!vjOla0HOxJ3S!##_rF80()l{u`_!!INhmaC63r?8` zOgtu|1YF+`p-rNeBeu$?uV$BlJ!A-MsXz8VsXPaGsh`StzJ5)uL^U0- zRt$ip2~2#gK0z(z@nAUli&}12G)E{nlKL6gzUZ1-#w&r?P;078b#H+z9nSoHz))0m zO~xdKis{sEYQ3?lEHO(n8RS#90l%$TS_=?-Craa?hBP_bNFh+_M#Js`PDF9mBo3C8 z`byNBBV~zc|H+vy|EkJKn=M7*yQ1D?(_b!;%Pz`mZ$!Qdi_m02InXVLEY3K{U zC6Nu*#wkzU&}6#nsd|hwBu`L#&ki^jK7esU-NvdT7s%FGy8CbS8mc>0HkQrb;k@v0 z>l&{Yg3t{%qVW(hRaU!*yFP!!V4L8BjSx}|28Y7HuCq^f{-;qkYZ?ODH*vXF)CR#_ zz?&N-qB`ds2;#+C?B>2#8)~*(05ponN`JZYv_`VEA*>a=kJf(^okY4fNGEqkO^B|9 zVwv%e8@d~#2SBjgrV^L>X>U4xi0OeKC~mjgmz`;r6PX#>L(1#SZ4*I*oTslM`wXzG+0N%;a7gI>U^w}cW_0(3Sa1$dmM({X3&uvK zw!oS;6buf5GNCJF?Y7>Q?>#K~7SP_a1D*@l%WM#IHE>0}PTSq+nbf=z)ZW6|oGV?e zP#-l|f#^5UFQcESiBmFi=8?n5338#?zXUnYT(0QCmn@wso3PMomgHY%TFD#!Ut<>o k&~5?k=3)TaEuh`}4?ZT6H(tH5i~s-t07*qoM6N<$f`ToW)Bpeg diff --git a/src/VstsDemoBuilder/VstsDemoBuilder.csproj b/src/VstsDemoBuilder/VstsDemoBuilder.csproj index 7a4d8388..27fcb3cc 100644 --- a/src/VstsDemoBuilder/VstsDemoBuilder.csproj +++ b/src/VstsDemoBuilder/VstsDemoBuilder.csproj @@ -442,6 +442,7 @@ + @@ -593,7 +594,6 @@ - From 40ac020edcfac4e924708ba14e4fbf238c5476f6 Mon Sep 17 00:00:00 2001 From: aksh-h Date: Wed, 7 Feb 2024 16:29:54 +0530 Subject: [PATCH 09/10] added template --- src/VstsDemoBuilder/VstsDemoBuilder.csproj | 51 ++++++++-------------- 1 file changed, 17 insertions(+), 34 deletions(-) diff --git a/src/VstsDemoBuilder/VstsDemoBuilder.csproj b/src/VstsDemoBuilder/VstsDemoBuilder.csproj index 27fcb3cc..58938b7f 100644 --- a/src/VstsDemoBuilder/VstsDemoBuilder.csproj +++ b/src/VstsDemoBuilder/VstsDemoBuilder.csproj @@ -525,8 +525,6 @@ - - @@ -951,36 +949,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1152,11 +1123,6 @@ - - - - - @@ -2106,6 +2072,23 @@ + + + + + + + + + + + + + + + + + Web.config From 1c971051514c19aa0c8f94614cf819615146bae2 Mon Sep 17 00:00:00 2001 From: aksh-h Date: Thu, 18 Apr 2024 17:26:07 +0530 Subject: [PATCH 10/10] updated footer --- src/VstsDemoBuilder/Views/Account/Verify.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VstsDemoBuilder/Views/Account/Verify.cshtml b/src/VstsDemoBuilder/Views/Account/Verify.cshtml index 4aa7e1b5..5e98e9e7 100644 --- a/src/VstsDemoBuilder/Views/Account/Verify.cshtml +++ b/src/VstsDemoBuilder/Views/Account/Verify.cshtml @@ -70,7 +70,7 @@