| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://www.bugherd.com/api_v2 | link | — | — | — |
Actions (38)
Projects · 28
- Add attachmentPOST /api_v2/projects/{project_id}/tasks/{task_id}/attachments.json
Add a new attachment to a task.
documented - Add guestPOST /api_v2/projects/{project_id}/add_guest.json
Add an existing guest to a project, or invite someone by email.
documented - Add memberPOST /api_v2/projects/{project_id}/add_member.json
Add a member to a project.
documented - Create columnPOST /api_v2/projects/{project_id}/columns.json
Create a new column on a project.
documented - Create commentPOST /api_v2/projects/{project_id}/tasks/{task_id}/comments.json
Add a new comment to a task.
documented - Create projectPOST /api_v2/projects.json
Create a new project.
documented - Create taskPOST /api_v2/projects/{project_id}/tasks.json
Create a new task in a project.
documented - Delete attachmentDELETE /api_v2/projects/{project_id}/tasks/{task_id}/attachments/{attachment_id}.json
Delete an attachment from a task.
documented - Delete projectDELETE /api_v2/projects/{project_id}.json
Delete a project and all associated data.
documented - List active projectsGET /api_v2/projects/active.json
Get a list of active projects in your account.
documented - List archived tasksGET /api_v2/projects/{project_id}/tasks/archive.json
Get archived tasks for a project.
documented - List attachmentsGET /api_v2/projects/{project_id}/tasks/{task_id}/attachments.json
Get a paginated list of attachments for a task.
documented - List columnsGET /api_v2/projects/{project_id}/columns.json
Get a full list of columns for a project.
documented - List commentsGET /api_v2/projects/{project_id}/tasks/{task_id}/comments.json
Get a paginated list of comments for a task.
documented - List feedback tasksGET /api_v2/projects/{project_id}/tasks/feedback.json
Get tasks currently in the feedback column for a project.
documented - List projectsGET /api_v2/projects.json
Get a list of all projects within your account.
documented - List taskboardGET /api_v2/projects/{project_id}/tasks/taskboard.json
Get the taskboard view for a project.
documented - List tasks in projectGET /api_v2/projects/{project_id}/tasks.json
Get a full list of tasks for a project.
documented - Move tasksPOST /api_v2/projects/{project_id}/tasks/move_tasks.json
Move one or more tasks to a different project.
documented - Show attachmentGET /api_v2/projects/{project_id}/tasks/{task_id}/attachments/{attachment_id}.json
Get detail for a specific attachment.
documented - Show columnGET /api_v2/projects/{project_id}/columns/{column_id}.json
Get details for a specific column in a project.
documented - Show local taskGET /api_v2/projects/{project_id}/local_tasks/{local_task_id}.json
Show a task by its local project-scoped ID.
documented - Show projectGET /api_v2/projects/{project_id}.json
Show details for a specific project.
documented - Show task (in project)GET /api_v2/projects/{project_id}/tasks/{task_id}.json
Show details for a specific task within a project.
documented - Update columnPUT /api_v2/projects/{project_id}/columns/{column_id}.json
Update a column on a project.
documented - Update projectPUT /api_v2/projects/{project_id}.json
Update settings for an existing project.
documented - Update taskPUT /api_v2/projects/{project_id}/tasks/{task_id}.json
Update a task within a project.
documented - Upload attachmentPOST /api_v2/projects/{project_id}/tasks/{task_id}/attachments/upload
Upload a new attachment to a task.
documented
Users · 5
- List guestsGET /api_v2/users/guests.json
List guests/clients in your account.
documented - List membersGET /api_v2/users/members.json
List all members in your account.
documented - List projects for userGET /api_v2/users/{user_id}/projects.json
Get a list of projects the user has access to.
documented - List tasks for userGET /api_v2/users/{user_id}/tasks.json
Get a list of tasks created or assigned to a specific user.
documented - List usersGET /api_v2/users.json
See all the people in your account.
documented