1. Create a Jira query by selecting fields "project", "issue type", "Epic"
2. The above query lists all the stories in 1 Epic. Next step is to figure out how to populate defect details of individual stories by improvising the same query.
Currently using following query:
project = DG AND "Epic Link" = DG-33516 AND issuetype = Story AND ((issueFunction in hasLinkType("Blocks")) AND status in (Open))
Result:
The query works to display links that "Blocks" individual story.
Hi @SUHAS BHUJBAL,
your query looks alright, you definitely have the quotation marks but is it possible you have a different name for the link or perhaps spelled differently?
Also, I'd check if the inbound and outbound names are different for the link and if I'm using the correct one.
I hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.