diff --git a/docs/Samples/config-agile.json b/docs/Samples/config-agile.json index 14d33760..3e9c70ea 100644 --- a/docs/Samples/config-agile.json +++ b/docs/Samples/config-agile.json @@ -79,6 +79,12 @@ "target": "System.AssignedTo", "mapper": "MapUser" }, + { + "source": "Sprint", + "source-type": "name", + "target": "System.IterationPath", + "mapper": "MapSprint" + }, { "source": "description", "target": "System.Description", diff --git a/docs/Samples/config-basic.json b/docs/Samples/config-basic.json index 1c48358c..34db0c26 100644 --- a/docs/Samples/config-basic.json +++ b/docs/Samples/config-basic.json @@ -75,6 +75,12 @@ "target": "System.AssignedTo", "mapper": "MapUser" }, + { + "source": "Sprint", + "source-type": "name", + "target": "System.IterationPath", + "mapper": "MapSprint" + }, { "source": "description", "target": "System.Description", diff --git a/docs/Samples/config-cmmi.json b/docs/Samples/config-cmmi.json index 198304ab..200b833c 100644 --- a/docs/Samples/config-cmmi.json +++ b/docs/Samples/config-cmmi.json @@ -103,6 +103,12 @@ "target": "System.AssignedTo", "mapper": "MapUser" }, + { + "source": "Sprint", + "source-type": "name", + "target": "System.IterationPath", + "mapper": "MapSprint" + }, { "source": "description", "target": "System.Description",