Dear All,
I've created an automation that, as soon as an Epic reaches "Done" status, if the field "component" meets a certain value, another Epic will be created.
It's working. However, I need this automation to also relate the new epic to the one that triggered the automation.
I tested this with the following automation, it creates a new epic but the part of "linke issue to" is not working properly:
When: issue transitioned
to
Closed
Issue Type equals
Epic
And: Issue matches JQL
component = lost
Then: Create a new
Epic
in
Same project
And: Link issue to
Trigger issue
Anyone can help me how to figure it out?
Hi @Mark Segall !
I've turned the "Linked issue" field visible in the "CREATE screen" and then tested again. It worked properly then. Thank you so much for helping me to develop this automation.
Hi @Julieta Dienstmann - The "And link issue to trigger issue" may be the problem. Am I correct that you've added a separate action after the create issue to link the new Epic to the trigger? If so, this won't work because you're not in the newly created issue at this point and you're essentially telling the trigger issue to link to itself. You have two options:
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.
Your first screenshot looks like you configured things correctly. The only thing I can think of as to why it wouldn't work is that the Linked Issues field isn't on the Create screen for your Wave issue type. So, I would check:
To explain your second approach, the branch relationship type is set to current issue which would be the trigger issue. Instead, it should be All Created Issues.
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.