Tool to create a new issue in a GitLab project. Use when you need to report a bug, request a feature, or track a task within a specific project.
idRequiredstringThe global ID or URL-encoded path of the project (e.g., '12345', 'my-group/my-project', or 'my-group%2Fmy-project').
iidintegerThe internal ID of the project’s issue (requires administrator or project owner rights).
titleRequiredstringThe title of an issue.
labelsstringComma-separated label names to assign to the new issue. If a label does not already exist, this creates a new project label and assigns it to the issue.
weightintegerThe weight of the issue. Valid values are greater than or equal to 0. Premium and Ultimate only.
epic_idintegerID of the epic to add the issue to. Valid values are greater than or equal to 0. Premium and Ultimate only.
due_datestringThe due date. Date time string in the format `YYYY-MM-DD`, for example `2016-03-11`.
epic_iidintegerIID of the epic to add the issue to. Valid values are greater than or equal to 0. (deprecated, scheduled for removal in API version 5). Premium and Ultimate only.
created_atstringWhen the issue was created. Date time string, ISO 8601 formatted, for example `2016-03-11T03:45:40Z`. Requires administrator or project/group owner rights.
issue_typestringThe type of issue. One of `issue`, `incident`, `test_case` or `task`. Default is `issue`.
assignee_idintegerThe ID of the user to assign the issue to. Only appears on GitLab Free.
descriptionstringThe description of an issue. Limited to 1,048,576 characters.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.