I would like to notify users when a specific condition is met.
I can @mention the Assignee and Reporter on both the Issue and the Issue's Epic, but struggling to notify the Assignee and Reporting on the Epic's Initiative.
Here's the parent child relationship:
ABC-1 is an Initiative
ABC-2 is an Epic
ABC-3 is a Story
ABC-3 is a Story within ABC-2
ABC-2 is an Epic within ABC-1
I can access Issue Assignee/Reporter
assignee: {{assignee}}
reporter: {{reporter}}
I can access the Epic Assignee/Reporter
epic.assignee: {{epic.assignee}}
epic.reporter: {{epic.reporter}}
I cannot access any Initiative properties; I've tried
parent.parent.assignee: {{parent.parent.assignee}}
parent.parent.reporter: {{parent.parent.reporter}}
epic.parent.reporter: {{epic.parent.reporter}}
epic.parent.assignee: {{epic.parent.assignee}}
issue.Epic.parent.key: {{issue.Epic.parent.key}}
issue.Epic.parent.assignee: {{issue.Epic.parent.assignee}}
issue.Epic.parent.reporter: {{issue.Epic.parent.reporter}}
issue.Epic.Parent Link.key: {{issue.Epic.Parent Link.key}}
issue.Epic.ParentLink.assignee: {{issue.Epic.ParentLink.assignee}}
issue.Epic.ParentLink.reporter: {{issue.Epic.ParentLink.reporter}}
Any help is MUCH appreciated!
Hi @Steve Tedeschi ,
So if something happens with ABC-3 (story) you want both to notify assignee and reporter on the ABC-2 (Epic) and also notify the assignee and reporter of ABC-1 (Initiative)
Maybe this question would help to point you in the right direction : https://community.atlassian.com/t5/Jira-questions/Parent-of-a-Parent-Jira-Automation/qaq-p/2616675
/Lisa
Correct:
So if something happens with ABC-3 (story) you want both to notify assignee and reporter on the ABC-2 (Epic) and also notify the assignee and reporter of ABC-1 (Initiative)
While I cannot use that approach / solution, it did give me ideas to solve my question.
Thank you!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.