Skip to content

Commit 249f6b0

Browse files
committed
Make extension public and improve parameter descriptions
1 parent 1bb78ea commit 249f6b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

azure-devops-extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.1.0",
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",
8-
"public": false,
8+
"public": true,
99
"icons": {
1010
"default": "img/logo.png"
1111
},
@@ -97,7 +97,7 @@
9797
{
9898
"id": "RestCallParameters",
9999
"name": "Rest Call URL Parameters (JSON format)",
100-
"description": "Rest Service Password",
100+
"description": "Additional fields and values to provide to the rest service as URL parameters",
101101
"inputMode": "TextArea",
102102
"validation": {
103103
"isRequired": false,
@@ -107,7 +107,7 @@
107107
{
108108
"id": "FieldMap",
109109
"name": "Rest Service Field Map",
110-
"description": "Map additional rest service fields with JSON to Work Item Fields",
110+
"description": "Map fields from the rest service fields on the Work Item by mapping them in a JSON format",
111111
"inputMode": "TextArea",
112112
"validation": {
113113
"isRequired": false,

0 commit comments

Comments
 (0)