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