I'm in the process of implementing the new "Journey" feature. So far, this works as expected for very simple Journeys.
Now, we want to create a more complex Journey:
Steps 1 to 3 of this work as expected. The Journey creates the one Issue as expected.
It is step 4 I get an error at. The last Issue is never created. There is no error in the Audit Log. I suspect there is an error as the created automation "wants" to wait for 3 Issues to be resolved when there is only one Issue actually created.
This is the Journey. It is the three Issues in the pink frame, of which only one is created.
Can anyone here nudge me in the right direction? Is this possible at all?
That is... unfortunate.
I don't know yet how to create an automation which waits for an unspecified amount of time. Can an automation do that at all?
I do'n't think your requirement can be handled with a Journey.
With automation this could be handled, but in a Journey, the dependency seems apply to all work items are set to Done, even if they don't exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is... unfortunate.
I don't know yet how to create an automation which waits for an unspecified amount of time. Can an automation do that at all?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
An automation hasn't has to wait, it triggers based on action done. So if you close an issue linked to the request, the automation should trigger and check it on the parent all linked issues are "Done" if not no action is taken
If you set the second linked issue to Done the rule will trigger again, if these 2 issues where all the linked ones, the main issue will then transition based on the set action.
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.