Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,125
Community Members
 
Community Events
185
Community Groups

Jira Automation - Send email notification when an epic is complete

Hi, I'm new to Jira Automation and I need your help.

This is what I am looking for:

Phase 1: Once all issues in an epic are fixed, the epic would be marked as done

Phase 2: An email would be sent informing that "The epic of this project was fixed" with a list of issues covered in the epic.

The first phase is done. I am able to send the email having "epic summary" and "project name", but I can't find a way to list issues that are inside the epic. I tried using smart values custom fields but it didn't help.

Screenshot of what I have done this far:

pic.png

It would be great if someone could help me out.

Thank you

1 answer

1 accepted

0 votes
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 24, 2020 • edited

Hi @John T_ 

Have you tried to use LookupIssues yet?  Before you send the email, you could use LookupIssues with JQL to get the children of the Epic, and then send the list in the email, such as using markup for a list with links:

Here is the list of issues in the epic:
<ul>
{{#lookupIssues}}
<li><a href="{{url}}">{{key}}</a> {{summary}}</li>{{/}}
</ul>

Best regards,

Bill

It Worked! Thank you @Bill Sheboy for the help. 

Is there any way to list "time logged on an issue" as well? I did go through the documentation for "Lookup issues" but didn't found its solution.

time logged.png

Again, thanks for the help!

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 30, 2020

Hi John,

I am glad that helped.

No additional fields with LookupIssues yet.  There is an item in the Code Barrel backlog to add more fields to that feature: https://codebarrel.atlassian.net/browse/AUT-1996

__Bill

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events