On this page

Do not edit this macro

Use case

Add a comment that includes the request participants' display name.


Configuration

Add the Add comment post function to the workflow transition you want to place it in.

Comment text

Choose Add comment manually (parser expression).

Expression

%{{toString(textOnStringList(toStringList(%{issue.cfnnnnn}, ", "), userDisplayName(^%{seed.text})))}}
Replace nnnnn in the above expression with the ID of the Request participants field.

Further configuration

By default it is set to Unrestricted (all users), but you can change this option.

You can select either a group, project role or set Jira Service Management visibilities.


By default, no email will be sent for this comment. Hit the checkbox to send one!





  Related use cases

JWT feature

Workflow function

Add comment

Parser functionstoString() textOnStringList() toStringList() userDisplayName()
Label