move_issue
Move an issue to a different stage in your Vault. Specify the issue ID and target stage to update its workflow position.
Instructions
Move an issue to a different stage.
Args:
iss_uniq_id: 8-character unique issue ID.
stage: Target stage folder name. One of:
- "10_Inbox" or "inbox"
- "20_Processing" or "processing"
- "30_ToReview" or "review"
- "999_Finished" or "finished"
Returns:
Confirmation message with new location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | Yes | ||
| iss_uniq_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |