Hi all!
I have a component that gets applied to certain epic types. We'll call it "comp." I want to list all tickets from all epics that are open and have the component "comp." I've only been able to list the epics, not the issues within the epic.
Any help would be greatly appreciated.
Hello Kyle,
Unfortunately, The inbuilt JQL functionality of JIRA does not have a parameter to search for issues where their linked Epics matches certain criteria, however, there are a few plugins that you can use to achieve it.
I would recommend you to use the Scripted JQL Functions provided by ScriptRunner plugin. The query would be:
issueFunction in issuesInEpics("status = 'Open' and component = 'comp'")
Please, let me know if it works for you.
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.