šŸš€ 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:Ā Combine the values of several Multi-User picker fields

Since version 2.0.20

Let's suppose we want to set a multi-user picker fieldĀ TeamĀ with the combined values ofĀ five multi-user picker fieldsĀ Users A,Ā Users B...Ā Users EĀ minus the values of other two multi-user picker fieldsĀ Users FĀ andĀ Users G. You should do it like that:

Once configured, the transition will look like this:


I have used an auxiliary field "Ephemeral string 1" because of a bug in the plugin that prevents you to useĀ Copy parsed text to a fieldĀ to write a custom field (not a virtual field) in the first post-function of a transition. If you do it, nothing will be written on the custom field. That is why I write on a virtual field "Ephemeral string 1" in first place, and then write the value to custom field "Team". If you move the assignment to a second, third, fourth... place in post-function execution order, you can do it in a sole post-function.



Other examples of that function

Related Usage Examples