From the course: Learning GitLab

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Issues

Issues

- [Instructor] Issues are a really nice integration feature of GitLab. They're used for tracking work to be done on projects and also for users to report bugs that they find. In other platforms they're often called tickets instead. So let's try creating an issue. Go over to the Issues menu and just click on that. This page has a brief description about what issues are. It says the Issue Tracker is a place to add things that need to be improved or solved in a project. Issues can be bugs, tasks, or ideas to be discussed. Also, issues are searchable and filterable. There's another note here at the bottom, asking if we're using Jira because there's a Jira integration. Jira is a pretty commonly used tool for issue tracking. So let's create a new issue here. So let's say there's a bug in our code, there's an issue we need to resolve. For example, I'll say, "Readme content is a bit silly." You can write whatever you like here.…

Contents