Creates a new label for a GitLab project with specified name, color, and optional attributes. Use this action when you need to create a new label for organizing issues and merge requests within a project. Labels help categorize and filter project items, making project management…
idRequiredstringThe ID or URL-encoded path of the project (e.g., '12345', 'my-group/my-project', or 'my-group%2Fmy-project').
nameRequiredstringThe name of the label.
colorRequiredstringThe color of the label given in 6-digit hex notation with leading '#' sign (e.g., #FFAABB) or CSS color names.
archivedbooleanIf true, marks the label as archived. Default value: false.
priorityintegerThe priority of the label. Must be greater than or equal to zero or null to remove priority.
descriptionstringThe description of the label.
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.