Refactor support_assignee? to use work_item_type
What does this MR do and why?
Once !117953 (merged) is merged, Issue
can use the supports_assignee?
from the work_item_type
. It will not need to use IssueAvailableFeatures for assignees.
Also add a has_many :work_items
relation to Project
. Namespace
already has one.
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.