Tool to add a new task in a project. Use when you have the project ID and full task details ready.
statusStatus or column for the task. Use one of the default statuses ('backlog','todo','doing','done','closed') or for custom columns pass the column name. Omit or set to null to send to the Feedback panel.
prioritystringPriority of the task. Defaults to 'not set' if omitted.
tag_namesarrayList of tag strings to associate with the new task.
project_idRequiredintegerID of the project to which the task will be added.
descriptionRequiredstringText describing the task or bug to be logged.
external_idstringAPI-only field for correlating with external systems. Cannot be set from the BugHerd UI.
requester_idintegerID of an existing requester user. Mutually exclusive with 'requester_email'.
assigned_to_idintegerID of a project member to assign this task to. Mutually exclusive with 'assigned_to_email'.
requester_emailstringEmail address of the requester. Used if 'requester_id' is not set.
assigned_to_emailstringEmail of a project member to assign this task to. Must correspond to an existing member in the given project.
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.