Hi,
I am trying to use JQL to search for issues in a project that has issue link "relates to".
I have the following which brings up the issues but I am trying to further query it where it looks at only a specific project or text within the link field
project = XXXX AND issueLinkType = "relates to"
I have tried limiting it to text but that is not working.
Is there perhaps a way to bring up only issues related to another specific project?
Thanks