🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

On this page


Features used to implement the example



Example: Remove versions selected in a version picker custom field

We have a custom field that holds a version value (with Version Picker). As part of certain workflow steps, I'd like the current value to be removed, and the field reset back to "None".

You can use Copy parsed text to a field and set the field Text to be parsed and the copied to target field with the following value "- %{10800}" (removing the double quotes), provided 10800 is the ID of the version picker custom field you want to clear. What you are doing here is removing (by the leading '-' character) the versions currently selected in Version Picker custom field.


Once configured the transition looks like this:





Other examples of that function

Related Usage Examples