You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The migration configuration file is defined in a json file with the properties d
24
24
|**epic-link-field**|False|string|Jira name of epic link field. Default = "Epic Link". **Note:** requires customization per account and sometimes project|
25
25
|**sprint-field**|False|string|Jira name of sprint field. Default = "Sprint". **Note:** requires customization per account and sometimes project|
26
26
|**batch-size**|False|integer|Number of items to retrieve with one call. Default = 20.|
27
+
|**download-options**|False|integer|Type of related issues to migrate, see **Download options** below|
27
28
|**log-level**|False|string|Debug, Info, Warning, Error or Critical. Default = "Debug".|
28
29
|**attachment-folder**|True|string|Location to store attachments.|
29
30
|**user-mapping-file**|False|string|Name of user mapping file. If no specific path is set the program expects it to be located in the "workspace" folder.|
@@ -35,6 +36,18 @@ The migration configuration file is defined in a json file with the properties d
35
36
|**type-map**|True|json|List of the work item **types** you want to migrate from Jira to Azure DevOps/TFS.|
36
37
|**field-map**|True|json|List of **fields** you want to migrate from a Jira item to a Azure DevOps/TFS work item.|
37
38
39
+
## Download options
40
+
This option allows the tool to download related issues to cover cases where these are not included in the section query (like a parent issue).
41
+
42
+
Default value: 7 (=all)
43
+
44
+
|Option|Value|
45
+
|---|---|
46
+
|None|0|
47
+
|IncludeParentEpics|1|
48
+
|IncludeParents|2|
49
+
|IncludeSubItems|4|
50
+
38
51
## Link properties
39
52
Name-value pairs of work item link types to map in the migration.
40
53
@@ -81,6 +94,7 @@ Name-value pairs of field values to map in the migration.
0 commit comments