Issue Tracking & Project Management - gitlab-org/gitlab-ce

GitLab provides several options for issue tracking and project management within the “gitlab-org/gitlab-ce” project. This includes the use of a custom issue tracker, integration with YouTrack, and utilization of GitLab’s built-in issue tracking and analytics tools.

Custom Issue Tracker

To enable a custom issue tracker in the “gitlab-org/gitlab-ce” project:

  1. On the left sidebar, select “Search” or go to and find your project.
  2. Select “Settings” > “Integrations”.
  3. Select “Custom issue tracker”.
  4. Under “Enable integration”, select the “Active” checkbox.
  5. Fill in the required fields:
  • Project URL: The URL to view all the issues in the custom issue tracker.
  • Issue URL: The URL to view an issue in the custom issue tracker. The URL must contain :id.

For more information, refer to the Custom issue tracker documentation.

YouTrack Integration

YouTrack, a web-based issue tracking and project management platform by JetBrains, can be integrated with GitLab. To enable the YouTrack integration in the “gitlab-org/gitlab-ce” project:

  1. On the left sidebar, select “Search” or go to and find your project.
  2. Select “Settings” > “Integrations”.
  3. Select “YouTrack”.
  4. Under “Enable integration”, select the “Active” checkbox.
  5. Fill in the required fields:
  • Project URL: The URL to the project in YouTrack.
  • Issue URL: The URL to view an issue in the YouTrack project.

For more information, refer to the YouTrack integration documentation.

GitLab Issue Tracking and Analytics

GitLab provides built-in issue tracking and analytics tools. These tools include:

For more information on GitLab’s issue tracking and project management capabilities, refer to the official documentation.

Additional Resources