Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel1

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.

Image Added


Once configured the transition looks like this:


Image Modified




Other examples of that function

Incoming Links
pageCopy parsed text to a field
labelsexample

Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "custom-field"