2021-11-15 13:12:21 -05:00
---
stage: Plan
group: Project Management
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---
# Tasks **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/334812) in GitLab 14.5 [with a flag](../administration/feature_flags.md) named `work_items`. Disabled by default.
WARNING:
2022-02-28 07:15:45 -05:00
Tasks are in [**Alpha** ](../policy/alpha-beta-support.md#alpha-features ). Current implementation does not have any API requests and works with mocked data.
2021-11-15 13:12:21 -05:00
For the latest updates, check the [Tasks Roadmap ](https://gitlab.com/groups/gitlab-org/-/epics/7103 ).
FLAG:
On self-managed GitLab, by default this feature is not available. To make it available,
2021-11-16 07:10:23 -05:00
ask an administrator to [enable the feature flag ](../administration/feature_flags.md ) named `work_items` .
2021-11-18 04:10:16 -05:00
On GitLab.com, this feature is not available.
2021-11-15 13:12:21 -05:00
The feature is not ready for production use.
Use tasks to track steps needed for the [issue ](project/issues/index.md ) to be closed.
When planning an issue, you need a way to capture and break down technical
2021-11-18 04:10:16 -05:00
requirements or steps necessary to complete it. An issue with related tasks is better defined,
2021-11-15 13:12:21 -05:00
and so you can provide a more accurate issue weight and completion criteria.
2021-11-18 04:10:16 -05:00
Tasks are a type of work item, a step towards [default issue types ](https://gitlab.com/gitlab-org/gitlab/-/issues/323404 )
in GitLab.
For the roadmap of migrating issues and [epics ](group/epics/index.md )
2021-11-15 13:12:21 -05:00
to work items and adding custom work item types, visit
[epic 6033 ](https://gitlab.com/groups/gitlab-org/-/epics/6033 ) or
[Plan direction page ](https://about.gitlab.com/direction/plan/ ).
## View a task
The only way to view a task is to open it with a deep link,
2021-11-18 04:10:16 -05:00
for example: `/<group_name>/<project_name>/-/work_item/1` .