get_issue_using_readable_identifier
Retrieve a specific issue by its readable identifier, such as FIRST-123, using the project identifier and issue number.
Instructions
Get a specific issue using its readable identifier.
When issue identifier is provided as FIRST-123, ABC-123, etc. For FIRST-123: project_identifier is FIRST and issue_identifier is 123
Args: project_identifier: The readable identifier of the project (e.g., 'FIRST' for FIRST-123) issue_identifier: The issue number (e.g., '123' for FIRST-123)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_identifier | Yes | ||
| project_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |