debian-mirror-gitlab/doc/user/tasks.md
2022-10-02 17:18:49 +05:30

3.8 KiB

stage group info
Plan Project Management 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)

WARNING: Tasks are in Alpha.

The following list are the known limitations:

For the latest updates, check the Tasks Roadmap.

FLAG: On self-managed GitLab, by default this feature is available. To hide the feature, ask an administrator to disable the feature flags named work_items and work_items_hierarchy. On GitLab.com, this feature is available.

Use tasks to track steps needed for the issue to be closed.

When planning an issue, you need a way to capture and break down technical requirements or steps necessary to complete it. An issue with related tasks is better defined, and so you can provide a more accurate issue weight and completion criteria.

Tasks are a type of work item, a step towards default issue types in GitLab. For the roadmap of migrating issues and epics to work items and adding custom work item types, visit epic 6033 or Plan direction page.

View tasks

View tasks in issues, in the Child items section.

You can also filter the list of issues for Type = task.

Create a task

Prerequisites:

  • You must have at least the Guest role for the project, or the project must be public.

To create a task:

  1. In an issue description, in the Child items section, select Add a task.
  2. Enter the task title.
  3. Select Create task.

Edit a task

Prerequisites:

  • You must have at least the Reporter role for the project.

To edit a task:

  1. In the issue description, in the Child items section, select the task you want to edit. The task window opens.
  2. Optional. To edit the title, select it and make your changes.
  3. Optional. To edit the description, select the edit icon ({pencil}), make your changes, and select Save.
  4. Select the close icon ({close}).

Remove a task from an issue

Prerequisites:

  • You must have at least the Reporter role for the project.

You can remove a task from an issue. The task is not deleted, but the two are no longer connected. It's not possible to connect them again.

To remove a task from an issue:

  1. In the issue description, in the Child items section, next to the task you want to remove, select the options menu ({ellipsis_v}).
  2. Select Remove task.

Delete a task

Prerequisites:

  • You must either:
    • Be the author of the task and have at least the Guest role for the project.
    • Have the Owner role for the project.

To delete a task:

  1. In the issue description, in the Child items section, select the task you want to edit.
  2. In the task window, in the options menu ({ellipsis_v}), select Delete task.
  3. Select OK.