Hi,
I have a custom field that ( can ) contains one or multiple user names.
I call it "Reminders", it can be equals to "Tom, Mark, Juan", to tag 3 guys.
I'm looking to build an automation rule that send one email to each of theses guys,
with a summary of all the issues they are tagged to.
I've tried... but can find a way to do this, I find no way to group the per user and have the list of issues. Am I right ? It is impossible to do ?
If you're open to trying an app other than Automation, we support this type of configuration in Notification Assistant for Jira. You would set up a notification and configure the relevant custom field as a recipient:
Then configure it to send one email per recipient:
And use a JQL along the lines of
project = SCRUM and "Single User Picker" is not EMPTY
And you will get the result you want.
Hi Christophe,
I would create a rule using If/Then Conditions for each of the people. Then create the generic email and copy it into each of the sections. You will have to modify the same email multiple times if you change it, but it should work this way.
Or you can create a separate rule for each user. Then if the email changes, change one rule then copy for each person, and change out the condition for each person. Be sure to delete the old rules.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, but there are 1200 persons involved (possible target).
So, it is impossible to manage :-P
I was looking for something more generic, a way to replace the JIRA subscriptions, you see?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not following your use case. What field are these 3 people in? Is it a custom field? You are not going to be able to send a generic email to everyone that is tagged in a comment on an issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly, I can add any JIRA user from the organization into this field.
Today, I use a "subscription", but:
(1) Peoples are receiving an email from "jira" -> most of the time they filter it with a rule, so they do not see the email. So, I wish to use another email for this use case.
(2) I cannot add an explanation (Guidelines) explaining why they receive it, what to do etc... they just receive a list of issues. I wish to add some content.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, have you tried to build the automation rule and use the custom field in the To: line?
Do you have a rule built yet? Can you share that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
Here is what I tried. But there are 2 problems:
a) It send an email to all the "reminders" emails, ie. the "to" field of the email contains all the emails from all the issues.
b) In this email I have all the issues, and not only the ones for the target person.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @christophe demez ,
have you found a solution for it without using an AddOn?
I've got a very similar problem...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No @Gisela Lassahn , the solution I have is:
1 - Send a generic email t every peoples in the list. In this email, I have a link to a dashboard.
2 - Create a personal dashboard, there you can have a custom board and query for each peoples. Example: project = SP AND (Reminders = currentuser() OR watcher = currentuser() OR reporter = currentuser()) ORDER BY Rank ASC
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.