Upload file to project
gitlab_upload_fileUpload a local file to a GitLab project's upload store and get the markdown snippet to embed it in issues, merge requests, or comments.
Instructions
Uploads a local file to the project's upload store and returns the markdown snippet to embed it in an issue, MR or comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Override the name stored in GitLab | |
| file_path | Yes | Absolute path of a local file to upload | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. |