Improved project statuses in the API

Hi all! Today we’ve published new endpoints for working with project statuses. You can now access the history of all project statuses for a project (GET /projects/project-id/project_statuses), and more easily create project statuses (POST /projects/project-id/project_statuses).

Note: The previous method of creating project statuses will be deprecated in the future, so if you’re currently making status updates by calling PUT /projects/project-id and updating the current_status field, please transition to using this new, more RESTful endpoint.

Let us know what you think!

3 Likes

Awesome :champagne: