Hello everyone, i need help in completing the JQL below
iam trying to configure the rich filter result gadget in JIRA. i only want the gadget to display epics using the reporting label. First problem the gadget lists all epics belonging to the initiatives and not only the ones with the labeling. I also want the the gadget to present the stories belonging to the epics with the labeling.
Solution Line / Department - Product / Service Team" = "XYZ" and type = Initiative AND issueFunction in linkedIssuesOfAll("labels = Reporting")
Can you help me here?
Thanks in advance
Hello @Carolina and welcome to the Community! I believe this is what you want:
"Solution Line / Department - Product / Service Team" = "XYZ" and type = Initiative AND issueFunction in portfolioParentsOf("labels = Reporting")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.