🚀 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.

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



Features used to implement the example



Example: Add watchers from a part of the issue summary: "Summary_text - watcher1, watcher2, watcher3, ..."

Use post-function Copy parsed text to a field to copy "Summary" to an auxiliary field (Ephemeral string 1) that can be modified in second step by Regular expression renderer



Use post-function Regular expression renderer to remove the part of the summary preceding the comma separated list of users. We use "Ephemeral string 2" as replacement string because it isn't initialized. Regular expression utilized is "^.*-\s"



Use post-function Add or remove watchers  to add users in "Ephemeral string 1" as issue watchers:



Once configured "Create Issue" transition looks like this:




Other examples of that functions

Copy parsed text to a field


Regular expression renderer


Add or remove watchers


Related Usage Examples