Our IT team has setup our Jira Cloud instance so that:
- Groups within JC can't be used except by them. Meaning I can't create my own group of people and reference it in the automation.
- Inbound email to Exchange internally housed group mailers appear to be blocked (this is Internet inbound email to a group mailer)
I have a case open with them for trying to work around those issues, but wondered if the community could advise on this idea.
Some details:
- At the end of each automation I want it to send an email to a group of people, about 4 or 5 individuals. The same individuals across all the rules.
- If in the automation rule, I put those people directly into the To,CC, BCC fields, they will receive them. But that would mean hard coding each of those individuals to every rule.
The idea:
I was wondering if there would be a way of setting up something like a project-wide variable, containing the email addys of the individuals, and then use that variable within the To/CC/BCC field. Or perhaps, if more advanced, a user-array that I could reference. I suspect this ideas unlikely.. but thought I'd ask.
Or if anyone has another idea about how to get email notices to multiple people, without using groups, with messages sent to their own email addresses.
For now, I've no choice but to go through and add each person hardcoded to each rule which is quite annoying.
Hi @adrimars
A couple of work-arounds you might try are:
The first approach is simple, and the second is more complicated, and may require using a web request. Please discuss this with your Jira admin to learn what they think of solution ideas.
Kind regards,
Bill
Thanks Bill.
#1 is what I tried first, but although the email system allows internet source email traffic into it (I tested using another account), something about our Jira Cloud instance is blocking it.
Any useful references for "entity property" ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmmm...you may want to check if your distribution list accepts external emails.
Regarding some references to try entity properties, here are some below. There have also been several community posts on using these with rules.
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Set-entity-property
https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/
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.