Hi,
I have a question and I have not yet found the 'ideal' solution.
My usecase is as follows:
When an onboarding story is created (so we have a new employee who will start), I want to start a chain of (sub)tasks related to the issue. I don't want to create all things that should be done at once. For instance, some processes should only start once the contract has been signed for instance.
Ideally I want to create an automation in which subtasks are created (because these are easily linked to the original onboarding request with the details of the employee), but once a certain subtask is finished, only then should others be created.
What I have done so far is create an automation based on the trigger that an onboarding request is made. This creates a few tasks. Then I have another automation rule, which kicks in once a task transitions to done and the summary equals the 'last' task of the first automation rule. Then a load of other tasks is created. And I have another automation rule which kicks in once one of the tasks of the second rule is transitioned to done, and this also creates a few tasks.
This approach kinda works, but the problem I'm having is that all these tasks created in the second and third automation rule, are not connected to the onboarding request. I link them to the 'trigger issue', but thats the tasks which triggers.
Is there a better way to implement what I want?
If anything is not clear, please let me know and I'll try to clarify.