Get Work Item
get_work_itemRetrieve a specific work item from a Plane project using its project UUID and work item UUID. Provides the full details needed to inspect or update the item.
Instructions
Fetch a work item by project UUID and work item UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project UUID. | |
| work_item_id | Yes | Work item UUID. If you only have a human identifier such as "PROJ-123", use `get_work_item_by_identifier` instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||