Hello,
I am struggling with the creation of Jira automation rule:
Trigger: Scheduled date/time
Action: Create Epic
Action: Create Task and link to parent
How do I find / define within the automation rule the parent (name/key/id?) so that I can use it later down the road for linking tasks to it which get created in the same rule?
Preferably without the workaround over branching to get a trigger issue.
Regards,
Marc
Hello @Marc-Anton Weigelt
Welcome to the Atlassian community.
After the step where you create the Epic, use the Create Variable action to record the issue key of the new Epic.
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Create-variable
Then use that variable to set the Parent field in the child story.
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.
Hello @Rachana Kandlagunta
Welcome to the Atlassian community.
Please start a new Question post and describe your scenario fully. Please provide screen images showing the rule you have created.
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.