list_issues
Filter and retrieve Redmine issues by project, assignee, status, and recent updates to manage tasks efficiently.
Instructions
일감 목록 조회.
Args: project_id: 프로젝트 식별자 (예: "my-project"). 비우면 전체. assigned_to: 담당자 ID 또는 "me" (본인). status: "open"(기본), "closed", "*"(전체) 또는 상태 ID. updated_within_days: 최근 N일 이내 갱신된 일감. tracker_id: 트래커 ID 필터. limit: 최대 개수 (기본 25, 최대 100). sort: 정렬 키 (기본 "updated_on:desc").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | updated_on:desc | |
| limit | No | ||
| status | No | open | |
| project_id | No | ||
| tracker_id | No | ||
| assigned_to | No | ||
| updated_within_days | No |