Tool to list tasks within a specific BugHerd project with optional server-side filters (status/column, assignee, tag, priority, date filters) and pagination. Use when you need to retrieve tasks scoped to a single project.
tagstringFilter by tag name.
pageintegerPage number for pagination. Each page returns up to 100 tasks. Defaults to 1 if not specified.
statusstringFilter by status or column name (e.g., 'backlog', 'todo', 'doing', 'done', 'closed', or custom column name).
prioritystringFilter by priority level (e.g., 'critical', 'important', 'normal', 'minor', 'not set').
project_idRequiredintegerID of the project to list tasks from.
external_idstringFilter by external ID for integration with external systems.
created_sincestringFilter tasks created since this timestamp (ISO8601 format).
updated_sincestringFilter tasks updated since this timestamp (ISO8601 format).
assigned_to_idintegerFilter by assigned user ID.
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.