Short answer: You can add gitlab comment in GitLab by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the GitLab Add GitLab Comment action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Project ID project_id | string | Required | Project ID. Example: 123 |
Issue IID issue_iid | string | Required | Issue IID. Example: 42 |
Comment Body body | string | Required | Comment Body. Example: Investigated — this is a duplicate of #38. |
{"project_id": "e.g. 123","issue_iid": "e.g. 42","body": "e.g. Investigated — this is a duplicate of #38."}
{"id": 1001,"body": "Investigated — duplicate of #38.","author": {"username": "johndoe"},"created_at": "2025-01-15T12:00:00Z"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.