Hi Folks,
I have a scenario which i want to handle through Workflow but m getting no where. I have Story A which is dependent on Story 1, Story 2 and Story 3. The dependency is done via 'issue link' . I want, if Story 1 Story 2 and Story 3 are done than Story A should automatically gets close.
So my workflow needs:
1) Upon completion of Story 1, it will check if it is dependent on any story.
2) if Yes, check if other dependent stories (Story 2 and Story 3 )are done.
3) If yes than update the status of Story A to Done.
Thanks.
Hi @fahad.niazi
Can I confirm:
^ It'll be best to do this via Automation as opposed to in a Workflow. This is because whilst workflows can be great for validating data, it's mainly to allow for an action to take place - whilst Automation uses a trigger to perform a related action, and can take into account other conditions like in your instance.
Ste
Hi Stephen,
The Stories 1-3 are linked with Linktype "Resloves" to Story A and Story A has link type with Story 1-3 with "is resolved by".
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @fahad.niazi
This should be possible in Automation - to access Automation at a project-level, you'll need to be a Project Admin and then:
------------
For the rule, use this:
^ The way this rule works is it triggers when Story 1-3 are closed. It then locates the related issue - Story A - and checks no other related issue to Story A is open. If some are, it does nothing - but if none are, it closes Story A.
------------
You can of course modify this rule to suit your needs, for example:
------------
Let us know if this works for you!
Ste
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.
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.