Skip to end of banner
Go to start of banner

Substitution Variables

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

On this page

Description

Substitution variables are a powerful capability for some clients like Jira to customize the creation or updating of issues using values from issues or other Jira information. Variables provide text string representations of fields useful for inclusion in other fields - see Substitution Variables for Jira for more information. For other clients, there are more limited capabilities that follow the same general technique. 

The syntax for referencing substitution variables is: %<variable name>%.

Example: %now%


Substitution variables and variable replacements

Variable Replacements are different than substitution variables. Don't confuse them or their uniquely different syntax.

Variables


Configured date format

For date substitution variables, the format of the replacement variable can be specified if the default format is not desirable. The format is specified by a Simple Date Format string enclosed in parenthesis following the substitution variable name. For example: %now(yyyy-MM-dd)% will result in replacement like 2019-11-08.

Client Specific Extensions

  • No labels