list_project_issues
Retrieve and filter issues from a Redmine project by status, displaying results in a table format for project management tracking.
Instructions
列出專案的議題
Args:
project_id: 專案 ID
status_filter: 狀態篩選 ("open", "closed", "all")
limit: 最大回傳數量 (預設 20,最大 100)
Returns:
專案議題列表,以表格格式呈現Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| status_filter | No | open | |
| limit | No |