Not sure if this was answered, but here's what I'm trying to do:
Tried a few JQL methods based on what's available in Jira. Is the above possible with an Advanced JQL filter in JPD Premium?
Hi Jon,
Doing an OR condition is possible in Roadmaps since there is the Advanced filtering you mentionned. But the problem would resides in how to create this second "not so simple" condition, and in JQL it's not possible to say "bring me only epics that have a linked issue in a specific project" (in Jira it would require an add-on) .
However, the alternative would be that you use a specific link type and you use this link type only to link to ideas to project A. Don't use "implements"/"is idea for" otherwise it will be mixed up with delivery tickets.
So let's say that you use the link "relates to". In that case, to create your roadmap you can type the JQL:
(project = ProjectA) OR (project = ProjectB AND issueLinkType = "relates to")
Cheers,
Hermance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.