The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to list elements on Multiple Assign custom field

Daniela Lopez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 24, 2021

Hello,

Right now I'm using the "Multiple assign" to list users related to a ticket, and I need to display the list of names on an automation, so I need to use a smart value sentence.

I tried:

{{#issue.multipleassign}}
{{displayName}}
{{/}}

And the automation runs, but it shows as empty, even when several users are on the Multiple Assign field.

Any help with this? Thank you in advance.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 24, 2021

Hi @Daniela Lopez 

I suspect you have an incorrect smart value for your field. It might be {{issue.Multiple Assign}} or something else.

Please try this how-to article to confirm the name of your smart value: https://support.atlassian.com/jira-software-cloud/docs/find-the-smart-value-for-a-field/

If no name strings work, you may also use the custom field ID, which you may learn from that same how-to article.

Best regards,
Bill