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
Hi all,
I've set-up an automation so that, when a Story or Task is flagged as 'impeded', the parent epic is likewise flagged as impeded and a comment is added to the parent epic saying 'this epic has been flagged as impeded as one of its children are impeded'.
I'd like the comment on the parent to cite the Issue number of the impeded child issue - e.g. so the comment would read 'this epic has been flagged as impeded as one of its children (SD-4567) is impeded'.
Any thoughts on how I could to this? Thanks!
Hi @Adam Taylor !
When the Child triggers your automation you could create a variable and populate it with the smart value for issue key and then use that variable in the comment.
Here's a screenshot of creating the variable:
Note: my assumption is that you are getting to the parent through a branch, you will want to ensure you create this variable after the trigger but before the branch or you will populate your variable with the Issue Key of your parent issue instead of the child.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.