Style docs fixes

Including:
- Break long lines
- Rewrite sentences to be active
- Make links relative
- Format NOTE correctly
parent 1319aa31
...@@ -33,24 +33,34 @@ Additionally, you can integrate milestones with GitLab's [Releases feature](../r ...@@ -33,24 +33,34 @@ Additionally, you can integrate milestones with GitLab's [Releases feature](../r
## Project milestones and group milestones ## Project milestones and group milestones
- **Project milestones** can be assigned to issues or merge requests in that project only. Navigate to **Issues > Milestones** in a project to view the project milestone list. You can assign **project milestones** to issues or merge requests in that project only.
- **Group milestones** can be assigned to any issue or merge request of any project in that group. Navigate to **Issues > Milestones** in a group to view the group milestone list. To view the project milestone list, in a project, go to **{issues}** **Issues > Milestones**.
- All milestones you have access to can also be viewed in the dashboard milestones list. Click on **Milestones** on the top navigation bar to view both project milestones and group milestones you have access to.
[Project Milestones API](https://docs.gitlab.com/ee/api/milestones.html) You can assign **group milestones** to any issue or merge request of any project in that group.
[Group Milestones API](https://docs.gitlab.com/ee/api/group_milestones.html) To view the group milestone list, in a group, go to **{issues}** **Issues > Milestones**.
>**Note:** You can also view all milestones you have access to in the dashboard milestones list.
The group milestone will return only the group milestones in the UI. Both group and project milestones will show, however the project milestones will be only for the group you are viewing. To view both project milestones and group milestones you have access to, click **More > Milestones**
on the top navigation bar.
For information about project and group milestones API, see:
- [Project Milestones API](../../../api/milestones.md)
- [Group Milestones API](../../../api/group_milestones.md)
NOTE: **Note:**
The group milestone only returns only group milestones in the UI.
Both group and project milestones will show, however the project milestones will be only for the
group you are viewing.
## Creating milestones ## Creating milestones
>**Note:** NOTE: **Note:**
A permission level of `Developer` or higher is required to create milestones. A permission level of [Developer or higher](../../permissions.md) is required to create milestones.
### New project milestone ### New project milestone
To create a **project milestone**, navigate to **Issues > Milestones** in the project. To create a **project milestone**, navigate to **{issues}** **Issues > Milestones** in the project.
Click the **New milestone** button. Enter the title, an optional description, an optional start date, and an optional due date. Click **Create milestone** to create the milestone. Click the **New milestone** button. Enter the title, an optional description, an optional start date, and an optional due date. Click **Create milestone** to create the milestone.
...@@ -58,16 +68,16 @@ Click the **New milestone** button. Enter the title, an optional description, an ...@@ -58,16 +68,16 @@ Click the **New milestone** button. Enter the title, an optional description, an
### New group milestone ### New group milestone
To create a **group milestone**, follow similar steps from above to project milestones. Navigate to **Issues > Milestones** in the group and create it from there. To create a **group milestone**, follow similar steps from above to project milestones. Navigate to **{issues}** **Issues > Milestones** in the group and create it from there.
![New group milestone](img/milestones_new_group_milestone.png) ![New group milestone](img/milestones_new_group_milestone.png)
## Editing milestones ## Editing milestones
>**Note:** NOTE: **Note:**
A permission level of `Developer` or higher is required to edit milestones. A permission level of [Developer or higher](../../permissions.md) is required to edit milestones.
You can update a milestone by navigating to **Issues > Milestones** in the project or group and clicking the **Edit** button. You can update a milestone by navigating to **{issues}** **Issues > Milestones** in the project or group and clicking the **Edit** button.
You can delete a milestone by clicking the **Delete** button. You can delete a milestone by clicking the **Delete** button.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment