JWT user properties are key-value pairs added as regular user properties.

The main goal of the properties is to provide user metadata, which can be referenced and used in multiple JWT features.

Format of user properties

User properties consist of a key and a value.

The key can only contain alphanumeric characters.

The screenshot shows an example with 3 JWT user properties:

Property keyProperty valuePotential use case
payrollClusterITCould be used to indicate that the user is on the IT payroll cluster.
projectRole10100DEVCould be used to indicate that the user is the default assignee of a custom project role in the DEV project. User properties can be used by the Assign to project role post function for setting a default assignee for a specific project role.
DevelopersCRMCould be used to indicate that the user is the default assignee of the Developers project role in the CRM project. User properties can be used by the Assign to project role post function for setting a default assignee for a specific project role.

The value is interpreted as a regular expression matching one or multiple project keys or project category names.

Property keyProperty valuePotential use case
projectRole10101IT|DEVCould be used to indicate that the user is the default assignee of a custom project role in the IT and DEV project. User properties can be used by the Assign to project role post function for setting a default assignee for a specific project role.
Developers[ABCD]...|..CRCould be used to indicate that the user is the default assignee of the Developers project role in the projects with keys of 4 characters with A, B, C or D as the first character, or ending with CR.


JWT user properties and workflows

The following workflow functions are the main features where you work with user properties.

Conditions and Validators

Post functions

Logical expressions

JWT user properties can be referenced and validated when writing a logical expression in the Logical mode (e.g in the conditional execution parameter of post functions).


Available functions

JWT provides special parser functions to work with user properties.

JWT project properties and JQL

You can use JWT user properties in JQL queries, by using any of the JQL functions provided by Jira Workflow Toolbox:


Use cases and examples


If you still have questions, feel free to refer to our support team.