Skip to content
Snippets Groups Projects

Add iteration support for work items

Merged Deepika Guliani requested to merge dg-support-iteration-for-work-item into master
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -186,20 +186,20 @@ To set issue weight of a task:
1. Next to **Weight**, enter a whole, positive number.
1. Select the close icon (**{close}**).
## Set task iteration **(PREMIUM)**
## Add a task to an iteration **(PREMIUM)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/362550) in GitLab 15.5.
You can add a task to an [iteration](group/iterations/index.md).
You can see the iteration title and period only when you view a task.
Prerequisites:
- You must have at least the Reporter role for the project.
You can set iteration on each task to associate the iteration with a task.
The iteration title and period is visible only when you view a task.
To set an iteration of a task:
To add a task to an iteration:
1. In the issue description, in the **Tasks** section, select the title of the task you want to edit.
The task window opens.
1. Next to **Iteration**, select **Add to iteration**.
1. From the dropdown list, select the iteration to be associated with a task.
1. From the dropdown list, select the iteration to be associated with the task.
Loading