Forums

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

automation rule

david.meltzer September 13, 2023

I am trying to create a rule that will iterate thru JCL filter that returns all completed sub-tasks and sub-bugs for a given set of sprints.

For each issue, I want the rule to check the status of the parent, and if not completed - to send an email - containing the issue key (of the child)

 

(We typically do this manually and promote the sub-tasks/sub-bugs to tasks/bugs so they can be resolved when we close the sprint)

 

I think the rule is working but I cannot get the child issue,key (or other fields from the child) when I create the email...

 

Screenshot 2023-09-13 at 2.23.50 PM.png

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.
September 13, 2023

Hi @david.meltzer 

Once the rule is inside of your branch to the parent, you can use {{triggerIssue}} to refer to the child issue.  Inside of the branch, {{issue}} then refers to the parent issue.

Kind regards,
Bill

david.meltzer September 14, 2023

thanks - that worked!

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer