Create Issue
create_issueCreate a new issue in a GitLab project by providing the project path and title. Optionally include a description and custom credentials for write access.
Instructions
Create a new issue in a GitLab project (requires user authentication with write permissions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the issue | |
| description | No | Description of the issue | |
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |