Forums

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

How to define multiple selection smart value ?

Mesum Muhammad February 14, 2024

I have a custom field  ,which would take in multiple users as assignees . I am preparing an automation tool which will send a message to slack channel , stating the users assigned to task  .However I have no idea how to get its smart value . I tried using

{{issue.Assign Multiple Users.value.get(n)}}

 and even 

{{issue.customfield_10061.value.get(n)}}

The name of my custom field is "Assign Multiple Resources"  and the type is " User Picker (multiple users)" 

 

1 answer

1 vote
Rilwan Ahmed
Community Champion
February 14, 2024

Hi @Mesum Muhammad 

Try this 

To Show only their names
{{issue.Assign Multiple Resources.displayName}}

To Show names with emails
{{#issue.Assign Multiple Resources}}{{displayName}} ({{emailAddress}}) {{/}}

More dteails in https://support.atlassian.com/cloud-automation/docs/examples-of-using-smart-values-with-lists/

Mesum Muhammad February 14, 2024

Thankyou . Let me try it out.

Like Rilwan Ahmed likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events