Hi Guys,
I'm trying to create an automation to send emails to the users in the new "Team" field, but the field isn't showing up, and I can't seem to get a smart value for it.
Any contribution would be much appreciated.
Thanks
Automation rules do not support all fields. Worse still, there are multiple things in Jira called "Team".
Smart values are name, spacing, and case-sensitive. And often the smart value does not match the displayed field name on the issue views. The how-to article below helps to identify the correct smart value (and custom field id) for any supported fields for automation rules.
The essential steps are:
https://<yourinstanceurl>/rest/api/2/issue/<issuekey>?expand=names
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Kind regards,
Bill
Thanks for your reply @Bill Sheboy I got the smartvalue but i couldn't send an email to it. The email automation keeps giving me error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please post an image of your complete automation rule, the details of the send email action, and of the audit log details showing the rule execution. Those will provide context to help explain this symptom. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try what the user mentioned here:
In my instance, the field value is 10001.
you can get the ID by going to the gear icon -> issues -> custom field -> search for TEAM -> 3 dots on the right -> view field information -> check the URL.
Regards
Aaron
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aaron,
Thanks for your reply, I tried it, I can't seem to send an email to the team.
Thanks
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.
@acam that works but it just shows you the numerical value of the team ID, not the display name. this is what will print the display name of the team {{issue.team.Name}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Bill Sheboy and @Aaron Pavez _ServiceRocket_ . I think that I am trying to do the same thing that @Ismail Sanni is looking to do. In the To field I would love to present the email address of all members of a specific Team so it is dynamic as the team members change. Is there a way to get the email address of team members in a list by creating a smart value variable?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cant use the TEAM field to send an email. The Send email action only supports the user field, groups and Initiator, pending approvers and all customers.
There is a good workaround here, but cant be done with the TEAMs field(posted by @Bill Sheboy )
Regards
Aaron
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.