Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Ideas in a Discovery project that have a linked Delivery Epic

yago May 15, 2025

Hi,

I want to create a filter that outputs Ideas in a Discovery project that have a linked Delivery Epic.

I tried this but "Delivery" doesn't work.

issueLinkType = "Delivery"

 "Is implemented by" turns out to not be the same as "Delivery"

issueLinkType = "in implemented by"

Below is an example of an Idea with a Delivery Epic.

Thanks for helping!

 

image.png

1 answer

1 accepted

1 vote
Answer accepted
Bill Sheboy
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.
May 15, 2025

Hi @yago -- Welcome to the Atlassian Community!

Short answer: you can get close to what you want, but will need a marketplace addon to also check if the linked delivery work items are Epics.

 

You may do this with the link type, such as this:

project = myJPDProject AND issueLinkType IN ("is implemented by")

Unfortunately, there is nothing enforcing using implements / is implemented by link types only for JPD links to delivery tickets.  The workaround is to use the special, internal name for the link JPD uses:

project = myJPDProject AND issueLinkType IN ("Polaris issue link")

 

Neither of those filters to only find links to Epics.  If you have other work item types linked as delivery tickets, you will need a marketplace addon which extends the features of JQL to perform nested or joined queries.

 

Kind regards,
Bill

yago June 11, 2025

Bill, thanks for teaching me about 

issueLinkType IN ("Polaris issue link")

I think this solved it! 

Like Bill Sheboy likes this
Bill Sheboy
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.
June 11, 2025

Awesome; I am glad to learn it is working!  Please consider marking this question as "answered" to help others with a similar need find solutions faster.  Thanks!

Suggest an answer

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

Atlassian Community Events