Use work_item_types for issue import/export (GitLab project export)
What does this MR do and why?
With &6536 we are changing all code that uses the issue_type
column before we can actually drop it. This MR was one of the final steps. We need to make sure of the following:
- We are not using the
issue_type
column when exporting a project. - We export the associated
work_item_type
together with the issue. - We properly import the
work_item_type
. - We are backwards compatible with older project exports that might have exported the
issue_type
attribute.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #415951 (closed)
Edited by Mario Celi