Skip to content

Issues


Issues are a feature that allows you to organize feedback collection in your project. Issues can describe bugs encountered by users or features they would like to see in the future.

Issue List

Creating an Issue

Any authorized user with access to the project can create an issue. To do this, go to the corresponding section of the project, click the Create Issue button, and fill in the fields:

  • Issue Title – A brief summary of the issue. Cannot be longer than 250 characters.
  • Issue Description – A detailed description of the issue. You can attach images or links here. The description field supports text formatting in Markdown format.
  • Status – Displays the state of the issue. Available statuses: New (default), In Progress, Canceled, and Completed.
  • Assignees – List of project participants who, in the author's opinion, should be responsible for resolving the issue.
  • Labels – Tags clarifying the category of the issue. By default, each project has a standard set of labels: feature, bug, urgent fix, and release. You can change the set of labels in the project settings.
  • Related Merge Requests – List of merge requests that are linked to this issue.

Creating an Issue

Viewing Issues

All issues are listed in the corresponding project tab. You can use filters and a search bar to find the needed issue by title. For detailed information about an issue, click its title. A window will open displaying the full description, list of assignees, creation and update time, and other useful information. To edit any issue information, use the edit function, available to the issue author and project administrators.

Deleting Issues.

Deleting issues is available only to project administrators.

In the comments section, any authorized user can share their opinion about the described issue. The comment can be deleted or edited by its author or a project administrator.

Issue

If the described issue is solved in a merge request, you need to use the corresponding field to link them:

  • You can link an issue with an existing merge request when creating a new or editing an existing issue. To do this, select up to 10 requests from the list and complete the creation or editing of the issue.
  • You can link an issue with a new merge request from the issue view page. Select the source project (besides the project where the issue is located, its forks are also available) and the branch from which the merge request will be created. To create a merge request from a new branch (that will be created from the default branch of the source project), check the corresponding box and specify the new branch name. After clicking the Link button, the merge request creation page will open with the linked issue already selected.

Linking with Merge Request from Fork

If a user does not have sufficient permissions in the project to create merge requests, only branches from forks will be available for linking the issue with a new merge request. If there are no forks, the option to create one will be offered.

Linking Issues with Merge Requests

Automated translation!

This page was translated using automatic translation tools. The text may contain inaccuracies.