JQL query for issues linked to a specific issuetype in the same or another Jira project

Eszter Somossy
Contributor
February 25, 2024

Hi,

please help me, I want to filter all the epics that are linked with "created by" linktype to issues in "Strategy" issuetype in any of my projects in Jira.

Is it possible with JQL query?

I tried this, but did not work:

issueType = Epic AND issueFunction in linkedIssuesOf("issuetype = Strategy", "created by")

 

Thank you for help.

 

Kind regards,

 

Eszter Somossy

 

 

2 answers

1 accepted

0 votes
Answer accepted
Charlotte Santos -Appfire-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 26, 2024

Hi @Eszter Somossy 

I’m Charlotte, a support engineer at Appfire and I’m here to help you.

Unfortunately, using vanilla JQL, you’ll not be able to do it dynamically.

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find Epics that are linked to Strategies with “created by” linktype:

issue in linkedIssuesOfQuery("type = Strategy", "created by") AND type = Epic

Please contact our support if you have any other questions about this query.

We’ll be happy to help you! 😉

Eszter Somossy
Contributor
March 3, 2024

Thank you, Charlotte,

It worked :)

0 votes
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2024

Hello @Eszter Somossy 

In what way is the filter not working?

Are you getting an error message?

Are you getting fewer or more issues than you expect?

Eszter Somossy
Contributor
March 3, 2024

Hello, Trudy,

It said that there is no issueFunction.

Best,

Eszter

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events