I have a custom text field called "Campaign URL" in the task view across multiple projects so for example, the URL "https://testsite.com/id=123456789" is in the same field in 3 issues across multiple projects. I want an automated rule for JIRA to scan for this Campaign URL in any other Issue to search for anything matching and if it finds a match, relate the two issues and display the status of that Issue in the related Issue.
For example, here is how it would look:
Project: Test Project 1
Issue1 Campaign URL: https://testsite.com/id=123456789
Project: Test Project 2
Issue2 Campaign URL: https://testsite.com/id=123456789
Since the URL's are the same and never duplicated (since the ID's are unique), I want the status of Issue 2 to be shown in Issue 1 and vice versa.
This worked for me in the past but seems the functionality has been disabled. Help!!