baron_issue_read
Read work items: get a single issue by ID, query issues filtered by role/assignee/iteration, and list current sprints from the connected provider.
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 |