Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need a query to run on JIRA

varun menon
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 2, 2020

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.

1 answer

0 votes
Ansar Rezaei
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2020

Hi

Could you explain it in more detail?

What I guess by your question:

  1. You have a project with Epic, Task, and PDL issue types.
  2. You Link Tasks to epics maybe with Epic link field.

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events