Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Automated Emails Based on Child Tickets

Tim Zhu March 13, 2023

Hi, 

 

I'm looking to send a weekly email where I look through a set of Jira projects and query their child tickets.  Then based on which child tickets are closed or missing a target end date field, send an email (w/ formatting if possible?) to the assignees that match this query. 

Is there any documentation on how I can best do this? 

cc: @swilson as I think I saw you answer a question in this same relm. 

1 answer

2 votes
Kristopher Perez
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.
March 13, 2023

If you can get your Query into a saved JQL filter, you can set a subscription to email you at whatever interval makes the most sense to you.

Check out these links:

if you need help refining the JQL, reply with some more specifics and I’m sure we can help get it written.

Kris

Tim Zhu March 14, 2023

hi @Kristopher Perez thanks for sharing!

Is there a way to format the content of the email?  We want to automate these emails to send to leadership and they need more context than a list of issues.

Tim Zhu March 28, 2023

hi @Kristopher Perez wanted to bump this.  Do you or anyone else in the community know if we can format that outgoing email?

Kristopher Perez
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.
March 28, 2023

If you are looking for a more customized solution you can using Automation for Jora instead.

Could you give me some example text of what you would want the email to say and where the variable substitutions would be.

Tim Zhu April 4, 2023

hi @Kristopher Perez ,

 

We are using jira tickets as team Projects w/ child tickets to signal product development lifecycle milestones (Concepting, Build, Testing, Launch) and a status field that shows the workflow of the ticket (on track, at risk, offtrack)

So an example weekly email would be something like:

 

=============================================


Here is a summary of projects in the next two weeks that will be going into testing and Launch:

Table:
Project 1 -> Testing
Project 2 -> Testing

Project 3 -> Launch
Project 4 -> Launch

 

Here are a list of projects that recently had a change in status:

Table 2:

Project 8 Ontrack -> At Risk

Project 9 At Risk-> Off Track

=============================================


And we would tailor the formatting and add different tables based on Jira queries.  

Suggest an answer

Log in or Sign up to answer