df_find_branch
Find a local or remote branch by issue key (e.g., PROJ-123). Returns the branch name if found, otherwise null.
Instructions
Buscar si existe una rama local o remota que contenga un issue key (ej: PROJ-123). Devuelve la rama si existe o null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Clave del issue (ej: PROJ-123) |