baron_issue_read
Fetch a single work item by ID, or query filtered lists by role, assignee, or iteration to get normalized issues and sprint details.
Instructions
Read work items. ops: get (id) → one normalized issue; query (role / typeRole / assignee, @me allowed / iteration, @current allowed / limit) → a filtered list; iterations (no args) → the provider's sprints, each with a current flag, empty where the provider has none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| op | Yes | Which operation to perform. | |
| role | No | ||
| limit | No | ||
| assignee | No | ||
| typeRole | No | ||
| iteration | No |