I have created a custom field that the user requires to select one or several items from the list.
When the task is closed then the linked task X should receive a message listing all the options selected from the "Multi-select lists" in the triggering task.
I found this reference (but this is not working for me):
https://support.atlassian.com/jira-software-cloud/docs/use-smart-values-to-access-listed-values/
Here are the types that I tried considering the previous reference but NONE is returning a value.
The custom field is called "FOP issues identified"
a *{{issue.cf11852}}*
0 *{{issue.cf11852.value}}*
1 *{{issue.FOP issues identified.value}}*
2 *{{issue.FOP issues identified}}*
3 *{{#issue.FOP issues identified}} {{value}}{{^last}}- {{/}}{{/}}*
4 *{{#issue.FOP issues identified}}{{value}} {{/}}*
5 *{{issue.FOP issues identified.value.join(" ")}}*
(!) The FOP issues identified custom field is in the trigger task, but I want to add a comment in the linked task(s) the list issues identified (selected in the trigger task).