Hi i would like to connect two jira projects through automation. the Issues are linked together in two different jira URLS. The goals is to automate that when the status of the issue is changed, it should also change the status of the linked issue which is in a different project or has a different URL.
If Project A status is changed to "Done" the linked issue in Project A should also move to "Done" state.
Is there any help to implement this ?