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
## 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.
- **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.
- 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.
You can assign **project milestones** to issues or merge requests in that project only.
To view the project milestone list, in a project, go to **{issues}** **Issues > Milestones**.
[Project Milestones API](https://docs.gitlab.com/ee/api/milestones.html)
[Group Milestones API](https://docs.gitlab.com/ee/api/group_milestones.html)
You can assign **group milestones** to any issue or merge request of any project in that group.
To view the group milestone list, in a group, go to **{issues}** **Issues > Milestones**.
>**Note:**
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.
You can also view all milestones you have access to in the dashboard milestones list.
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
>**Note:**
A permission level of `Developer` or higher is required to create milestones.
NOTE: **Note:**
A permission level of [Developer or higher](../../permissions.md) is required to create milestones.
### 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.
......@@ -58,16 +68,16 @@ Click the **New milestone** button. Enter the title, an optional description, an
### 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)
## Editing milestones
>**Note:**
A permission level of `Developer` or higher is required to edit milestones.
NOTE: **Note:**
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.
......
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