# Create project task status link **POST /data/task-status-links** Create a link between a project and a task status. Sets the priority and roles that can view it on the board. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **project_id** (string(uuid)) - **task_status_id** (string(uuid)) - **priority** (integer) Priority of the task status in the project - **roles_for_board** (array[string]) Roles allowed to see this status on the board ## Responses ### 201: Project task status link created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **project_id** (string(uuid)) - **task_status_id** (string(uuid)) - **priority** (integer) - **roles_for_board** (array[string]) ### 400: Invalid project or task status [Powered by Bump.sh](https://bump.sh)