List issue statuses
list_issue_statusesList all workflow states or statuses for issues, optionally filtered by team. Returns minimal data with id, name, type, and color.
Instructions
List workflow states → [{id, name, type, color}]. Optional team (name or id) scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team name or id to scope to | |
| limit | No | Max rows (default 50) |