← Tools Reference

BugHerd

BugHerd integration (Developer Tools, Productivity). Imported from open-connector.

API key8 toolshttps://www.bugherd.com
GET
bug_herd_show_organization
Retrieve top-level details about the authenticated BugHerd organization.

/api_v2/organization.json

GET
bug_herd_list_projects
List all BugHerd projects in the organization.

/api_v2/projects.json

1 parameter
ParamTypeRequiredDescription
pageintegeroptionalThe one-based page number to request from BugHerd.
GET
bug_herd_list_active_projects
List active BugHerd projects in the organization.

/api_v2/projects/active.json

1 parameter
ParamTypeRequiredDescription
pageintegeroptionalThe one-based page number to request from BugHerd.
GET
bug_herd_get_project
Retrieve full details for a BugHerd project.

/api_v2/projects/{projectId}.json

2 parameters
ParamTypeRequiredDescription
project_idintegerrequiredThe BugHerd project identifier.
projectIdstringrequiredPath parameter: projectId
GET
bug_herd_list_project_tasks
List BugHerd tasks for a project with optional server-side filters.

/api_v2/projects/{projectId}/tasks.json

10 parameters
ParamTypeRequiredDescription
project_idintegerrequiredThe BugHerd project identifier.
updated_sincestringoptionalReturn tasks updated after this timestamp.
created_sincestringoptionalReturn tasks created after this timestamp.
statusstringoptionalFilter by BugHerd status name or custom column name.
prioritystringoptionalThe BugHerd task priority.
tagstringoptionalFilter by a BugHerd task tag name.
assigned_to_idintegeroptionalFilter by assigned BugHerd user identifier.
external_idstringoptionalFilter by external task identifier.
pageintegeroptionalThe one-based page number to request from BugHerd.
projectIdstringrequiredPath parameter: projectId
GET
bug_herd_get_task
Retrieve a BugHerd task by project ID and global task ID.

/api_v2/projects/{projectId}/tasks/{taskId}.json

4 parameters
ParamTypeRequiredDescription
project_idintegerrequiredThe BugHerd project identifier.
task_idintegerrequiredThe globally unique BugHerd task identifier.
projectIdstringrequiredPath parameter: projectId
taskIdstringrequiredPath parameter: taskId
GET
bug_herd_list_comments
List comments on a BugHerd task.

/api_v2/projects/{projectId}/tasks/{taskId}/comments.json

4 parameters
ParamTypeRequiredDescription
project_idintegerrequiredThe BugHerd project identifier.
task_idintegerrequiredThe globally unique BugHerd task identifier.
projectIdstringrequiredPath parameter: projectId
taskIdstringrequiredPath parameter: taskId
GET
bug_herd_list_attachments
List file attachments on a BugHerd task.

/api_v2/projects/{projectId}/tasks/{taskId}/attachments.json

4 parameters
ParamTypeRequiredDescription
project_idintegerrequiredThe BugHerd project identifier.
task_idintegerrequiredThe globally unique BugHerd task identifier.
projectIdstringrequiredPath parameter: projectId
taskIdstringrequiredPath parameter: taskId