Skip to content

Commit 77d15f4

Browse files
committed
Add a base readme
1 parent 1334b08 commit 77d15f4

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)