You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.