# Bugherd

BugHerd is a visual feedback and bug tracking tool for websites, allowing clients and teams to report issues directly on live sites.

- **Category:** project management
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 26
- **Triggers:** 0
- **Slug:** `BUGHERD`
- **Version:** 20260413_00

## Tools

### Add Guest to Project

**Slug:** `BUGHERD_ADD_GUEST_TO_PROJECT`

Tool to add a guest (client) to a project. Use when you want to add an existing client by ID or invite a new client by email.

### Add Member to Project

**Slug:** `BUGHERD_ADD_MEMBER_TO_PROJECT`

Tool to add a member to a project in BugHerd. Use when you need to add an existing user to a specific project.

### Create Attachment

**Slug:** `BUGHERD_CREATE_ATTACHMENT`

Tool to add a new attachment to a task using an existing URL. Use when you have project and task IDs and the external file URL ready.

### Create Column

**Slug:** `BUGHERD_CREATE_COLUMN`

Tool to create a new column in a project. Use when you need to add a custom workflow column after identifying the project ID.

### Create Comment

**Slug:** `BUGHERD_CREATE_COMMENT`

Tool to add a new comment to a task. Use when you need to record discussion or feedback on an existing task.

### Create Project

**Slug:** `BUGHERD_CREATE_PROJECT`

Tool to create a new project. Use when you need to initialize a project after gathering its name and URL. Example: "Create a new project named 'My Website' with URL 'http://www.example.com'."

### Create Task

**Slug:** `BUGHERD_CREATE_TASK`

Tool to add a new task in a project. Use when you have the project ID and full task details ready.

### Create Webhook

**Slug:** `BUGHERD_CREATE_WEBHOOK`

Tool to create a new webhook for real-time event notifications. Use when you need to configure a callback endpoint for task or comment events. Example: "Create a webhook for 'task_create' events to be sent to 'https://example.com/webhook'."

### Delete Project

**Slug:** `BUGHERD_DELETE_PROJECT`

Tool to delete a project. Use when you need to permanently remove a project and its associated data. This action cannot be undone, so confirm the project ID before calling.

### List Active Projects

**Slug:** `BUGHERD_LIST_ACTIVE_PROJECTS`

Tool to list all active projects in your BugHerd account. Use when you need to retrieve the active projects list (e.g., for syncing or reporting).

### List Attachments

**Slug:** `BUGHERD_LIST_ATTACHMENTS`

Tool to list all attachments for a task. Use when you need to retrieve file attachments after fetching task details.

### List Columns

**Slug:** `BUGHERD_LIST_COLUMNS`

Tool to list all columns for a project. Use when you need the full set of default and custom columns for a project.

### List Projects

**Slug:** `BUGHERD_LIST_PROJECTS`

Retrieves a paginated list of all projects in your BugHerd account. Returns project details including ID, name, creation date, owner, task status, and associated website URLs. Results are paginated with up to 100 projects per page. Use the meta.count field to determine the total number of projects.

### List Project Tasks

**Slug:** `BUGHERD_LIST_PROJECT_TASKS`

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.

### List Users

**Slug:** `BUGHERD_LIST_USERS`

Tool to list all users in your account. Use after authenticating to fetch the current user roster. Supports pagination via the `page` parameter.

### List Webhooks

**Slug:** `BUGHERD_LIST_WEBHOOKS`

Tool to list all installed webhooks. Use when you need to audit or verify existing webhooks after setup.

### Show Attachment

**Slug:** `BUGHERD_SHOW_ATTACHMENT`

Tool to retrieve details of a specific attachment. Use after you have project_id, task_id, and attachment_id to get filename, URL, and timestamps.

### Show Column

**Slug:** `BUGHERD_SHOW_COLUMN`

Tool to show details of a specific column. Use when you need metadata for a particular column within a project.

### Show Organization

**Slug:** `BUGHERD_SHOW_ORGANIZATION`

Tool to retrieve your BugHerd organization details. Use after authenticating to fetch account metadata.

### Show Project Details

**Slug:** `BUGHERD_SHOW_PROJECT`

Retrieves full details of a specific BugHerd project by ID. Returns comprehensive project information including name, settings, team members, guests, and kanban columns. Use this when you need detailed project data such as member lists, workflow columns, or project configuration settings. Requires a valid project_id obtained from list_projects or another source.

### Show User Projects

**Slug:** `BUGHERD_SHOW_USER_PROJECTS`

Tool to list all projects a specific user has access to. Use after obtaining the user's ID.

### Show User Tasks

**Slug:** `BUGHERD_SHOW_USER_TASKS`

Retrieves all tasks created by or assigned to a specific user, grouped by project. Returns task details including ID, description, priority, status, timestamps, and tags. Requires a valid user_id (obtain from List Users action). Supports pagination via page parameter.

### Update Column

**Slug:** `BUGHERD_UPDATE_COLUMN`

Tool to update a column in a project. Use when you have the project and column IDs and need to rename a column. Use after confirming the correct IDs.

### Update Project

**Slug:** `BUGHERD_UPDATE_PROJECT`

Update settings for an existing BugHerd project. Use this to modify a project's name, URL, visibility settings, or guest permissions. Prerequisites: You need a valid project_id. Use list_projects to find existing project IDs, or create_project to create a new one. Note: Only include fields you want to change - omitted fields will retain their current values.

### Update Task

**Slug:** `BUGHERD_UPDATE_TASK`

Tool to update a task in a project. Use after confirming the project and task IDs.

### Upload Attachment

**Slug:** `BUGHERD_UPLOAD_ATTACHMENT`

Tool to upload a new attachment and add it to a specific task. Use when you have binary file content ready and need to attach it to a BugHerd task.
