Skip to content

Set work item type on new issues when importing from bitbucket

What does this MR do and why?

Set work item type on new issues when importing from bitbucket

We need to validate a NOT NULL constraint on issues.work_item_type_id. This is one of the places where we create issues without using the model and it's create/validate callbacks other parts of the application will rely on a call back to set this value if still not present.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #338003 (closed)

Merge request reports