get_project_ticket
Retrieve a specific project ticket by providing the project ID and the ticket's numeric sequence number (the NNN in KEY-NNN).
Instructions
Get a project ticket by its per-project sequence number.
The display id "KEY-NNN" means: project with that KEY, ticket number NNN. For example "PLAT-42" -> project_id of "PLAT", number=42.
Args:
project_id: The project id (NOT the project key — use list_projects).
number: The per-project ticket number (the NNN in KEY-NNN).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |