workflow changes do not trigger other workflow
I have a workflow that is triggered when a 'depends on' link is added to an issue. This works fine when I add the link manually. However when I add the 'depends on' link from another workflow, nothing happens (the 'depends on' link is there afterwards, but the workflow is not triggered).
Is this a bug, or is this by design?
(the documentation suggest it should be possible to have a chain of workflows).
Is this a bug, or is this by design?
(the documentation suggest it should be possible to have a chain of workflows).
Please sign in to leave a comment.
Then in the user project for that particular software (multiple projects for each software item), a rule should copy the fields specific for that software. E.g.
This rule works well when triggered by manually linking two user issues with 'depends on', but is not triggered when the first rule is triggered.
Could it have something to do with the fact that the issues are from different projects?
Thanks for looking into it!
Also the depends on.changed condition looks redundant.
I'm not sure I understand what you mean by this, and how that applies to my problem. I'm assuming you saw something in my workflow code that does that? Could you indicate which commands? Thanks!
Does it help?
So do I understand correctly that somehow the depends on.changed is not true when a node is not reported, despite the fact that depends on.added contains items?
This brings me to another question: when a workflow is running and it changes things that trigger other workflows. Are these workflows triggered immediately (and running in parallel) or are they scheduled, or is the triggering only done after the workflow ended?