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 have the current structure in place for my issues:
Capability
- Feature
-- Epic
--- Task
Due to the naming standard of the Epic's being created varying slightly I need to query the static Feature summary name when an Epic is created (Tasks are generated linked to the Epic at each release as well but they would use the same naming standard for the new release so wouldn't be consistent).
I am using the project automation options to create a rule, however I can't get the email action to fire either using the 'Item Created' or 'Issue Linked' triggers.
I have tried to use branch rule component to then set a condition on the summary name of the Feature (parent link or Epic) with 'Issue fields condition' or the 'Advanced compare condition' (issue.summary) conditions but it is not working.
I have read that the advanced pairs might be affected by new changes to epic/parent values so not sure if issue.summary would still work.