Hi,
After starting with the trigger for the existence of an update in a certain field of an issue, there is a clone of that same issue and I create a variable to have access to its {{createdIssue.key}} which I named {{cloneParent}} .
Then I want the linked issues of both the "Requirement" type and the "Functional Area" type to be cloned and the linked issue of the "is tested in" type to be the issue that I cloned previously and therefore I put the variable {{cloneParent}} . The issue is that for the "Functional Area" type it works perfectly but for the "Requirement" the issue is cloned but the linked issue does not appear.. And the process is exactly the same..
Is there any explanation as to why it works in one and not in the other?


Thank you !!