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'm looking to get help on automation logic for due dates. I'd like for a slack channel to be notified when a child of an Epic has the due date updated.
For example:
Epic Name = Deliver Product X
Child Story = Create a new field on the Form
Child Story Due Date = 1/1/23
If a user changes the Due Date on the child story of the Epic, I'd like to get notified via slack. I attempted to create an automation and it worked, but it provided a notification for anytime a due date changed for any stories within the Jira Project versus just stories under the desired Epic.
Here's what I did:
Trigger - When Value changes for Due Date
Branch - For Stories (or other issues in Epic)
Condition - If: Compare two values. Checks if {{issue.epic link}} equal (epic link ID - note I put a jira link here)
New Action - Then Send Slack message
What am I doing wrong?
If it's for one specific epic, you don't need the branching.
Take out the branch in the above and it should work fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy to help :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.