Hi,
I'm new to JIRA so I'm sorry for not using the right terminology but I will try my best to explain the problem I'm facing.
We have a custom issue type "PDL" and then, we have Epics (contain its own set of tasks), Tasks are part of this PDL. I would like to find all the Epics and Tasks under unresolved PDL with specific labels and components.
For example, This query gives me all the issues linked with Epic in my project.
project = SCERET AND issueFunction in issuesInEpics("project = SCERET AND component = Movie AND labels IN (Direction, Writing, Choero)").
I hope, I'm making sense here. Thank you for helping.
Hi
Could you explain it in more detail?
What I guess by your question:
How you relate PDL to Epics?
Let assume you linked it with the "is blocked by" link type in Jira. Your query something like this:
project = SCERET AND issueFunction in linkedIssuesOf ("project = SCERET AND issuetype=PDL and component = Movie AND labels IN (Direction, Writing, Choero)","is blocked by") AND resolution = empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.