Skip to content

Commit 1334b08

Browse files
committed
Split the dev version as private, and add really basic info for overview
1 parent ad78b7d commit 1334b08

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

azure-devops-extension-dev.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"id":"RestDataMappingPicklistDev",
33
"version": "0.1.0",
4-
"baseUri": "https://localhost:44300"
4+
"baseUri": "https://localhost:44300",
5+
"public": false
56
}

azure-devops-extension.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1.0,
33
"id": "RestDataMappingPicklist",
44
"publisher": "dedac",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"name": "Rest Data Mapping Picklist",
77
"description": "Load work item values from a specified REST endpoint and map additional REST data to your work item",
88
"public": true,
@@ -17,6 +17,22 @@
1717
"id": "Microsoft.VisualStudio.Services.Cloud"
1818
}
1919
],
20+
"repository": {
21+
"type": "git",
22+
"uri": "https://github.com/Dedac/RestDataMappingPicklist"
23+
},
24+
"tags": [
25+
"Work Items",
26+
"Work Item Control",
27+
"Picklist",
28+
"Rest",
29+
"Form"
30+
],
31+
"content": {
32+
"details": {
33+
"path": "overview.md"
34+
}
35+
},
2036
"scopes": [
2137
"vso.work",
2238
"vso.work_write"

overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Get REST data and pick from a single picklist with the option to map additional data back to your work item.
2+
3+
If a rest service returns and array of objects, select the key field that should be in the drop down, and when and item is selected, other fields in the work item can be updated by the rest data.
4+
5+
More information and configuration guidance coming soon!

0 commit comments

Comments
 (0)