This does not work in a filter:
(issueType = Story OR issueType = Bug) AND "Epic Link" ~ "X"
because
Each user story has an epic link's title showing in the Epic Link field of the user story. But behind the scenes, it's probably something obtuse like "https://ctl.atlassian.net/browse/D2SND-4245"
Is nesting possible? Like title(epic link) contains "X"?
That is not possible with out-of-the-box JQL.
The Epic Link is currently a field for company-managed project stories/bugs/tasks, and the field you are trying to query is Epic Name...which is part of the epic. As soon as you filtered down to Story or Bug the epic name couldn't be checked.
How often do you need to solve this type of query, as that may give you work-around approaches?
Kind regards,
Bill
I guess all my years of using REAL query languages has jaded me.
This seems such a simple ask. [EpicLink.EpicName contains "X"] Or a select within select. Or, or, or etc.
I just wish they hadn't called it JQL = Jira Query Language.
Because I immediately think logically and try using standard database "Query Language" syntax alternatives.
Because if an AddOn product can do it, then the original product should be able to do it.
Thanks for the quick answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup, JQL is no ISO-flavor of SQL :^)
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.