You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.