@@ -17,7 +17,7 @@ Examples of current work items are tasks, objectives, and key results.
### Creating a work item type
Work items live in the issues table. Each issue (work_item) is associated with a work item type from the [`work_item_types` table](/development/work_items.html#introducing-work_item_types-table). Therefore, to create a new work item type, an entry in the [`work_item_types` table](https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/models/work_items/type.rb) must be created.
Work items live in the issues table. Each issue (work_item) is associated with a work item type from the [`work_item_types` table](/development/work_items.md#introducing-work_item_types-table). Therefore, to create a new work item type, an entry in the [`work_item_types` table](https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/models/work_items/type.rb) must be created.
Widgets are mapped to a work item type through the `work_item_widget_definitions` table.