Hello I'm looking for a little guidance.
This is the requirement for the JQL - Get all Initiatives with Fix Version Q1 and Show all of the Epics that contain "Open Question" in the summary, and show all the Tasks (of the Epic)
Should this be a filter within in a filter.
I was thinking of using the filter = project = PP AND issuetype = Initiative AND fixVersion = "Q1"
And then filtering the filter but not sure how to do that.
Help!
Unfortunately - out of the box you can use the following JQL syntax - porfolioChildIssuesOf() function where you will have to provide your initiative issue key.
Example - porfolioChildIssuesOf() function
To get all child issues below INIT-001 and not just the child issues at the epic hierarchy level:
issuekey in portfolioChildIssuesOf("INIT-001")
Hope this helps.
Best, Joseph Chung Yin
Thanks @Joseph Chung Yin
We have are not on cloud. You don't think it's possible with multiple filters?
issuekey in childIssuesOf("XX-1230"), could I use this with the jql inside the parameters ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Regardless Cloud or Server env, you cannot use jql inside the parameters of the out of the box JQL function unfortunately.
However, if you are in the Server env, then you can take a look at Scriptrunner for Jira (DC version only) third party add-on for their enhanced JQL functions where you can use to achieve your need.
Sorry.
Best, Joseph
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.