get_my_issues
Retrieve issues assigned to you in Redmine projects. Filter by status (open, closed, all) and set result limits to manage your workload effectively.
Instructions
取得指派給我的議題列表
Args:
status_filter: 狀態篩選 ("open", "closed", "all")
limit: 最大回傳數量 (預設 20,最大 100)
Returns:
我的議題列表Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_filter | No | open | |
| limit | No |