retrieve_work_item_by_identifier
Retrieve a specific work item from Plane using its project identifier and issue sequence number (e.g., DEV-42). Optionally specify fields, expand, or ordering to control the response.
Instructions
Retrieve a work item by its human-readable identifier (e.g. "DEV-42"). Provide the project identifier (e.g. "DEV") and the issue sequence number (e.g. 42).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | ||
| fields | No | ||
| order_by | No | ||
| external_id | No | ||
| external_source | No | ||
| issue_identifier | Yes | The issue sequence number (e.g. 42). | |
| project_identifier | Yes | The project identifier prefix (e.g. "DEV"). |