JQL to search "relates to" issues but in a specific project

Drishti Maharaj May 10, 2022

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 

1 answer

1 accepted

0 votes
Answer accepted
Filipi Lima
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 10, 2022

Hello, Drishti,

It's not possible to add conditions to the linked issues without the use of plugins. Do you have any plugins that extend JQL functions?

A couple examples would be Power Scripts, JQL Extensions for Jira, ScriptRunner, Jtricks. Each would have a function to achieve what you're looking for.

Suggest an answer

Log in or Sign up to answer