Fix specs to set work_item_type on all issue creations
What does this MR do and why?
In !87735 (closed) we are introducing a DB trigger to verify work_item_type_id
is set for all new issue records. Splitting the work required into separate MRs to make review easier. This MRs simply fixes all the specs that break when the new trigger is introduced.
How to set up and validate locally
Modified specs should still work, but for now they do not have a reason to fail as the trigger will be introduced as the last step of this effort when everything is fixed in the specs.
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 #338003 (closed)