get_issue_using_readable_identifier
Fetch a specific issue using its readable identifier. Provide project prefix (e.g., 'FIRST') and issue number (e.g., '123') to retrieve the issue.
Instructions
Get a specific issue using its readable identifier. 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 issue number (e.g., '123' for FIRST-123) | |
| project_identifier | Yes | The readable identifier of the project (e.g., 'FIRST' for FIRST-123) |