Versioning

Overview

An Application Group is a “container” that holds things like:

  • Applications

  • Objects

  • (and other configuration that belongs to that group)

When you work in an Application Group, you don’t always want every change to immediately affect everyone. Versioning solves that by letting you work in different “lines of work” (called versions).

In simple terms:

  • A Branch is usually where you work and iterate (like a working copy).

  • A Release is usually what you publish/label as a stable version.

The Versioning tab shows you the existing versions and lets you create new ones (Release or Branch) from an existing version.

Key concepts

Version

A Version is a snapshot/line of the Application Group’s configuration at a point in time. It is what you “are working on” when you open an Application Group.

Version Tag

A Version Tag is the name/label you choose for a version (examples: master, release-2026-01, hotfix-1).

“master”

When you first open an Application Group from the listing page, the system automatically opens the master version tag.

Think of master as the default main line that exists for every Application Group.

Working context (very important)

In the URL and in the UI, you will always be inside a specific:

  • Application Group (the asset)

  • Version tag (branch or release)

  • Section (Applications / Objects / Versioning)

So when you switch the version tag, you are changing which line of work you are looking at.

Where to find Versioning

  1. Go to Assets → Application Groups

  2. Click an Application Group name

  • The product will open that Application Group with the master version selected by default.

  1. In the Application Group details screen, open the Versioning tab.

What you see in the Versioning tab

The Versioning tab is a list/table of versions for this Application Group.

Typical columns include:

  • Version Name: the version tag’s name

  • Description: optional details about the version

  • Type: type of the version

  • Created On: when it was created

  • Submitted By: who created/submitted it

Actions available on this page

You will typically see actions like:

  • Create Release

  • Create Branch

  • Discard Changes (only enabled if there are pending changes)

Last updated