Short answer: Drop the "GitLab → Add GitLab Comment" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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.
Triggered by anything in the catalog. Free tier available. No credit card.