Skip to content

Commit

Permalink
docs: fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrts committed Jan 9, 2023
1 parent 1761701 commit 186e0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 186e0f5

Please sign in to comment.