Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Products
  • Jira
  • Questions
  • I am trying to create a query which brings in data from a task and also from the associated Epic. Pulling the Tasks data is fine, but how do I reference the linked Epic data?

I am trying to create a query which brings in data from a task and also from the associated Epic. Pulling the Tasks data is fine, but how do I reference the linked Epic data?

Ashwin Kupatkar August 24, 2016

Hello,

My query is something like this

 

project = "project-name" AND issuetype = Task AND summary ~ "Create High Level Estimate" 

What changes should i make?

 

Also i want to create a query to show all EPICs that have a Task with Task.Summary ~ “Create High Level Estimate” and Task.Status <> Completed

 

How do i achieve this ?

 

Thanks,

Ashwin

1 answer

0 votes
Tarun Sapra
Community Champion
August 24, 2016

It's achievable using Script Runner plugin 

linkedIssuesOf function

https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html

 

JIRA Agile users can query on epic links, eg find all Epics that have unresolved stories:

issueFunction in linkedIssuesOf("resolution = unresolved", "has Epic")

 

Ashwin Kupatkar August 24, 2016

Thanks Tarun. But iam using JIRA on cloud.

Sunil Muniyal August 30, 2016

Is there a way to achieve this on Cloud edition?

Suggest an answer

Log in or Sign up to answer