We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1334b08 commit 77d15f4Copy full SHA for 77d15f4
1 file changed
README.md
@@ -0,0 +1,16 @@
1
+# Rest Data Mapping Picklist
2
+#### An Azure DevOps Work Item Form Extension
3
+
4
+This is an extension for Azure DevOps to load Rest data into a simple picklist.
5
+You can map additional data from the same rest call to other fields in the Work Item
6
7
+Build the dev version and run locally
8
+You will need to setup a local signing certificate (instructions to be added later)
9
+```
10
+npm run build-dev
11
+npm run serve-dev
12
13
+Build and package the dev control
14
15
+npm run build
16
0 commit comments