baron_issue_read
Read work items and iterations from your provider. Retrieve a single issue by ID, query filtered lists by assignee, role, or iteration, and check current sprints.
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 |