redmine_complete_fix
Resolves Redmine issues by marking them Resolved and adding a completion comment with commit details.
Instructions
Complete fix workflow: updates issue status to "Resolved" and adds completion comment with commit details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The Redmine issue ID to complete | |
| working_directory | No | Working directory for git operations (default: current directory) | |
| completion_message | Yes | Message describing what was done |