Skip to content

Commit

Permalink
Upsarte more
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jun 30, 2024
1 parent 46e370d commit 1f76227
Showing 1 changed file with 10 additions and 29 deletions.
39 changes: 10 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ Clones work items from a template project to a target project incorproating a JS
init --config configuration.json
```

```powershell
## Configuration
## Configuration Example

```json
{
Expand All @@ -74,7 +71,7 @@ Clones work items from a template project to a target project incorproating a JS
}
```

## JSON Configuration Input
## inputJsonFile Example

```json
[
Expand Down Expand Up @@ -107,35 +104,19 @@ proposed new format not yet adopted:
{
"templateId": 213928,
"fields": [
{
"System.Title": "Technical specification"
},
{
"Custom.Project": "CC000_000A01"
},
{
"System.Tags": "Customer Document"
},
{
"System.AreaPath": "#{targetProject}#\\TPL"
}
{"System.Title": "Technical specification"},
{"Custom.Project": "CC000_000A01"},
{"System.Tags": "Customer Document"},
{"System.AreaPath": "#{targetProject}#\\TPL"}
]
},
{
"templateId": 213928,
"fields": [
{
"System.Title": "Technical specification"
},
{
"Custom.Project": "CC000_000A02"
},
{
"System.Tags": "Technical specification"
},
{
"System.AreaPath": "#{targetProject}#\\TPL"
}
{"System.Title": "Technical specification"},
{"Custom.Project": "CC000_000A02"},
{"System.Tags": "Technical specification"},
{"System.AreaPath": "#{targetProject}#\\TPL"}
]
},
}
Expand Down

0 comments on commit 1f76227

Please sign in to comment.