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!
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
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.