ts_set_project_priority
Assign a priority level to a project in the database to control scheduling order. Lower priority values indicate higher urgency.
Instructions
Set the scheduling priority for a specific project in the database.
project_id: The unique ID of the project. priority: Target priority integer. Lower values represent higher priority (e.g., 1 is highest).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priority | Yes | ||
| project_id | Yes |