get_issue_using_readable_identifier
Retrieve specific project issues by providing a project identifier (e.g., FIRST) and issue identifier (e.g., 123) using the Plane MCP Server.
Instructions
Get all issues for a specific project. When issue identifier is provided something like FIRST-123, ABC-123, etc. For FIRST-123, project_identifier is FIRST and issue_identifier is 123
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_identifier | Yes | The identifier of the issue to get | |
project_identifier | Yes | The readable identifier of the project to get issues for |