I have a setup where we have a particular issue type, let's call it 'issue type A' which when moved from one status to another, triggers the automatic creation of 5 tasks which are linked to it using the 'implements' relation.
Here's the automation that currently does this:
I am now trying to find a way to have all those 5 tasks linked to each other as well through the 'relates' relation, so when I open up one task I can look at the other 4 linked to it.
Any tips on how I could go about doing this?