Skip to main content
Version: Release 25.1

Folder Variables

You can use variables to manage information that you don't know in advance or that may change.

Folder variables can be used in all templates, releases, and dashboards within a folder hierarchy to manage shared information (unlike release variables, which are limited to a single release or template). Folder variables are available in Release 8.6.0 and later.

note

Starting from Release 10.1.0, the Password type folder variables are made available to set up connections between Release and other third-party integrated applications.

To create, edit, and delete folder variables, from the navigation pane, under Overview group, click Folders, select a folder, and then select Variables. The Folder variables page is only available to users who have the Edit folder variables folder permission.

Folder variables

A folder will inherit folder variables from its parent folder. If you redefine a variable of the same name in a child folder, it will override the parent folder's variable.

Anyone with permissions to view the folder and the release/template contained within should be able to see the folder variables in read-only mode from the release variables screen.

important

Folder variables start with folder. so any release variables that start with folder. will be invalid.

When upgrading Release to 8.6.0, or importing templates from older versions, any current release variables with folder. prefix will be converted to have a folder_ prefix. In case of variable name collision the variable will be suffixed with _n, where n is the number of repeated conversion attempts starting from 1.

Create a Folder Variable

Before creating folder variables, ensure you have the required permissions. Here's how to create one:

  1. Click New folder variable.
  2. In the Variable name field, enter a name for the variable. The folder. prefix is required.
  3. In the Label field, optionally enter a user-friendly label for the variable.
  4. Select the variable type from the Type list:
    • Text: A string of letters or numbers
    • List box: A drop-down list of selectable values that can be reordered and can contain duplicates (available in Release 6.0.0 and later)
    • Password: A password
    • Checkbox: A true or false value (Boolean)
    • Number: An integer
    • Multi-select List box: A drop-down list to select the multiple values
    • Date: A value with formatted time and date
    • List: A list of values that can be reordered and can contain duplicates
    • Set: A set of values that cannot be reordered and cannot contain duplicates
    • Key-value map: A set of keys and corresponding values
tip

Password variables can only be used in password fields, and other types of variables can only be used in non-password fields unless the 'Allow passwords in all fields' is checked on the release properties tab. If selected, passwords can be used in any text field, and the value will be scrubbed from the task output.

  1. In the Value field, enter the value(s) for the variable. To add a value to a list or a set, type the value in the box and press ENTER. If a folder variable does not have a value and it is used in a task, it will appear as a blank space in the task.
  2. In the Description fields, enter the description of the variable. Create folder variable
  3. Click Create to create the variable.

Edit a Folder Variable

When you need to modify existing folder variables:

To edit a folder variable, click it in the list. Note that you cannot change the variable's name or type.

If you change the variable's value, planned tasks that use that variable will reflect the new value. Completed, skipped, or failed tasks will reflect the old value.

The History page of templates and releases provides direct links that open the Edit Variable modal, making it easy to share and collaborate with team members. Here's what you can do:

  • Access variables using direct links from the Insights > History page of templates and releases, where all variable changes are logged

  • Copy the URL directly from your browser

  • Share variable configurations by sending the link to team members

  • View variable details directly from change history entries by clicking the variable links

  • Get notifications in the History page if a shared link becomes invalid

    picture 0

Delete a Folder Variable

To delete a folder variable, click Delete under Actions.

note

If you delete a folder variable that is still in use, tasks that use the variable will not be able to start.

How to Use Variables Inside a Variable

In Release version 8.5 and later, you can use variables inside another variable.

For more examples, see Variables in Release.