get_issue_details_by_readable_id
Fetch complete issue details, including project ID, issue ID, and current state, using a readable identifier such as PROFI-48.
Instructions
Get full issue details using readable ID (e.g. PROFI-48). Returns project_id, issue_id, current state, and other details needed for operations.
Args: issue_readable_id: The readable identifier of the issue (e.g., 'PROFI-48', 'ABC-123')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_readable_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |