I am looking for an automation wherein if there is any change in a transition status of a project e.g. project (Issue Type) status changes from backlog to kickoff, an automation is triggered and 2 epics are created.
Epic 1 = Sales Acquisition
Child Story 1 = Customer Demo
Epic 2 = Contract Sign-off
Child Story 1 = MSA
Child Story 2 = SOW
Child Story 3 = Success Criteria
Kindly help.
Thanks
Manhar Sharma
Hello @Manhar Sharma
the easiest way would be using Automation variable and Smart value {{CreatedIssue}}.
First of all create your Epic, then use Action Create Variable "SalesAcquistion" and as a smart value use {{CreatedIssue}} - which has key of the most recently created issue. Then this Variable use in the Action Create a new Issue - Choose field to set - Epic Link and use Variable {{SalesAcquistion}}.
You can use the same principle for the rest, just make sure the Epics are created first and you do not overwrite those Variables with different created issues.
Hope this helps.
Tom
Hi @Manhar Sharma , there are a lot of good posts in the community that cover creating of Epix and stories using automation. I encourage you to use the search bar and find one that might fit your needs best. In the meantime, the following is the basic logic that would be used in automation. Obviously the details of your process and requirements will drive the final solution.
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.