Hello,
I'm using a custom "people" field in a Jira Software Project (team-managed)
I'd like to test out an automation rule where the Display Names and email addresses of all those users from that custom "people" field are able to be output into the body of an email, preferably separated by a comma and a space ", "
How can I accomplish this?
Right now, it seems like I can only extract the email from the first user in the list, even though it will spit out all of their names.
Two possible things to check on this one:
Please see your other question on this topic, as there is an open suggestion indicating problems with the People field's email address access: https://community.atlassian.com/t5/Jira-Software-questions/Regarding-custom-fields-for-team-managed-projects/qaq-p/2107614
And, that field type is a multiple user field, which is a list. Please try to use the list iterators to access all of the elements to see how that helps: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-lists/
Kind regards,
Bill
Hi @Suzy Nicholson , welcome to the community!
To be honest I'm not sure if that can be achieved or not. I'm thinking no but that isn't based on anything more than my current experience. I will give it a try but was wondering if you would mind sharing an image of your rule so that I could follow your lead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey thanks for taking a look into this.
I'd really appreciate if you can think of a potential solution!
It's like it doesn't know how to repeat the query again after each user.
"Display Name" works fine for multiple users though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. Now to be clear are you wanting to display those individuals that are selected or do you want to include all possible users for that field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Only the individuals who have been entered into that field.
(NOT all possible entries)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think @Bill Sheboy input is sound and I would add this article as a good reference- examples-of-using-smart-values-with-lists .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.