You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I'd like to receive an email when tickets are added to an epic. What's the best way to set this up?
I have the following:
When: Issue created
Parent is not empty
Then: Send email
If your only parent type is Epic, I believe that should work.
Are there any additional constraints? Is it only *you* that should be receiving emails? Or maybe the current Epic assignee? If you wanted that, you could add {{issue.parent.assignee}} to the list of recipients.
Also, it might be nice to have a link in the email to both the new issue and the epic, so something like:
A new issue has been added to Epic <a href="{{issue.parent.url}}">{{issue.parent.key}} - {{issue.parent.summary}}</a>:
<li><a href="{{issue.url}}">{{issue.key}} - {{issue.summary}}</a>
And you'd probably want to put issue.key and issue.summary in the Subject: line.
I think I would do the following...
Trigger: Issue created
Condition: JQL - type not in (epic, sub-task) & "epic link" is not empty
Then: Send email
adjust condition to meet your config
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.
Hi all, After many months of work, I am delighted to announce the launch of the Jira Automation Template Library! The Template Library is a new website dedicated to all things Jira au...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.