| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://{account}.sifterapp.com/api | link | — | — | — |
Actions (12)
Projects · 11
- Create CommentPOST /api/projects/{project_id}/issues/{issue_id}
Create a new comment on a specific issue. This is the endpoint used to add comments to an issue.
documented - Create IssuePOST /api/projects/{project_id}/issues
Create a new issue in the project. Note: write access is currently in private beta.
documented - Get Issue DetailGET /api/projects/{project_id}/issues/{issue_id}
Retrieve details for a specific issue.
documented - Get Project DetailsGET /api/projects/{project_id}
Retrieve details for a specific project.
documented - List All ProjectsGET /api/projects?all=true
Retrieve a list of all projects accessible to the user, including archived ones.
documented - List IssuesGET /api/projects/{project_id}/issues
List all issues for the specified project. Supports pagination (per_page, page) and filtering via s (statuses), p (priorities), and q (search).
documented - List Project CategoriesGET /api/projects/{project_id}/categories
List all categories for the specified project.
documented - List Project MilestonesGET /api/projects/{project_id}/milestones
List all active milestones for the specified project.
documented - List Project PeopleGET /api/projects/{project_id}/people
List all people assigned to the specified project.
documented - List ProjectsGET /api/projects
Retrieve a list of open (unarchived) projects assigned to the user.
documented - List StatusesGET /api/projects/{project_id}/statuses
Retrieve all available statuses and their values for filtering the project's issues.
documented