get_issue
Retrieve detailed information about a specific Redmine issue by providing its ID, including optional descriptions, comments, and attachments for project management tasks.
Instructions
取得指定的 Redmine 議題詳細資訊
Args:
issue_id: 議題 ID
include_details: 是否包含詳細資訊(描述、備註、附件等)
Returns:
議題的詳細資訊,以易讀格式呈現Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ||
| include_details | No |