2015-08-26 01:15:02 -04:00
|
|
|
# How to create an Issue in GitLab
|
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
The issue tracker is a good place to add things that need to be improved or
|
|
|
|
solved in a project.
|
2015-08-26 01:15:02 -04:00
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
---
|
2015-08-26 01:15:02 -04:00
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
1. Go to the project where you'd like to create the issue and navigate to the
|
|
|
|
**Issues** tab on top.
|
2015-08-26 01:15:02 -04:00
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
![Issues](img/project_navbar.png)
|
2015-08-26 01:15:02 -04:00
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
1. Click on the **New issue** button on the right side of your screen.
|
2015-08-26 01:15:02 -04:00
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
![New issue](img/new_issue_button.png)
|
2015-08-26 01:15:02 -04:00
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
1. At the very minimum, add a title and a description to your issue.
|
|
|
|
You may assign it to a user, add a milestone or add labels (all optional).
|
2015-08-26 01:15:02 -04:00
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
![Issue title and description](img/new_issue_page.png)
|
2015-08-26 01:15:02 -04:00
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
1. When ready, click on **Submit issue**.
|
2015-08-26 01:15:02 -04:00
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
---
|
2015-08-26 01:15:02 -04:00
|
|
|
|
2016-10-11 05:07:37 -04:00
|
|
|
Your Issue will now be added to the issue tracker of the project you opened it
|
|
|
|
at and will be ready to be reviewed. You can comment on it and mention the
|
|
|
|
people involved. You can also link issues to the merge requests where the issues
|
|
|
|
are solved. To do this, you can use an
|
|
|
|
[issue closing pattern](../user/project/issues/automatic_issue_closing.md).
|