GitLab Gantt Chart Generator

GitLab Configuration

Configure your GitLab connection to start generating Gantt charts from your issues.

Connection Settings

The base URL of your GitLab instance (e.g., https://gitlab.com or https://gitlab.example.com)
Your GitLab Personal Access Token with read_api and read_repository scopes. Learn how to create one
Optional: Set a default project ID to skip project selection

Need Help?

Creating a Personal Access Token

  1. Go to your GitLab profile settings
  2. Navigate to "Access Tokens"
  3. Create a new token with read_api and read_repository scopes
  4. Copy the token and paste it above

Finding Project IDs

You can find the project ID in the GitLab project's main page, usually displayed below the project name. You can also leave this field empty to select projects from the dashboard.

Self-Hosted GitLab

If you're using a self-hosted GitLab instance, make sure to replace the base URL with your instance's URL (e.g., https://gitlab.company.com).

Troubleshooting

  • Ensure your token has the correct scopes
  • Check that the GitLab instance is accessible
  • Verify your internet connection
  • Contact your GitLab administrator if issues persist