Forums

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

Jira Query Language, search EPIC key using corresponding story

Mukul Mudgil
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!
February 20, 2017

I am trying to get the Epic issue key using the issue key of one of its stories. What would be the query that gives in this result.

Thanks.

---Details---

Let's suppose there is an EPIC : PG-01, and a story which is linked to it PG-02, I tried searching with "Epic Link" in ("PG-02"), doesn't give the expected result

1 answer

1 vote
Tarun Sapra
Community Champion
February 20, 2017

Hi Mukul, 

You are trying to to use Epic LInk field which is a field on the story issue type and not the epic.

If you have script runner then you can easily use story key to find connected epic using

issueFunction in linkedIssuesOf("key=PG-02", "has Epic")

Suggest an answer

Log in or Sign up to answer