jira_transition_issue
Transition a JIRA issue to a new status by specifying its key and transition ID. Optionally add a comment during the transition.
Instructions
Cambia lo stato di una issue JIRA tramite una transizione (usa jira_get_transitions per trovare l'id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Commento opzionale da aggiungere durante la transizione | |
| issueKey | Yes | Chiave della issue (es. ABC-123) | |
| transitionId | Yes | ID della transizione (ottenuto da jira_get_transitions) |