Skip to main content
You can define a custom subject format for all release notification emails.
Use dynamic variables to automatically include relevant information in each message.

Supported Variables

string
The release title
string
The release version (if available)
string
The project name (if available)
string
Your workspace name

How to enable

1

Navigate to Settings page

Go to Settings → Email in your workspace.
2

Enter your subject format

Enter a subject template using any of the supported variables.
Example: [{workspace}] {title} ({version})
3

Save

Click Save Changes to apply your new subject format.

How it works

Each time a release email is sent, Onset replaces the variables with actual values.
For example:
[{workspace}] {title} ({version})[Onset] API Improvements (v2.3.0)