update to YAML template (#496)
* update keyvault template AB#3774 AB#3761 * Updated PHP template * updated pipeline and end point * updated python template * updated files * excluded queries * epic query json * included queries * updated queries * added template version * changed setting * added python yml template * updated PHP template * updated azure keyvault template * updated my shuttle template * updated AKS template AB#3791 * updated azure functions template AB#3782 * AB#3792 updated docker template * setting * updated Ansible template AB#3749 * updated terraform template * updated selenium template AB#3800 * updated release gates template AB#3801 * updated sonarqube and launch-darkly template AB#3808 AB#3809 * update whitesource-bolt template AB#3811 * updated agent specification AB#3821 * corrected pipeline names * updated repo link to import code
This commit is contained in:
Родитель
4bc08e1a58
Коммит
bfd8da7f31
|
@ -150,3 +150,4 @@ UpgradeLog.htm
|
|||
/src/VstsDemoBuilder/ExtractedTemplate/adqw
|
||||
/src/AzureDevOpsDemoBuilder/log
|
||||
/src/AzureDevOpsDemoBuilder/Appsettings.Development.json
|
||||
/src/AzureDevOpsDemoBuilder/appsettings.json
|
||||
|
|
|
@ -149,8 +149,8 @@ namespace VstsDemoBuilder.Controllers
|
|||
{
|
||||
try
|
||||
{
|
||||
AccessDetails _accessDetails = new AccessDetails();
|
||||
//AccessDetails _accessDetails = ProjectService.AccessDetails;
|
||||
|
||||
AccessDetails _accessDetails = ProjectService.AccessDetails;
|
||||
string TemplateSelected = string.Empty;
|
||||
if (Session["visited"] != null)
|
||||
{
|
||||
|
|
|
@ -213,7 +213,7 @@ namespace VstsDemoBuilder.Controllers
|
|||
}
|
||||
|
||||
//Analyze the selected project to know what all the artifacts it has
|
||||
public static ProjectConfigurations ProjectConfiguration(Project model)
|
||||
public ProjectConfigurations ProjectConfiguration(Project model)
|
||||
{
|
||||
string repoVersion = System.Configuration.ConfigurationManager.AppSettings["RepoVersion"];
|
||||
string buildVersion = System.Configuration.ConfigurationManager.AppSettings["BuildVersion"];
|
||||
|
|
|
@ -29,7 +29,6 @@ namespace VstsDemoBuilder.Services
|
|||
public static readonly object objLock = new object();
|
||||
public static Dictionary<string, string> statusMessages;
|
||||
public List<string> errorMessages = new List<string>();
|
||||
public static string[] workItemTypes = new string[] { };
|
||||
public static string extractedTemplatePath = string.Empty;
|
||||
private ProjectProperties.Properties projectProperties = new ProjectProperties.Properties();
|
||||
public static void AddMessage(string id, string message)
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[
|
||||
{
|
||||
"id": "00000000-0000-0000-0000-000000000000",
|
||||
"name": null
|
||||
}
|
||||
]
|
|
@ -387,7 +387,7 @@
|
|||
],
|
||||
"target": {
|
||||
"agentSpecification": {
|
||||
"identifier": "ubuntu-16.04"
|
||||
"identifier": "ubuntu-18.04"
|
||||
}
|
||||
},
|
||||
"type": 1
|
||||
|
|
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"triggers": [
|
||||
{
|
||||
"branchFilters": [],
|
||||
"pathFilters": [],
|
||||
"settingsSourceType": 2,
|
||||
"batchChanges": false,
|
||||
"maxConcurrentBuildsPerBranch": 1,
|
||||
"triggerType": "continuousIntegration"
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"ACR": {
|
||||
"value": "YOURACR.azurecr.io"
|
||||
},
|
||||
"SQLpassword": {
|
||||
"value": "P2ssw0rd1234"
|
||||
},
|
||||
"SQLserver": {
|
||||
"value": "YOURSQLSERVER.database.windows.net"
|
||||
},
|
||||
"SQLuser": {
|
||||
"value": "sqladmin"
|
||||
}
|
||||
},
|
||||
"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/AKS",
|
||||
"fullName": "AKS",
|
||||
"defaultBranch": "refs/heads/master",
|
||||
"isFork": "False",
|
||||
"safeRepository": "$AKS$",
|
||||
"reportBuildStatus": "true"
|
||||
},
|
||||
"id": "$AKS$",
|
||||
"type": "TfsGit",
|
||||
"name": "AKS",
|
||||
"url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/AKS",
|
||||
"defaultBranch": "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": "MyHealth.AKS.build-YAML",
|
||||
"url": "",
|
||||
"uri": "",
|
||||
"path": "\\",
|
||||
"type": "build",
|
||||
"queueStatus": "enabled",
|
||||
"revision": 3,
|
||||
"createdDate": "",
|
||||
"project": "{}"
|
||||
}
|
|
@ -1,230 +0,0 @@
|
|||
{
|
||||
"count": 5,
|
||||
"value": [
|
||||
{
|
||||
"id": 38436,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-05-16T04:45:42.517Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:42.517Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Patient Information",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Patient Information",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38352",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38357",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38436"
|
||||
},
|
||||
{
|
||||
"id": 38437,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-05-16T04:45:42.597Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:42.597Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Fianance Management",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Fianance Management",
|
||||
"System.AssignedTo": "Bharath YM <Bharath.YM@hotmail.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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38359",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38437"
|
||||
},
|
||||
{
|
||||
"id": 38438,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-05-16T04:45:42.673Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:42.673Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Patient Mobile App",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Patient Mobile App",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38353",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38354",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38438"
|
||||
},
|
||||
{
|
||||
"id": 38439,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-05-16T04:45:42.737Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:42.737Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Web Portal for Doctors",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Web Portal for Doctors",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38355",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38356",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38439"
|
||||
},
|
||||
{
|
||||
"id": 38440,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-05-16T04:45:42.8Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:42.8Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "HIPAA Compliance",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "HIPAA Compliance",
|
||||
"System.AssignedTo": "Bharath YM <Bharath.YM@hotmail.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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38358",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38440"
|
||||
}
|
||||
],
|
||||
"HttpStatusCode": 0
|
||||
}
|
|
@ -1,446 +0,0 @@
|
|||
{
|
||||
"count": 8,
|
||||
"value": [
|
||||
{
|
||||
"id": 38352,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-05-16T04:45:12.797Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:12.797Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Visit Management",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Visit Management",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38378",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38436",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38352"
|
||||
},
|
||||
{
|
||||
"id": 38353,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-05-16T04:45:14.923Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:14.923Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Alerts and Reminders",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Alerts and Reminders",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38361",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38366",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38373",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38438",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38353"
|
||||
},
|
||||
{
|
||||
"id": 38354,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-05-16T04:45:16.237Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:16.237Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Appointments Management",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Need description.",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38438",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38360",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38367",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38372",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38376",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38354"
|
||||
},
|
||||
{
|
||||
"id": 38355,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-05-16T04:45:16.297Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:16.297Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Consultation Management",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Consultation Management",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38370",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38439",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38355"
|
||||
},
|
||||
{
|
||||
"id": 38357,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-05-16T04:45:29.69Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:29.69Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Patient Register",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Need description.",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38436",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38364",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38374",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38377",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38357"
|
||||
},
|
||||
{
|
||||
"id": 38358,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-05-16T04:45:29.75Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T04:45:29.75Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Security",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Need description.",
|
||||
"System.AssignedTo": "Bharath YM <Bharath.YM@hotmail.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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38365",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38440",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38358"
|
||||
},
|
||||
{
|
||||
"id": 38359,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-05-16T04:45:29.813Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-16T13:18:49.45Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Backoffice",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Need description.",
|
||||
"System.AssignedTo": "craig109@outlook.com",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38368",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38437",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38359"
|
||||
},
|
||||
{
|
||||
"id": 38356,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "May16_MHC01",
|
||||
"System.TeamProject": "May16_MHC01",
|
||||
"System.IterationPath": "May16_MHC01",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-05-16T04:45:18.767Z",
|
||||
"System.CreatedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.ChangedDate": "2017-05-18T10:20:11.327Z",
|
||||
"System.ChangedBy": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"System.Title": "Schedule Management",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Schedule Management",
|
||||
"System.AssignedTo": "ckelly109@outlook.com",
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 15.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://bharathym.visualstudio.com/_apis/wit/workItems/38439",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38375",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/38356"
|
||||
}
|
||||
],
|
||||
"HttpStatusCode": 0
|
||||
}
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"users": [ "ckelly109@outlook.com", "craig109@outlook.com", "nmunger109@outlook.com", "lsteel109@outlook.com"]
|
||||
{
|
||||
"type": "Scrum",
|
||||
"users": []
|
||||
}
|
|
@ -1,23 +1,18 @@
|
|||
{
|
||||
"Name": "AKS",
|
||||
"Description": "Generated by Azure DevOps Demo Generator",
|
||||
"Teams": "Teams.json",
|
||||
"SourceCode": "ImportSourceCode.json",
|
||||
"CreateService": "CreateServiceEndPoint.json",
|
||||
"BoardColumns": "BoardColumns.json",
|
||||
"ProjectSettings": "ProjectSettings.json",
|
||||
"CardStyle": "UpdateCardStyles.json",
|
||||
"CardField": "UpdateCardFields.json",
|
||||
"PBIfromTemplate": "PBIfromTemplate.json",
|
||||
"BugfromTemplate": "BugfromTemplate.json",
|
||||
"EpicfromTemplate": "EpicfromTemplate.json",
|
||||
"TaskfromTemplate": "TaskfromTemplate.json",
|
||||
"TestCasefromTemplate": "TestCasefromTemplate.json",
|
||||
"FeaturefromTemplate": "FeaturefromTemplate.json",
|
||||
"UserStoriesFromTemplate": "",
|
||||
"BugfromTemplate": "Bug.json",
|
||||
"EpicfromTemplate": "Epic.json",
|
||||
"FeaturefromTemplate": "Feature.json",
|
||||
"PBIfromTemplate": "ProductBacklogItem.json",
|
||||
"UserStoriesFromTemplate": "UserStory.json",
|
||||
"TaskfromTemplate": "Task.json",
|
||||
"TestCasefromTemplate": "TestCase.json",
|
||||
"SetEpic": "EnableEpic.json",
|
||||
"BoardRows": "",
|
||||
"Widget": "WidgetQuery.json",
|
||||
"Chart": "WidgetChart.json",
|
||||
"TeamArea": "TeamArea.json"
|
||||
|
||||
"TeamArea": "TeamArea.json",
|
||||
"TemplateVersion": "2.0"
|
||||
}
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"defaultValue": "$ProjectName$\\$AreaName$",
|
||||
"values": [
|
||||
{
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[
|
||||
{
|
||||
"name": "Team1",
|
||||
"Description": "Team1 Description"
|
||||
},
|
||||
{
|
||||
"name": "Team2",
|
||||
"Description": "Team2 Description"
|
||||
}
|
||||
|
||||
]
|
||||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -0,0 +1,83 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.Tags"
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "Microsoft.VSTS.Scheduling.Effort"
|
||||
}
|
||||
],
|
||||
"Product Backlog Item": [
|
||||
{
|
||||
"fieldIdentifier": "System.Title"
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.AssignedTo",
|
||||
"displayFormat": "AvatarAndFullName"
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.Tags"
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "Microsoft.VSTS.Scheduling.Effort"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BoardName": "Backlog Items"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Epics"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Features"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Backlog Items"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"bugsBehavior": "asRequirements",
|
||||
"backlogVisibilities": {
|
||||
"Microsoft.EpicCategory": true,
|
||||
"Microsoft.FeatureCategory": true,
|
||||
"Microsoft.RequirementCategory": true
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Epics"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Features"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Backlog Items"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"bugsBehavior": "asRequirements",
|
||||
"backlogVisibilities": {
|
||||
"Microsoft.EpicCategory": false,
|
||||
"Microsoft.FeatureCategory": true,
|
||||
"Microsoft.RequirementCategory": true
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Epics"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Features"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Backlog Items"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"bugsBehavior": "asRequirements",
|
||||
"backlogVisibilities": {
|
||||
"Microsoft.EpicCategory": false,
|
||||
"Microsoft.FeatureCategory": true,
|
||||
"Microsoft.RequirementCategory": true
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"id": "2ed16fd4-51f0-46ef-900e-e1775679192d",
|
||||
"name": "Team2",
|
||||
"description": "Team2 Description",
|
||||
"isDefault": "false"
|
||||
},
|
||||
{
|
||||
"id": "5033d4de-08be-4e86-9fe0-16a11f662991",
|
||||
"name": "Team1",
|
||||
"description": "Team1 Description",
|
||||
"isDefault": "false"
|
||||
},
|
||||
{
|
||||
"id": "d9c2fb62-65dd-426a-982d-a24a5cc2314e",
|
||||
"name": "Azure Kubernetes Service Team",
|
||||
"description": "The default project team.",
|
||||
"isDefault": "true"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,239 @@
|
|||
{
|
||||
"count": 5,
|
||||
"value": [
|
||||
{
|
||||
"id": 7382,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2021-09-21T12:17:01.42Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:01.6Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Patient Information",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Patient Information",
|
||||
"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/7318",
|
||||
"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/7314",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7382"
|
||||
},
|
||||
{
|
||||
"id": 7383,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2021-09-21T12:17:01.727Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:01.6Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Fianance Management",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Fianance Management",
|
||||
"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/7320",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7383"
|
||||
},
|
||||
{
|
||||
"id": 7384,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2021-09-21T12:17:02.03Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:01.6Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Patient Mobile App",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Patient Mobile App",
|
||||
"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/7316",
|
||||
"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/7315",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7384"
|
||||
},
|
||||
{
|
||||
"id": 7385,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2021-09-21T12:17:02.317Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:01.6Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Web Portal for Doctors",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Web Portal for Doctors",
|
||||
"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/7317",
|
||||
"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/7321",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7385"
|
||||
},
|
||||
{
|
||||
"id": 7386,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2021-09-21T12:17:02.607Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:01.6Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "HIPAA Compliance",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "HIPAA Compliance",
|
||||
"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/7319",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7386"
|
||||
}
|
||||
],
|
||||
"HttpStatusCode": 0,
|
||||
"Message": null
|
||||
}
|
|
@ -0,0 +1,335 @@
|
|||
{
|
||||
"count": 8,
|
||||
"value": [
|
||||
{
|
||||
"id": 7314,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-09-21T12:16:37.003Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:06.853Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Visit Management",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Visit Management",
|
||||
"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/7382",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7314"
|
||||
},
|
||||
{
|
||||
"id": 7315,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-09-21T12:16:37.96Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:06.853Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Alerts and Reminders",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Alerts and Reminders",
|
||||
"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/7384",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7315"
|
||||
},
|
||||
{
|
||||
"id": 7316,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-09-21T12:16:38.537Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:06.853Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Appointments Management",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Need description.",
|
||||
"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/7384",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7316"
|
||||
},
|
||||
{
|
||||
"id": 7317,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-09-21T12:16:38.997Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:06.853Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Consultation Management",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Consultation Management",
|
||||
"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/7385",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7317"
|
||||
},
|
||||
{
|
||||
"id": 7318,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-09-21T12:16:39.433Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:06.853Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Patient Register",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Need description.",
|
||||
"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/7382",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7318"
|
||||
},
|
||||
{
|
||||
"id": 7319,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-09-21T12:16:39.873Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:06.853Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Security",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Need description.",
|
||||
"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/7386",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7319"
|
||||
},
|
||||
{
|
||||
"id": 7320,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-09-21T12:16:40.333Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:06.853Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Backoffice",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Need description.",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7383",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7320"
|
||||
},
|
||||
{
|
||||
"id": 7321,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-09-21T12:16:40.733Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:23:06.853Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Schedule Management",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Schedule Management",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 15.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/7385",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7321"
|
||||
}
|
||||
],
|
||||
"HttpStatusCode": 0,
|
||||
"Message": null
|
||||
}
|
|
@ -0,0 +1,621 @@
|
|||
{
|
||||
"count": 19,
|
||||
"value": [
|
||||
{
|
||||
"id": 7322,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2021-09-21T12:16:41.023Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:41.023Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Settings",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 2.0,
|
||||
"System.Description": "Need description.",
|
||||
"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/7322"
|
||||
},
|
||||
{
|
||||
"id": 7323,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New backlog item",
|
||||
"System.CreatedDate": "2021-09-21T12:16:41.44Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:41.44Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Print Patient Invoice",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Print Patient Invoice",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin; Compliance; Finance",
|
||||
"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/7323"
|
||||
},
|
||||
{
|
||||
"id": 7324,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New backlog item",
|
||||
"System.CreatedDate": "2021-09-21T12:16:41.947Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:41.947Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Print Prescription",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Print Prescription",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin; Doctor",
|
||||
"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/7324"
|
||||
},
|
||||
{
|
||||
"id": 7325,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "$ProjectName$\\Sprint 2",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2021-09-21T12:16:42.73Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:42.73Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Show patient visit history over time periods - month & year",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 15.0,
|
||||
"System.Description": "Need description.",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin; Doctor; Patient",
|
||||
"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/7325"
|
||||
},
|
||||
{
|
||||
"id": 7326,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "$ProjectName$\\Sprint 2",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2021-09-21T12:16:43.213Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:43.213Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Sign-in with O365",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 35.0,
|
||||
"System.Description": "Need description.",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin; Doctor",
|
||||
"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/7326"
|
||||
},
|
||||
{
|
||||
"id": 7327,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2021-09-21T12:16:43.543Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:43.543Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Map with the position of the next patient",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 2.0,
|
||||
"System.Description": "Need description.",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Mobile; Patient",
|
||||
"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/7327"
|
||||
},
|
||||
{
|
||||
"id": 7328,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New backlog item",
|
||||
"System.CreatedDate": "2021-09-21T12:16:43.853Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:43.853Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Payment Reminders",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Payment Reminders",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin; Finance",
|
||||
"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/7328"
|
||||
},
|
||||
{
|
||||
"id": 7329,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2021-09-21T12:16:44.24Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:44.24Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Send e-prescription to patients",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 4.0,
|
||||
"System.Description": "Need description.",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 17.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin; Doctor",
|
||||
"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/7329"
|
||||
},
|
||||
{
|
||||
"id": 7330,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New backlog item",
|
||||
"System.CreatedDate": "2021-09-21T12:16:44.533Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:44.533Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Backend Services",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Backend Services",
|
||||
"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/7330"
|
||||
},
|
||||
{
|
||||
"id": 7331,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New backlog item",
|
||||
"System.CreatedDate": "2021-09-21T12:16:45.04Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:45.04Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Appointment Reminders",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Appointment Integration with Native Calendar",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Doctor; Mobile; Notification; Patient",
|
||||
"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/7331"
|
||||
},
|
||||
{
|
||||
"id": 7332,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2021-09-21T12:16:45.343Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:45.343Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Countdown to the next pill",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 5.0,
|
||||
"System.Description": "Need description.",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 4.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Mobile; Notification",
|
||||
"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/7332"
|
||||
},
|
||||
{
|
||||
"id": 7333,
|
||||
"rev": 3,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New backlog item",
|
||||
"System.CreatedDate": "2021-09-21T12:16:45.643Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:17:03.267Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Add Contact Us to the WebApp",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Add Contact Us to the WebApp",
|
||||
"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/3faf4b1f-cf26-4926-bf49-7ce7ef3a1395%2F%2F$Added Contact Us Tab to homepage$",
|
||||
"attributes": {
|
||||
"authorizedDate": "2021-09-21T12:17:03.267Z",
|
||||
"id": "4330306",
|
||||
"resourceCreatedDate": "2021-09-21T12:17:03.267Z",
|
||||
"resourceModifiedDate": "2021-09-21T12:17:03.267Z",
|
||||
"revisedDate": "9999-01-01T00:00:00Z",
|
||||
"name": "Pull Request"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "ArtifactLink",
|
||||
"url": "vstfs:///Git/Commit/3faf4b1f-cf26-4926-bf49-7ce7ef3a1395%2f%2f180f79b29eea8a90998c7a75acdb806cc31cbbad",
|
||||
"attributes": {
|
||||
"authorizedDate": "2021-09-21T12:17:02.887Z",
|
||||
"id": "4330305",
|
||||
"resourceCreatedDate": "2021-09-21T12:17:02.887Z",
|
||||
"resourceModifiedDate": "2021-09-21T12:17:02.887Z",
|
||||
"revisedDate": "9999-01-01T00:00:00Z",
|
||||
"name": "Fixed in Commit"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7333"
|
||||
},
|
||||
{
|
||||
"id": 7334,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "$ProjectName$\\Sprint 1",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2021-09-21T12:16:46.023Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:46.023Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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",
|
||||
"System.AssignedTo": "ckelly109@outlook.com",
|
||||
"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/7334"
|
||||
},
|
||||
{
|
||||
"id": 7335,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "$ProjectName$\\Sprint 1",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Committed",
|
||||
"System.Reason": "Additional work found",
|
||||
"System.CreatedDate": "2021-09-21T12:16:46.4Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:46.4Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "My Medical Appointments",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 30.0,
|
||||
"System.Description": "My Medical Appointments",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 1.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Calendar; Mobile; Patient",
|
||||
"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/7335"
|
||||
},
|
||||
{
|
||||
"id": 7336,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "$ProjectName$\\Sprint 1",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Committed",
|
||||
"System.Reason": "Additional work found",
|
||||
"System.CreatedDate": "2021-09-21T12:16:46.707Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:46.707Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Patient Information Summary",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 35.0,
|
||||
"System.Description": "Personal Patient Information",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin; Compliance; Doctor; Patient",
|
||||
"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/7336"
|
||||
},
|
||||
{
|
||||
"id": 7337,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Approved",
|
||||
"System.Reason": "Approved by the Product Owner",
|
||||
"System.CreatedDate": "2021-09-21T12:16:47Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:47Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Appointment detail info",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 3.0,
|
||||
"System.Description": "Need description.",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin; Doctor; Mobile; Patient",
|
||||
"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/7337"
|
||||
},
|
||||
{
|
||||
"id": 7338,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Approved",
|
||||
"System.Reason": "Approved by the Product Owner",
|
||||
"System.CreatedDate": "2021-09-21T12:16:47.557Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:47.557Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Update visit status",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Update visit status",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin",
|
||||
"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/7338"
|
||||
},
|
||||
{
|
||||
"id": 7339,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Approved",
|
||||
"System.Reason": "Approved by the Product Owner",
|
||||
"System.CreatedDate": "2021-09-21T12:16:47.887Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:47.887Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Patient Medical History",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 1.0,
|
||||
"System.Description": "Need description.",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 5.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin; Compliance; Doctor",
|
||||
"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/7339"
|
||||
},
|
||||
{
|
||||
"id": 7340,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Kubernetes Service",
|
||||
"System.TeamProject": "Azure Kubernetes Service",
|
||||
"System.IterationPath": "Azure Kubernetes Service",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Approved",
|
||||
"System.Reason": "Approved by the Product Owner",
|
||||
"System.CreatedDate": "2021-09-21T12:16:48.22Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-21T12:16:48.22Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Manage Doctors Schedule",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": "Manage Doctors",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 15.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
"System.Tags": "Admin; Doctor",
|
||||
"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/7340"
|
||||
}
|
||||
],
|
||||
"HttpStatusCode": 0,
|
||||
"Message": null
|
||||
}
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"triggers": [
|
||||
{
|
||||
"branchFilters": [],
|
||||
"pathFilters": [],
|
||||
"settingsSourceType": 2,
|
||||
"batchChanges": false,
|
||||
"maxConcurrentBuildsPerBranch": 1,
|
||||
"triggerType": "continuousIntegration"
|
||||
}
|
||||
],
|
||||
"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/SmartHotel360-CouponManagement",
|
||||
"fullName": "SmartHotel360-CouponManagement",
|
||||
"defaultBranch": "refs/heads/master",
|
||||
"isFork": "False",
|
||||
"safeRepository": "$SmartHotel360-CouponManagement$",
|
||||
"reportBuildStatus": "true"
|
||||
},
|
||||
"id": "$SmartHotel360-CouponManagement$",
|
||||
"type": "TfsGit",
|
||||
"name": "SmartHotel360-CouponManagement",
|
||||
"url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/SmartHotel360-CouponManagement",
|
||||
"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": "Ansible-CI-YAML",
|
||||
"url": "",
|
||||
"uri": "",
|
||||
"path": "\\",
|
||||
"type": "build",
|
||||
"queueStatus": "enabled",
|
||||
"revision": 2,
|
||||
"createdDate": "",
|
||||
"project": "{}"
|
||||
}
|
|
@ -153,7 +153,7 @@
|
|||
],
|
||||
"target": {
|
||||
"agentSpecification": {
|
||||
"identifier": "ubuntu-16.04"
|
||||
"identifier": "ubuntu-18.04"
|
||||
}
|
||||
},
|
||||
"type": 1
|
||||
|
|
|
@ -1,22 +1,9 @@
|
|||
{
|
||||
"Description": "Generated by Azure DevOps Demo Generator",
|
||||
"Teams": "Teams.json",
|
||||
"SourceCode": "ImportSourceCode.json",
|
||||
"CreateService": "CreateServiceEndPoint.json",
|
||||
"BoardColumns": "BoardColumns.json",
|
||||
"ProjectSettings": "ProjectSettings.json",
|
||||
"CardStyle": "UpdateCardStyles.json",
|
||||
"CardField": "UpdateCardFields.json",
|
||||
"PBIfromTemplate": "PBIfromTemplate.json",
|
||||
"BugfromTemplate": "BugfromTemplate.json",
|
||||
"EpicfromTemplate": "EpicfromTemplate.json",
|
||||
"TaskfromTemplate": "TaskfromTemplate.json",
|
||||
"TestCasefromTemplate": "TestCasefromTemplate.json",
|
||||
"FeaturefromTemplate": "FeaturefromTemplate.json",
|
||||
"UserStoriesFromTemplate": "UserStoriesfromTemplate.json",
|
||||
"SetEpic": "EnableEpic.json",
|
||||
"BoardRows": "BoardRowsFromTemplate.json",
|
||||
"Widget": "WidgetQuery.json",
|
||||
"Chart": "WidgetChart.json",
|
||||
"TeamArea": "TeamArea.json"
|
||||
"CardStyle": "CardStyles.json",
|
||||
"CardField": "CardFields.json",
|
||||
"TemplateVersion": "2.0"
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Epics"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Features"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Stories"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"bugsBehavior": "asTasks",
|
||||
"backlogVisibilities": {
|
||||
"Microsoft.EpicCategory": false,
|
||||
"Microsoft.FeatureCategory": true,
|
||||
"Microsoft.RequirementCategory": true
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"id": "1c340aca-25b9-4ebc-847c-47fdc294b886",
|
||||
"name": "Ansible Team",
|
||||
"description": "The default project team.",
|
||||
"isDefault": "true"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"triggers": [
|
||||
{
|
||||
"branchFilters": [],
|
||||
"pathFilters": [],
|
||||
"settingsSourceType": 2,
|
||||
"batchChanges": false,
|
||||
"maxConcurrentBuildsPerBranch": 1,
|
||||
"triggerType": "continuousIntegration"
|
||||
}
|
||||
],
|
||||
"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/AzureFunctions",
|
||||
"fullName": "AzureFunctions",
|
||||
"defaultBranch": "refs/heads/master",
|
||||
"isFork": "False",
|
||||
"safeRepository": "$AzureFunctions$",
|
||||
"reportBuildStatus": "true"
|
||||
},
|
||||
"id": "$AzureFunctions$",
|
||||
"type": "TfsGit",
|
||||
"name": "AzureFunctions",
|
||||
"url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/AzureFunctions",
|
||||
"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": "AzureFunctions_CI-YAML",
|
||||
"url": "",
|
||||
"uri": "",
|
||||
"path": "\\",
|
||||
"type": "build",
|
||||
"queueStatus": "enabled",
|
||||
"revision": 3,
|
||||
"createdDate": "",
|
||||
"project": "{}"
|
||||
}
|
|
@ -1,967 +0,0 @@
|
|||
{
|
||||
"count": 22,
|
||||
"value": [
|
||||
{
|
||||
"id": 539,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:21:48.143Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:21:48.347Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Points Accural on Purchases",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/538",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/539"
|
||||
},
|
||||
{
|
||||
"id": 540,
|
||||
"rev": 3,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:21:57.807Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:22:07.18Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Rewards Redemption",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/538",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/540"
|
||||
},
|
||||
{
|
||||
"id": 542,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:22:38.42Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:22:38.777Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Ratings for purchased items",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/303",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/408",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/535",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/542"
|
||||
},
|
||||
{
|
||||
"id": 543,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:22:52.777Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:22:52.997Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Supplier Feedback",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/535",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/543"
|
||||
},
|
||||
{
|
||||
"id": 545,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:23:26.87Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:23:27.17Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Shipping charges calculation",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/533",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/545"
|
||||
},
|
||||
{
|
||||
"id": 546,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:23:34.81Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:23:35.513Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Delivery Options",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/317",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/320",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/534",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/546"
|
||||
},
|
||||
{
|
||||
"id": 547,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:23:52.747Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:23:53.013Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Order cancellation",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/533",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/547"
|
||||
},
|
||||
{
|
||||
"id": 548,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:24:00.733Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:24:01.013Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Order confirmation",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/533",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/309",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/310",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/548"
|
||||
},
|
||||
{
|
||||
"id": 549,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:24:07.03Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:24:07.34Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Delivery confirmation",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/534",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/327",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/329",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/549"
|
||||
},
|
||||
{
|
||||
"id": 551,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:25:27.207Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:25:27.583Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Customer notification",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/318",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/537",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/551"
|
||||
},
|
||||
{
|
||||
"id": 286,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited\\Sprint 1",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-02T12:14:02.967Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:26:22.05Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"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": "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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/315",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/316",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/415",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/286"
|
||||
},
|
||||
{
|
||||
"id": 552,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:26:21.723Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:26:22.05Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Gift Options",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/533",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/321",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/325",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/552"
|
||||
},
|
||||
{
|
||||
"id": 554,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:30:01.443Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:30:01.803Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Ad-hoc promotions",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/536",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/554"
|
||||
},
|
||||
{
|
||||
"id": 544,
|
||||
"rev": 3,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:22:59.06Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:31:15.18Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Customer issues",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/555",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/544"
|
||||
},
|
||||
{
|
||||
"id": 541,
|
||||
"rev": 3,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:22:29.76Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:31:17.507Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Ask for customer feedback",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/326",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/555",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/541"
|
||||
},
|
||||
{
|
||||
"id": 550,
|
||||
"rev": 3,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:24:25.687Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:31:26.867Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Product Recommendations",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/302",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/304",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/323",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/536",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/550"
|
||||
},
|
||||
{
|
||||
"id": 553,
|
||||
"rev": 3,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:27:15.1Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:31:59.54Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Product catalog changes",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/328",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/556",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/553"
|
||||
},
|
||||
{
|
||||
"id": 558,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2017-03-07T21:34:51.173Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:34:51.173Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.Title": "Credit Card Purchase",
|
||||
"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": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/319",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/557",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/558"
|
||||
},
|
||||
{
|
||||
"id": 298,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited\\Sprint 1",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-03-02T12:14:05.733Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:05.733Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"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": "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://vstsdemodata.visualstudio.com/_apis/wit/workItems/298"
|
||||
},
|
||||
{
|
||||
"id": 299,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited\\Sprint 1",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-03-02T12:14:05.95Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:05.95Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"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://vstsdemodata.visualstudio.com/_apis/wit/workItems/299"
|
||||
},
|
||||
{
|
||||
"id": 300,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited\\Sprint 1",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-03-02T12:14:06.157Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:06.157Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"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://vstsdemodata.visualstudio.com/_apis/wit/workItems/300"
|
||||
},
|
||||
{
|
||||
"id": 301,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited\\Sprint 1",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-03-02T12:14:06.407Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:06.407Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"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": "Sachin Raj <sachin77@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://vstsdemodata.visualstudio.com/_apis/wit/workItems/301"
|
||||
}
|
||||
],
|
||||
"HttpStatusCode": 0
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parameters": {
|
||||
"gitSource": {
|
||||
"url": "https://vstsdemodata.visualstudio.com/AzureFunctions_BuildWorkshop/_git/AzureFunctions"
|
||||
"url": "https://dev.azure.com/vstsdemodata/_git/AzureFunctions"
|
||||
},
|
||||
"serviceEndpointId": "$AzureFunctions-code$",
|
||||
"deleteServiceEndpointAfterImportIsDone": true
|
||||
|
|
|
@ -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": "Azure Functions",
|
||||
"structureType": "iteration",
|
||||
"hasChildren": true
|
||||
}
|
|
@ -1,685 +0,0 @@
|
|||
{
|
||||
"count": 18,
|
||||
"value": [
|
||||
{
|
||||
"id": 45758,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New backlog item",
|
||||
"System.CreatedDate": "2017-07-04T05:13:05.023Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:05.023Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.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": [
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45898",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45758"
|
||||
},
|
||||
{
|
||||
"id": 45759,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 6",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2017-07-04T05:13:07.04Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:07.04Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Bharath YM <Bharath.YM@hotmail.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://bharathym.visualstudio.com/_apis/wit/workItems/45759"
|
||||
},
|
||||
{
|
||||
"id": 45760,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2017-07-04T05:13:09.103Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:09.103Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.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": [
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45861",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45905",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45906",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45760"
|
||||
},
|
||||
{
|
||||
"id": 45761,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2017-07-04T05:13:10.807Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:10.807Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.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": [
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45902",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45761"
|
||||
},
|
||||
{
|
||||
"id": 45762,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 6",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New backlog item",
|
||||
"System.CreatedDate": "2017-07-04T05:13:12.823Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:12.823Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"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://bharathym.visualstudio.com/_apis/wit/workItems/45901",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45762"
|
||||
},
|
||||
{
|
||||
"id": 45763,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 4",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New backlog item",
|
||||
"System.CreatedDate": "2017-07-04T05:13:14.853Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:14.853Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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://bharathym.visualstudio.com/_apis/wit/workItems/45763"
|
||||
},
|
||||
{
|
||||
"id": 45764,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 6",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2017-07-04T05:13:16.87Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:16.87Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.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": [
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45864",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45764"
|
||||
},
|
||||
{
|
||||
"id": 45765,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "New",
|
||||
"System.Reason": "Moved to the backlog",
|
||||
"System.CreatedDate": "2017-07-04T05:13:18.823Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:18.823Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.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://bharathym.visualstudio.com/_apis/wit/workItems/45765"
|
||||
},
|
||||
{
|
||||
"id": 45766,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 1",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-07-04T05:13:20.76Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:20.76Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Bharath YM <Bharath.YM@hotmail.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://bharathym.visualstudio.com/_apis/wit/workItems/45766"
|
||||
},
|
||||
{
|
||||
"id": 45767,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 6",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-07-04T05:13:22.917Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:22.917Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Bharath YM <Bharath.YM@hotmail.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://bharathym.visualstudio.com/_apis/wit/workItems/45767"
|
||||
},
|
||||
{
|
||||
"id": 45768,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Committed",
|
||||
"System.Reason": "Additional work found",
|
||||
"System.CreatedDate": "2017-07-04T05:13:24.98Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:24.98Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.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": [
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45900",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45903",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45904",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45768"
|
||||
},
|
||||
{
|
||||
"id": 45769,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Committed",
|
||||
"System.Reason": "Commitment made by the team",
|
||||
"System.CreatedDate": "2017-07-04T05:13:26.697Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:26.697Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"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://bharathym.visualstudio.com/_apis/wit/workItems/45769"
|
||||
},
|
||||
{
|
||||
"id": 45770,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Committed",
|
||||
"System.Reason": "Commitment made by the team",
|
||||
"System.CreatedDate": "2017-07-04T05:13:28.84Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:28.84Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Bharath YM <Bharath.YM@hotmail.com>",
|
||||
"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://bharathym.visualstudio.com/_apis/wit/workItems/45770"
|
||||
},
|
||||
{
|
||||
"id": 45771,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 2",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Committed",
|
||||
"System.Reason": "Commitment made by the team",
|
||||
"System.CreatedDate": "2017-07-04T05:13:30.777Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:30.777Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Bharath YM <Bharath.YM@hotmail.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": [
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45897",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45771"
|
||||
},
|
||||
{
|
||||
"id": 45772,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 6",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Approved",
|
||||
"System.Reason": "Work stopped",
|
||||
"System.CreatedDate": "2017-07-04T05:13:32.777Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:32.777Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.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": [
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45899",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45772"
|
||||
},
|
||||
{
|
||||
"id": 45773,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 6",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Approved",
|
||||
"System.Reason": "Additional work found",
|
||||
"System.CreatedDate": "2017-07-04T05:13:34.777Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:34.777Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.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": [
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45862",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45773"
|
||||
},
|
||||
{
|
||||
"id": 45774,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 6",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Approved",
|
||||
"System.Reason": "Additional work found",
|
||||
"System.CreatedDate": "2017-07-04T05:13:36.713Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:36.713Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.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": [
|
||||
{
|
||||
"rel": "Microsoft.VSTS.Common.TestedBy-Forward",
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45865",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45774"
|
||||
},
|
||||
{
|
||||
"id": 45775,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited_TM",
|
||||
"System.TeamProject": "PartsUnlimited_TM",
|
||||
"System.IterationPath": "PartsUnlimited_TM\\Sprint 2",
|
||||
"System.WorkItemType": "Product Backlog Item",
|
||||
"System.State": "Approved",
|
||||
"System.Reason": "Approved by the Product Owner",
|
||||
"System.CreatedDate": "2017-07-04T05:13:38.65Z",
|
||||
"System.CreatedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"System.ChangedDate": "2017-07-04T05:13:38.65Z",
|
||||
"System.ChangedBy": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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": "Nagaraj B <nagaraj.bhairaji@hotmail.com>",
|
||||
"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://bharathym.visualstudio.com/_apis/wit/workItems/45863",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://bharathym.visualstudio.com/_apis/wit/workItems/45775"
|
||||
}
|
||||
],
|
||||
"HttpStatusCode": 0
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"type": "Agile",
|
||||
"users": [ "ckelly109@outlook.com", "craig109@outlook.com", "nmunger109@outlook.com", "lsteel109@outlook.com"]
|
||||
"users": []
|
||||
}
|
|
@ -1,23 +1,19 @@
|
|||
{
|
||||
"Name": "AzureFunctions",
|
||||
"Description": "Generated by Azure DevOps Demo Generator",
|
||||
"Teams": "Teams.json",
|
||||
"SourceCode": "ImportSourceCode.json",
|
||||
"CreateService": "CreateServiceEndPoint.json",
|
||||
"BoardColumns": "BoardColumns.json",
|
||||
"ProjectSettings": "ProjectSettings.json",
|
||||
"CardStyle": "UpdateCardStyles.json",
|
||||
"CardField": "UpdateCardFields.json",
|
||||
"PBIfromTemplate": "PBIfromTemplate.json",
|
||||
"BugfromTemplate": "BugfromTemplate.json",
|
||||
"EpicfromTemplate": "EpicfromTemplate.json",
|
||||
"TaskfromTemplate": "TaskfromTemplate.json",
|
||||
"TestCasefromTemplate": "TestCasefromTemplate.json",
|
||||
"FeaturefromTemplate": "FeaturefromTemplate.json",
|
||||
"UserStoriesFromTemplate": "",
|
||||
"BugfromTemplate": "Bug.json",
|
||||
"EpicfromTemplate": "Epic.json",
|
||||
"FeaturefromTemplate": "Feature.json",
|
||||
"PBIfromTemplate": "ProductBacklogItem.json",
|
||||
"UserStoriesFromTemplate": "UserStory.json",
|
||||
"TaskfromTemplate": "Task.json",
|
||||
"TestCasefromTemplate": "TestCase.json",
|
||||
"SetEpic": "EnableEpic.json",
|
||||
"BoardRows": "",
|
||||
"Widget": "WidgetQuery.json",
|
||||
"Chart": "WidgetChart.json",
|
||||
"TeamArea": "TeamArea.json"
|
||||
|
||||
"TeamArea": "TeamArea.json",
|
||||
"IsPrivate": "true",
|
||||
"TemplateVersion": "2.0"
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
},
|
||||
"name": "AzureFunctions-code",
|
||||
"type": "git",
|
||||
"url": "https://vstsdemodata.visualstudio.com/AzureFunctions_BuildWorkshop/_git/AzureFunctions",
|
||||
"url": "https://dev.azure.com/vstsdemodata/_git/AzureFunctions",
|
||||
"authorization": {
|
||||
"scheme": "UsernamePassword",
|
||||
"parameters": {
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"defaultValue": "$ProjectName$\\$AreaName$",
|
||||
"values": [
|
||||
{
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[
|
||||
{
|
||||
"name": "Team1",
|
||||
"Description": "Team1 Description"
|
||||
},
|
||||
{
|
||||
"name": "Team2",
|
||||
"Description": "Team2 Description"
|
||||
}
|
||||
|
||||
]
|
||||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Epics"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Features"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Stories"
|
||||
}
|
||||
]
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
{
|
||||
"bugsBehavior": "asTasks",
|
||||
"backlogVisibilities": {
|
||||
"Microsoft.EpicCategory": true,
|
||||
"Microsoft.FeatureCategory": true,
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Epics"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Features"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Stories"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"bugsBehavior": "asTasks",
|
||||
"backlogVisibilities": {
|
||||
"Microsoft.EpicCategory": false,
|
||||
"Microsoft.FeatureCategory": true,
|
||||
"Microsoft.RequirementCategory": true
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Epics"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Features"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Stories"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"bugsBehavior": "asTasks",
|
||||
"backlogVisibilities": {
|
||||
"Microsoft.EpicCategory": false,
|
||||
"Microsoft.FeatureCategory": true,
|
||||
"Microsoft.RequirementCategory": true
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"id": "e8414d50-c4f5-41a8-b29d-c1aed71f8cbe",
|
||||
"name": "Azure Functions Team",
|
||||
"description": "The default project team.",
|
||||
"isDefault": "true"
|
||||
},
|
||||
{
|
||||
"id": "f302bae8-9b24-47be-8218-95e1c16b83e6",
|
||||
"name": "Team1",
|
||||
"description": "Team1 Description",
|
||||
"isDefault": "false"
|
||||
},
|
||||
{
|
||||
"id": "820da793-7aa0-4366-aea2-55d36e13eb6a",
|
||||
"name": "Team2",
|
||||
"description": "Team2 Description",
|
||||
"isDefault": "false"
|
||||
}
|
||||
]
|
|
@ -2,23 +2,23 @@
|
|||
"count": 16,
|
||||
"value": [
|
||||
{
|
||||
"id": 415,
|
||||
"rev": 1,
|
||||
"id": 7200,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-03-02T12:14:31.91Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:31.91Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:44.753Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:09.463Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
|
@ -29,35 +29,26 @@
|
|||
"Microsoft.VSTS.TCM.AutomationStatus": null,
|
||||
"System.History": null
|
||||
},
|
||||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/286",
|
||||
"attributes": {
|
||||
"isLocked": "False",
|
||||
"comment": "Making a new link for the dependency"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/415"
|
||||
"relations": null,
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7200"
|
||||
},
|
||||
{
|
||||
"id": 533,
|
||||
"id": 7201,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-03-07T21:18:00.283Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:18:00.627Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:45.053Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:09.463Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Shopping Cart Facility",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": null,
|
||||
"System.Description": "Shopping Cart Facility",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
|
@ -72,52 +63,60 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/545",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7193",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/547",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7189",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/548",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7190",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/552",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7187",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/533"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7201"
|
||||
},
|
||||
{
|
||||
"id": 534,
|
||||
"id": 7202,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-03-07T21:19:26.017Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:19:26.69Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:45.75Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:09.463Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Online tracking of shipments",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": null,
|
||||
"System.Description": "Online tracking of shipments",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
|
@ -132,38 +131,42 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/546",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7188",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/549",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7191",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/534"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7202"
|
||||
},
|
||||
{
|
||||
"id": 535,
|
||||
"id": 7203,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-03-07T21:19:38.767Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:19:38.97Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:46.037Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:09.463Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Product reviews and ratings",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": null,
|
||||
"System.Description": "Product reviews and ratings",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
|
@ -178,38 +181,42 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/542",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7186",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/543",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7185",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/535"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7203"
|
||||
},
|
||||
{
|
||||
"id": 536,
|
||||
"id": 7204,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-03-07T21:19:57.847Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:19:58.143Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:46.313Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:09.463Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Promotion and Rewards",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": null,
|
||||
"System.Description": "Promotion and Rewards",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
|
@ -224,38 +231,42 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/550",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7197",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/554",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7194",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/536"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7204"
|
||||
},
|
||||
{
|
||||
"id": 537,
|
||||
"id": 7205,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-03-07T21:20:08.86Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:20:09.127Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:46.61Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:09.463Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Notification",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": null,
|
||||
"System.Description": "Notification",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
|
@ -270,31 +281,33 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/551",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7192",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/537"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7205"
|
||||
},
|
||||
{
|
||||
"id": 538,
|
||||
"id": 7206,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-03-07T21:20:21.423Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:20:21.847Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:46.893Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:09.463Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Membership and Rewards Program",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": null,
|
||||
"System.Description": "Membership and Rewards Program",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
|
@ -309,38 +322,42 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/539",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7184",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/540",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7183",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/538"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7206"
|
||||
},
|
||||
{
|
||||
"id": 555,
|
||||
"id": 7207,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-03-07T21:31:06.43Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:31:07.087Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:47.31Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:09.463Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Customer Service",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": null,
|
||||
"System.Description": "Customer Service",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
|
@ -355,38 +372,42 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/541",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7195",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/544",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7196",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/555"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7207"
|
||||
},
|
||||
{
|
||||
"id": 556,
|
||||
"id": 7208,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-03-07T21:31:46.663Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:31:47.087Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:47.597Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:09.463Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Product Catalog",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": null,
|
||||
"System.Description": "Product Catalog",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
|
@ -401,31 +422,33 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/553",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7198",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/556"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7208"
|
||||
},
|
||||
{
|
||||
"id": 557,
|
||||
"id": 7209,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-03-07T21:34:26.703Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-07T21:34:27.157Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:47.88Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:09.463Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Payment",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 0.0,
|
||||
"System.Description": null,
|
||||
"System.Description": "Payment",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
|
@ -440,32 +463,34 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/558",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7199",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/557"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7209"
|
||||
},
|
||||
{
|
||||
"id": 422,
|
||||
"id": 7210,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-03-02T12:14:33.41Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:33.41Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:48.167Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-08-31T15:22:48.167Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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": "nmunger109@outlook.com",
|
||||
"System.AssignedTo": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
|
@ -477,149 +502,25 @@
|
|||
"System.History": null
|
||||
},
|
||||
"relations": null,
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/422"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7210"
|
||||
},
|
||||
{
|
||||
"id": 423,
|
||||
"id": 7211,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-03-02T12:14:33.66Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:33.66Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.CreatedDate": "2021-08-31T15:22:48.51Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-08-31T15:22:48.51Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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": "Sachin Raj <sachin77@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://vstsdemodata.visualstudio.com/_apis/wit/workItems/423"
|
||||
},
|
||||
{
|
||||
"id": 424,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-03-02T12:14:33.86Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:33.86Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"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": "Sachin Raj <sachin77@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://vstsdemodata.visualstudio.com/_apis/wit/workItems/424"
|
||||
},
|
||||
{
|
||||
"id": 425,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-03-02T12:14:34.08Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:34.08Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"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": "Sachin Raj <sachin77@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://vstsdemodata.visualstudio.com/_apis/wit/workItems/425"
|
||||
},
|
||||
{
|
||||
"id": 426,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-03-02T12:14:34.3Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:34.3Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"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": "Sachin Raj <sachin77@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://vstsdemodata.visualstudio.com/_apis/wit/workItems/426"
|
||||
},
|
||||
{
|
||||
"id": 427,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "PartsUnlimited",
|
||||
"System.TeamProject": "PartsUnlimited",
|
||||
"System.IterationPath": "PartsUnlimited",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2017-03-02T12:14:34.5Z",
|
||||
"System.CreatedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"System.ChangedDate": "2017-03-02T12:14:34.5Z",
|
||||
"System.ChangedBy": "Sachin Raj <sachin77@outlook.com>",
|
||||
"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,
|
||||
|
@ -632,8 +533,133 @@
|
|||
"System.History": null
|
||||
},
|
||||
"relations": null,
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/427"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7211"
|
||||
},
|
||||
{
|
||||
"id": 7212,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2021-08-31T15:22:48.817Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-08-31T15:22:48.817Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7212"
|
||||
},
|
||||
{
|
||||
"id": 7213,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2021-08-31T15:22:49.12Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-08-31T15:22:49.12Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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": "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/7213"
|
||||
},
|
||||
{
|
||||
"id": 7214,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2021-08-31T15:22:49.413Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-08-31T15:22:49.413Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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 <akshay.hosur@ecanarys.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/7214"
|
||||
},
|
||||
{
|
||||
"id": 7215,
|
||||
"rev": 1,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Epic",
|
||||
"System.State": "Done",
|
||||
"System.Reason": "Work finished",
|
||||
"System.CreatedDate": "2021-08-31T15:22:49.837Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-08-31T15:22:49.837Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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": "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/7215"
|
||||
}
|
||||
],
|
||||
"HttpStatusCode": 0
|
||||
"HttpStatusCode": 0,
|
||||
"Message": null
|
||||
}
|
|
@ -0,0 +1,704 @@
|
|||
{
|
||||
"count": 17,
|
||||
"value": [
|
||||
{
|
||||
"id": 7183,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:18.953Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7206",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7183"
|
||||
},
|
||||
{
|
||||
"id": 7184,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:19.81Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7206",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7184"
|
||||
},
|
||||
{
|
||||
"id": 7185,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:20.14Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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-Reverse",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7203",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7185"
|
||||
},
|
||||
{
|
||||
"id": 7186,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:21.153Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7203",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7186"
|
||||
},
|
||||
{
|
||||
"id": 7187,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:21.643Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7201",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7187"
|
||||
},
|
||||
{
|
||||
"id": 7188,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:22.17Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7202",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7188"
|
||||
},
|
||||
{
|
||||
"id": 7189,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:22.65Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7201",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7189"
|
||||
},
|
||||
{
|
||||
"id": 7190,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:23.037Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7201",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7190"
|
||||
},
|
||||
{
|
||||
"id": 7191,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:23.93Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7202",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7191"
|
||||
},
|
||||
{
|
||||
"id": 7192,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:24.437Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7205",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7192"
|
||||
},
|
||||
{
|
||||
"id": 7193,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:24.987Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7201",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7193"
|
||||
},
|
||||
{
|
||||
"id": 7194,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:25.283Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7204",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7194"
|
||||
},
|
||||
{
|
||||
"id": 7195,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:25.597Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7207",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7195"
|
||||
},
|
||||
{
|
||||
"id": 7196,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:25.993Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7207",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7196"
|
||||
},
|
||||
{
|
||||
"id": 7197,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:26.893Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7204",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7197"
|
||||
},
|
||||
{
|
||||
"id": 7198,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:27.173Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7208",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7198"
|
||||
},
|
||||
{
|
||||
"id": 7199,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Azure Functions",
|
||||
"System.TeamProject": "Azure Functions",
|
||||
"System.IterationPath": "Azure Functions",
|
||||
"System.WorkItemType": "Feature",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New feature",
|
||||
"System.CreatedDate": "2021-08-31T15:22:27.453Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:29:15.057Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"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/7209",
|
||||
"attributes": {
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Parent"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7199"
|
||||
}
|
||||
],
|
||||
"HttpStatusCode": 0,
|
||||
"Message": null
|
||||
}
|
|
@ -1,46 +0,0 @@
|
|||
[
|
||||
{
|
||||
"description": "",
|
||||
"name": "New",
|
||||
"itemLimit": 0,
|
||||
"stateMappings": {
|
||||
"Product Backlog Item": "New",
|
||||
"Bug": "New"
|
||||
},
|
||||
"columnType": "incoming",
|
||||
"isSplit": null
|
||||
},
|
||||
{
|
||||
"description": "",
|
||||
"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",
|
||||
"isSplit": null
|
||||
}
|
||||
]
|
|
@ -1,6 +0,0 @@
|
|||
[
|
||||
{
|
||||
"id": "00000000-0000-0000-0000-000000000000",
|
||||
"name": null
|
||||
}
|
||||
]
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"count": 0,
|
||||
"value": null,
|
||||
"HttpStatusCode": 0
|
||||
}
|
|
@ -239,7 +239,7 @@
|
|||
],
|
||||
"target": {
|
||||
"agentSpecification": {
|
||||
"identifier": "ubuntu-16.04"
|
||||
"identifier": "ubuntu-18.04"
|
||||
}
|
||||
},
|
||||
"type": 1
|
||||
|
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"triggers": [
|
||||
{
|
||||
"branchFilters": [],
|
||||
"pathFilters": [],
|
||||
"settingsSourceType": 2,
|
||||
"batchChanges": false,
|
||||
"maxConcurrentBuildsPerBranch": 1,
|
||||
"triggerType": "continuousIntegration"
|
||||
}
|
||||
],
|
||||
"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/Docker",
|
||||
"fullName": "Docker",
|
||||
"defaultBranch": "refs/heads/master",
|
||||
"isFork": "False",
|
||||
"safeRepository": "$Docker$",
|
||||
"reportBuildStatus": "true"
|
||||
},
|
||||
"id": "$Docker$",
|
||||
"type": "TfsGit",
|
||||
"name": "Docker",
|
||||
"url": "https://$Organization$@dev.azure.com/$Organization$/$ProjectName$/_git/Docker",
|
||||
"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": "MHCDocker.build-YAML",
|
||||
"url": "",
|
||||
"uri": "",
|
||||
"path": "\\",
|
||||
"type": "build",
|
||||
"queueStatus": "enabled",
|
||||
"revision": 2,
|
||||
"createdDate": "",
|
||||
"project": "{}"
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"users": [ "ckelly109@outlook.com", "craig109@outlook.com", "nmunger109@outlook.com", "lsteel109@outlook.com"]
|
||||
{
|
||||
"type": "Scrum",
|
||||
"users": []
|
||||
}
|
|
@ -1,23 +1,18 @@
|
|||
{
|
||||
"Name": "Docker",
|
||||
"Description": "Generated by Azure DevOps Demo Generator",
|
||||
"Teams": "Teams.json",
|
||||
"SourceCode": "ImportSourceCode.json",
|
||||
"CreateService": "CreateServiceEndPoint.json",
|
||||
"BoardColumns": "BoardColumns.json",
|
||||
"ProjectSettings": "ProjectSettings.json",
|
||||
"CardStyle": "UpdateCardStyles.json",
|
||||
"CardField": "UpdateCardFields.json",
|
||||
"PBIfromTemplate": "PBIfromTemplate.json",
|
||||
"BugfromTemplate": "BugfromTemplate.json",
|
||||
"EpicfromTemplate": "EpicfromTemplate.json",
|
||||
"TaskfromTemplate": "TaskfromTemplate.json",
|
||||
"TestCasefromTemplate": "TestCasefromTemplate.json",
|
||||
"FeaturefromTemplate": "FeaturefromTemplate.json",
|
||||
"UserStoriesFromTemplate": "",
|
||||
"BugfromTemplate": "Bug.json",
|
||||
"EpicfromTemplate": "Epic.json",
|
||||
"FeaturefromTemplate": "Feature.json",
|
||||
"PBIfromTemplate": "ProductBacklogItem.json",
|
||||
"UserStoriesFromTemplate": "UserStory.json",
|
||||
"TaskfromTemplate": "Task.json",
|
||||
"TestCasefromTemplate": "TestCase.json",
|
||||
"SetEpic": "EnableEpic.json",
|
||||
"BoardRows": "",
|
||||
"Widget": "WidgetQuery.json",
|
||||
"Chart": "WidgetChart.json",
|
||||
"TeamArea": "TeamArea.json"
|
||||
|
||||
"TeamArea": "TeamArea.json",
|
||||
"TemplateVersion": "2.0"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"defaultValue": "$ProjectName$\\$AreaName$",
|
||||
"values": [
|
||||
{
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[
|
||||
{
|
||||
"name": "Team1",
|
||||
"Description": "Team1 Description"
|
||||
},
|
||||
{
|
||||
"name": "Team2",
|
||||
"Description": "Team2 Description"
|
||||
}
|
||||
|
||||
]
|
||||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -0,0 +1,102 @@
|
|||
[
|
||||
{
|
||||
"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": "Microsoft.VSTS.Scheduling.Effort",
|
||||
"displayType": "CORE"
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.Tags",
|
||||
"displayType": "CORE"
|
||||
},
|
||||
{
|
||||
"showEmptyFields": "false"
|
||||
}
|
||||
],
|
||||
"Product Backlog Item": [
|
||||
{
|
||||
"fieldIdentifier": "System.Title"
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.State"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Epics"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Features"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Backlog Items"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"bugsBehavior": "asRequirements",
|
||||
"backlogVisibilities": {
|
||||
"Microsoft.EpicCategory": true,
|
||||
"Microsoft.FeatureCategory": true,
|
||||
"Microsoft.RequirementCategory": true
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Epics"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Features"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Backlog Items"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"bugsBehavior": "asRequirements",
|
||||
"backlogVisibilities": {
|
||||
"Microsoft.EpicCategory": false,
|
||||
"Microsoft.FeatureCategory": true,
|
||||
"Microsoft.RequirementCategory": true
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Epics"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Features"
|
||||
},
|
||||
{
|
||||
"url": "",
|
||||
"rules": {
|
||||
"tagStyle": []
|
||||
},
|
||||
"_links": "{}",
|
||||
"BoardName": "Backlog Items"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"bugsBehavior": "asRequirements",
|
||||
"backlogVisibilities": {
|
||||
"Microsoft.EpicCategory": false,
|
||||
"Microsoft.FeatureCategory": true,
|
||||
"Microsoft.RequirementCategory": true
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"id": "2f556caa-9951-4dda-8a12-70f0eb8b0987",
|
||||
"name": "Team2",
|
||||
"description": "Team2 Description",
|
||||
"isDefault": "false"
|
||||
},
|
||||
{
|
||||
"id": "b32c72f9-18ca-409c-9f10-faaffe0a54bd",
|
||||
"name": "Docker Team",
|
||||
"description": "The default project team.",
|
||||
"isDefault": "true"
|
||||
},
|
||||
{
|
||||
"id": "ea6e12f1-9289-455f-939d-0baecdefd437",
|
||||
"name": "Team1",
|
||||
"description": "Team1 Description",
|
||||
"isDefault": "false"
|
||||
}
|
||||
]
|
|
@ -1,80 +0,0 @@
|
|||
{
|
||||
"cards": {
|
||||
"Bug": [
|
||||
{
|
||||
"fieldIdentifier": "System.Title",
|
||||
"displayFormat": "",
|
||||
"displayType": "",
|
||||
"showEmptyFields": ""
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.AssignedTo",
|
||||
"displayFormat": "AvatarAndFullName",
|
||||
"displayType": "CORE",
|
||||
"showEmptyFields": ""
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "Microsoft.VSTS.Scheduling.Effort",
|
||||
"displayFormat": "",
|
||||
"displayType": "CORE",
|
||||
"showEmptyFields": ""
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.Tags",
|
||||
"displayFormat": "",
|
||||
"displayType": "CORE",
|
||||
"showEmptyFields": ""
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "",
|
||||
"displayFormat": "",
|
||||
"displayType": "",
|
||||
"showEmptyFields": "false"
|
||||
}
|
||||
],
|
||||
"Product Backlog Item": [
|
||||
{
|
||||
"fieldIdentifier": "System.Title",
|
||||
"displayFormat": "",
|
||||
"displayType": "",
|
||||
"showEmptyFields": ""
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.State",
|
||||
"displayFormat": "",
|
||||
"displayType": "",
|
||||
"showEmptyFields": ""
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.Id",
|
||||
"displayFormat": "",
|
||||
"displayType": "CORE",
|
||||
"showEmptyFields": ""
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.AssignedTo",
|
||||
"displayFormat": "AvatarAndFullName",
|
||||
"displayType": "CORE",
|
||||
"showEmptyFields": ""
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "Microsoft.VSTS.Scheduling.Effort",
|
||||
"displayFormat": "",
|
||||
"displayType": "CORE",
|
||||
"showEmptyFields": ""
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "System.Tags",
|
||||
"displayFormat": "",
|
||||
"displayType": "CORE",
|
||||
"showEmptyFields": ""
|
||||
},
|
||||
{
|
||||
"fieldIdentifier": "",
|
||||
"displayFormat": "",
|
||||
"displayType": "",
|
||||
"showEmptyFields": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -2,8 +2,8 @@
|
|||
"count": 2,
|
||||
"value": [
|
||||
{
|
||||
"id": 723,
|
||||
"rev": 6,
|
||||
"id": 7310,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Docker",
|
||||
"System.TeamProject": "Docker",
|
||||
|
@ -11,10 +11,10 @@
|
|||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-11-13T06:33:03.967Z",
|
||||
"System.CreatedBy": "Karthik N <ecanarys7@outlook.com>",
|
||||
"System.ChangedDate": "2017-11-14T06:27:35.367Z",
|
||||
"System.ChangedBy": "Karthik N <ecanarys7@outlook.com>",
|
||||
"System.CreatedDate": "2021-09-13T07:11:00.597Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:37:15.103Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Add docker support for .NETCORE project",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 30.0,
|
||||
"System.Description": "<div>Add docker support for .NETCORE project by adding below files:</div><div><br></div><div>1. Dockerfile</div><div>2. DockerCompose.yml</div>",
|
||||
|
@ -32,24 +32,28 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/724",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7296",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/725",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7297",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/723"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7310"
|
||||
},
|
||||
{
|
||||
"id": 707,
|
||||
"rev": 4,
|
||||
"id": 7311,
|
||||
"rev": 2,
|
||||
"fields": {
|
||||
"System.AreaPath": "Docker",
|
||||
"System.TeamProject": "Docker",
|
||||
|
@ -57,14 +61,14 @@
|
|||
"System.WorkItemType": "Epic",
|
||||
"System.State": "New",
|
||||
"System.Reason": "New epic",
|
||||
"System.CreatedDate": "2017-11-09T09:42:35.223Z",
|
||||
"System.CreatedBy": "Karthik N <ecanarys7@outlook.com>",
|
||||
"System.ChangedDate": "2017-11-14T06:27:35.367Z",
|
||||
"System.ChangedBy": "Karthik N <ecanarys7@outlook.com>",
|
||||
"System.CreatedDate": "2021-09-13T07:11:01.023Z",
|
||||
"System.CreatedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.ChangedDate": "2021-09-22T11:37:15.103Z",
|
||||
"System.ChangedBy": "Akshay Hosur <akshay.hosur@ecanarys.com>",
|
||||
"System.Title": "Create CI-CD pipeline",
|
||||
"Microsoft.VSTS.Scheduling.Effort": 40.0,
|
||||
"System.Description": "Create CI-CD pipeline using VSTS and Azure",
|
||||
"System.AssignedTo": "Karthik N <ecanarys7@outlook.com>",
|
||||
"System.AssignedTo": null,
|
||||
"Microsoft.VSTS.Scheduling.RemainingWork": 0.0,
|
||||
"Microsoft.VSTS.Common.Priority": 2.0,
|
||||
"System.BoardLane": null,
|
||||
|
@ -78,21 +82,26 @@
|
|||
"relations": [
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/718",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7295",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "System.LinkTypes.Hierarchy-Forward",
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/708",
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7294",
|
||||
"attributes": {
|
||||
"isLocked": "False"
|
||||
"isLocked": "false",
|
||||
"comment": "Making a new link for the dependency",
|
||||
"name": "Child"
|
||||
}
|
||||
}
|
||||
],
|
||||
"url": "https://vstsdemodata.visualstudio.com/_apis/wit/workItems/707"
|
||||
"url": "https://dev.azure.com/akshayhosur/_apis/wit/workItems/7311"
|
||||
}
|
||||
],
|
||||
"HttpStatusCode": 0
|
||||
"HttpStatusCode": 0,
|
||||
"Message": null
|
||||
}
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче