I need help to get a 'JQL query' in a 'quick filter' of a Kamban board where I manage epics.
I don't have experience in 'JQL query' to develop some structures.
I attach an image with some explication about what I'm searching for.
What do I need?
Quick filter that only shows the epics that haven't a story called "MyGoal*" (MyGoal_1, MyGoal_10, etc...)
This way, I can detect them and create an "Issue in Epic" with that given name.
I think that it need this query: issuefunction in issuesInEpics
BUT I don't know to resolve it.
issuefunction in issuesInEpics("issuetype = story AND summary ! ~ "MyGoal*")
How can I solve to locate EPICS in which within "Epic Issues" there is no story with a default name ["MyGoal*"]?
Image:
This post appears to be a duplicate of this other post:
Well, there is differences.
In the other case all issues (story, bugs, spikes) must be closed except a story with determinate words in the title.
In this post, the goal is to detect epics where doesn't exist a STORY with determinate words in the title.
So, is it possible to use"issuefunction in issuesInEpics" to localize epics that do not contain an issue with determinate words in the title?
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.