diff --git a/doc/user/project/issues/issue_weight.md b/doc/user/project/issues/issue_weight.md index a2020ca7a0a694601af4cc17c3180cd982f6ff75..21d7fb0a7647ae47d32e210c611c0446edae1d51 100644 --- a/doc/user/project/issues/issue_weight.md +++ b/doc/user/project/issues/issue_weight.md @@ -30,7 +30,7 @@ Prerequisites: You can set the issue weight when you create or edit an issue. -You must use whole numbers (like 0, 1, 2). Negative numbers or fractions are not accepted. +You must enter whole, positive numbers. When you change the weight of an issue, the new value overwrites the previous value. diff --git a/doc/user/tasks.md b/doc/user/tasks.md index 6bf194d34b5410120827cae168a363ced82575cf..b08c0151e7b83b1694bb802fa276fbae2e39d497 100644 --- a/doc/user/tasks.md +++ b/doc/user/tasks.md @@ -99,3 +99,21 @@ To delete a task: 1. In the issue description, in the **Tasks** section, select the task you want to edit. 1. In the task window, in the options menu (**{ellipsis_v}**), select **Delete task**. 1. Select **OK**. + +## Set task weight **PREMIUM** + +> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/362550) in GitLab 15.3. + +Prerequisites: + +- You must have at least the Reporter role for the project. + +You can set weight on each task to show how much work it needs. +This value is visible only when you view a task. + +To set issue weight of a task: + +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 **Weight**, enter a whole, positive number. +1. Select the close icon (**{close}**).