From 1f76227fb2ba84a81e1839eea556037eec446397 Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood nkdAgility.com" Date: Sun, 30 Jun 2024 19:00:17 +0100 Subject: [PATCH] Upsarte more --- README.md | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 1a74d78..1e6c2a2 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -74,7 +71,7 @@ Clones work items from a template project to a target project incorproating a JS } ``` - ## JSON Configuration Input + ## inputJsonFile Example ```json [ @@ -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"} ] }, }