redmine_start_fix
Initialize a fix workflow for a Redmine issue: create a git branch, mark the issue as In Progress, and receive task analysis.
Instructions
Start fix workflow: creates git branch, updates issue status to "In Progress", and provides task analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The Redmine issue ID to start fixing | |
| working_directory | No | Working directory for git operations (default: current directory) |