I created rule 1 using issue created trigger to create Story A and also create story B
then a second rule using issue transition such that when story B transition to done then story b is created
in a 3rd rule when B transitions to done C gets created.
and in the 4th rule when C transitions to done Story D gets created. How do i make C and D relate back to A using the relates to issue link
Can you give a try with the below rule design and see if it helps.
Automation Summary
Rule Design:
Trigger: Issue Transitioned
If: Issue transitioned to Done
Conditions:
- Condition: Parent Story Key is not empty
Actions:
- Create Issue:
Project: {{issue.project.key}}
Issue Type: Story
Summary: Story D
Parent Story Key: {{issue.Parent Story Key}}
- Create Issue Link:
Link Type: relates to
Inward Issue: {{issue.key}}
Outward Issue: {{issue.Parent Story Key}}
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.