From 186e0f5b4c4d8676198a53bd7e62911e6d1506f9 Mon Sep 17 00:00:00 2001 From: Mart Somermaa Date: Mon, 9 Jan 2023 23:01:32 +0200 Subject: [PATCH] docs: fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f82b35..d8d21f0 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The task needs special configuration in `exportimportconfig.py` (see sample in * `CUSTOM_FIELD_MAP`: map source JIRA fields to target JIRA fields. This can also be used for system fields that are not mapped out of the box, such as 'environment' Note that epics and sub-tasks should be excluded from the source JIRA query as -they are automatically imported via the parent task. The the recommended +they are automatically imported via the parent task. The recommended snippet to add to the query is: AND issuetype not in subTaskIssueTypes() AND issuetype != Epic