You are using Project v1 (Legacy). Migrate to v2 (Git-like) for branches, webhooks, git sync and more.
Comparison
| Capability | v1 (Legacy) | v2 (Git-like) |
|---|---|---|
| Decision authoring | Yes | Yes |
| Simulator | Yes | Yes |
| Releases and environments | Yes | Yes |
| Change requests (release deployment) | Yes | Yes |
| Change requests (model publish) | Yes | - |
| Change requests (branch merge) | - | Yes |
| Diff viewer (single model) | Limited | Yes |
| Diff viewer (full branch) | - | Yes |
| Conflict resolution | - | Yes |
| Repository with commit history | - | Yes |
| Branches | - | Yes |
| Git Sync | - | Yes |
| Webhooks | - | Yes |
| AI | Basic | Yes |
| MCP | - | Yes |
| Semantic versioning for releases | - | Yes |
What v2 adds
Repository and commits
v2 projects have a repository that tracks every change with commits, authors, and timestamps - similar to Git. You can browse file history, view diffs, and understand exactly what changed and when.Branches, change requests, and conflict resolution
Branches let team members work on rule changes in isolation. When changes are ready, they can be merged directly or go through a change request workflow with configurable approval requirements. v2 also provides conflict resolution when merging branches with overlapping changes. Both v1 and v2 support change requests for release deployment. In v1, change requests also apply when publishing a single model. In v2, change requests apply when merging a branch into main - covering all changed files in one review.Diff viewer
v1 includes a limited diff viewer for individual models. v2 extends this with a full branch-level diff viewer that shows all changes across every file in a branch, along with release comparison.Git Sync and webhooks
v2 projects can synchronize decisions to an external Git repository via Git Sync and notify external systems of events via Webhooks.Migrating from v1 to v2
You can create a new v2 project from an existing v1 project using the Duplicate project option in Organisation Settings → Projects. This copies all your decision files into a new v2 project.Creating a v2 project
- Go to Organisation Settings → Projects
- Click Create project
- Enter a name and project key
- Select Git-like as the project version
- Click Create