Skip to content

Commit 84203e3

Browse files
Update faq.md
1 parent accb963 commit 84203e3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/faq.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1. Convert Jira formatted descriptions and comments on migration
44

5-
- With our latest release (2.3.1) we have introduced a new mapper called "MapRendered" that should be used when mapping fields to get the Html rendered value from Jira.
5+
- As of release 2.3.1 we have introduced a new mapper called "MapRendered" that should be used when mapping fields to get the Html rendered value from Jira.
66

77
Example:
88

@@ -112,6 +112,15 @@ For example, let us say you are migrating the Jira projects A, B and C in sequen
112112
7. Export project C into **workspaceC**
113113
8. Import project C1
114114

115+
## 6. What is the purpose of the --force flag?
116+
117+
Here you will find a description on what the `--force` flag does under various circumstances.
118+
119+
| | with --force | without --force | read more |
120+
|--------------------|-----------------------------------|-----------------------------------|---------------------------------------------|
121+
| Jira Exporter | Items in the migration workspace (local) will be overwritten. | Items already downloaded in the workspace will be skipped. Items in the workspace will remain intact. | [jira-export.md](https://github.com/solidify/jira-azuredevops-migrator/blob/master/docs/jira-export.md) |
122+
| Work Item Importer | Work Items in ADO will remain intact. New duplicate work items may be created. | Revisions which already have been imported will be skipped. Existing Work Items may be updated with new data if the incoming revisions have not already been imported. | [wi-import.md](https://github.com/solidify/jira-azuredevops-migrator/blob/master/docs/wi-import.md)|
123+
115124
## 5. How to migrate custom fields having dropdown lists?
116125

117126
- To map a custom field which is an dropdown list you can use MapArray mapper to get in a better way.

0 commit comments

Comments
 (0)