Commit f4ceff6e authored by Jason Colyer's avatar Jason Colyer

Make Issue boards importable

- Added space to li definiton
- Remove milestone from import_export.yml
parent 87235d00
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
%li= _('Project configuration, including services') %li= _('Project configuration, including services')
%li= _('Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities') %li= _('Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities')
%li= _('LFS objects') %li= _('LFS objects')
%li=_('Issue Boards') %li= _('Issue Boards')
%p= _('The following items will NOT be exported:') %p= _('The following items will NOT be exported:')
%ul %ul
%li= _('Job traces and artifacts') %li= _('Job traces and artifacts')
......
...@@ -84,9 +84,6 @@ project_tree: ...@@ -84,9 +84,6 @@ project_tree:
- lists: - lists:
- label: - label:
- :priorities - :priorities
- milestone:
- events:
- :push_event_payload
# Only include the following attributes for the models specified. # Only include the following attributes for the models specified.
included_attributes: included_attributes:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment