I want to configure Jira automation to send email notification 10 users from one team, Is there any workaround to have the team added in the jira automation using smart values or any other ways.
Please note: I am not addressing Jira custom field team but the feature teams that we see at the top along with Projects, Filters, Dashboard
Hello @Hamilton Lisa
Welcome to the Atlassian community.
You might be able to do something with the Send Web Request action to call the Team Members API to get the members of a team:
This is a new API and does not appear to return the emails of the users. You would have to take the information that is returned (account IDs) and use another API to get the email associated with each ID.
Hi @Hamilton Lisa -- Welcome to the Atlassian Community!
Yes, and...to Trudy's suggestion:
Once you have the accountId values for the team members, a second call to the REST API could pass the values and return their user data, including the email addresses. Here is the user, bulk search one:
Kind regards,
Bill
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.