BugHerd integration (Developer Tools, Productivity). Imported from open-connector.
https://www.bugherd.com/api_v2/organization.json
/api_v2/projects.json
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The one-based page number to request from BugHerd. |
/api_v2/projects/active.json
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The one-based page number to request from BugHerd. |
/api_v2/projects/{projectId}.json
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | integer | required | The BugHerd project identifier. |
| projectId | string | required | Path parameter: projectId |
/api_v2/projects/{projectId}/tasks.json
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | integer | required | The BugHerd project identifier. |
| updated_since | string | optional | Return tasks updated after this timestamp. |
| created_since | string | optional | Return tasks created after this timestamp. |
| status | string | optional | Filter by BugHerd status name or custom column name. |
| priority | string | optional | The BugHerd task priority. |
| tag | string | optional | Filter by a BugHerd task tag name. |
| assigned_to_id | integer | optional | Filter by assigned BugHerd user identifier. |
| external_id | string | optional | Filter by external task identifier. |
| page | integer | optional | The one-based page number to request from BugHerd. |
| projectId | string | required | Path parameter: projectId |
/api_v2/projects/{projectId}/tasks/{taskId}.json
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | integer | required | The BugHerd project identifier. |
| task_id | integer | required | The globally unique BugHerd task identifier. |
| projectId | string | required | Path parameter: projectId |
| taskId | string | required | Path parameter: taskId |
/api_v2/projects/{projectId}/tasks/{taskId}/comments.json
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | integer | required | The BugHerd project identifier. |
| task_id | integer | required | The globally unique BugHerd task identifier. |
| projectId | string | required | Path parameter: projectId |
| taskId | string | required | Path parameter: taskId |
/api_v2/projects/{projectId}/tasks/{taskId}/attachments.json
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | integer | required | The BugHerd project identifier. |
| task_id | integer | required | The globally unique BugHerd task identifier. |
| projectId | string | required | Path parameter: projectId |
| taskId | string | required | Path parameter: taskId |