List my assigned Redmine issues
list_my_assigned_issuesList Redmine issues assigned to you, sorted by most recent update. Filter by open, closed, or all statuses.
Instructions
List Redmine issues assigned to the user represented by the server's configured API token. Results are ordered by most recently updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum issues to return. Redmine caps this at 100. | |
| offset | No | Pagination offset | |
| status | No | Issue status to include | open |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| issues | Yes | ||
| paging | Yes | ||
| filters | Yes |