Automation for Jira - Send email To custom field user
Form contains a custom field:
- Field Name: Manager - FM
- Field type: Multi user picker
Agent completes the request form. Updates the manager field (this cannot be prepopulated). When a request moves to a specific status would like to trigger a notification from automation.
Using the automation "send email" option send an email to everyone in the Manager field.
I can get the display name:
{{#issue.Manager - FM}}{{displayName}}
But I am unable to get the email address values:
{{#issue.Access Approver - FM}}{{displayName}} ({{emailAddress}}) {{/}}
Using documentation: https://support.atlassian.com/jira-software-cloud/docs/use-smart-values-to-access-listed-values/
Hi @Cyndi
I'm on server but when I want to send an email to a user field , using Automation for Jira plugin, I can select the field from a dropdown of available user-pickers.
e.g.
is that option available for Cloud?
We're launching support for Post Functions in Notification Assistant for Jira this coming week. You can configure that to use the Manager field as the recipient, and build a custom Template.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Cyndi I am not sure if you just want to notify those "Managers" when an issue is in certain status or want to sent them some other info.
I had a request in past where user in a certain custom field wanted to be notified only when a ticket is moved to certain status. The way i did it was that i created an Custom event and then in notification scheme assigned that custom field as recipient of those notifications. Now in the postfunction section of the transition which leads to desired status i changes the last postfunction that says "Fire a Generic Event to be processed by the listeners" . In this Postfunction change Generic Event to the newly event which you created.
Another easiest method to do that would be creating a Filter which says something like Status changed from x to y and then have users subscribe to those filters and they will get notified at time which they specify
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.
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.