Completed task in project
Triggered when any task is completed in the selected project.
New comment on task
Triggered when any new comment is made to the selected task.
New or updated task in project
Triggered when any task is added or updated in the specified project in the specified workspace.
New project in workspace
Triggered when a new project is added to the selected workspace.
New story on task
Triggered when any new story is made to the selected task.
New tag in workspace
Triggered when a new tag is added to the selected workspace.
New task assigned to you in workspace
Triggered when a task is assigned to you in the selected workspace.
New team in workspace
Triggered when a new team is added to the selected workspace.
New user
Triggered when a new user is created.
New workspace
Triggered when a new workspace is created.
Associate task to project
Associates a newly created task to a specified project in the specified workspace.
Create new comment
Creates a new comment on the specified task.
Create new project
Creates a new project in the specified workspace.
Create new task
Creates a new task in the specified project in the specified workspace.
Add new row
Adds a new row to the selected table.
Execute INSERT, UPDATE, or DELETE SQL statement
Executes an INSERT, UPDATE, or DELETE statement. NOTE: Do not attempt to do a SELECT statement, nothing will be returned.
Fetch single value from SQL select statement
Executes a SQL select statement that fetches a single value. The fetched value is emitted by the action and can be used by subsequent actions.
Find row
Finds a row in the specified table by searching for a matching input value in a specified column in a specified table. If multiple rows contain the value, only the first matching row is returned. If no rows match, an error occurs.