VCS Integrations
Connect your Git repositories to Decuga. Branches, commits, and pull requests are automatically linked to tasks — and tasks move to In Progress the moment a developer pushes code.
How it works
Branch push
Include your task code (e.g. PROJ-42) in a branch name → task linked + moved to In Progress.
Commit message
Reference the code in a commit message → commit linked to the task automatically.
PR / MR opened
PR title or source branch matches a task → PR linked + review sub-task created and assigned.
Auto transitions
Tasks move to In Progress as soon as dev work starts. No manual status updates needed.
Task code pattern
Decuga detects task codes matching [A-Z]+-\d+ anywhere in a branch name, commit message, or PR title — e.g. PROJ-42, API-7.
Branch namefeature/PROJ-42-add-login✅ links task PROJ-42
Branch namefix/ABC-7-null-pointer✅ links task ABC-7
Commit messagefix: resolve auth bug [PROJ-42]✅ links task PROJ-42
PR titleAdd OAuth2 — closes PROJ-42✅ links task PROJ-42
Commit messagerefactor: clean up utils❌ no task code found