Forums

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

How can I filter all tickets linked to the stories of a certain epic?

jurrutia May 16, 2019

I have an epic with multiple stories. Within the stories, there are tickets that are linked to it(not sub-tasks).

How can I do this without adding an epic link to the tickets that are related to the stories to avoid piling up the epic with links?

1 answer

1 accepted

0 votes
Answer accepted
Tarun Sapra
Community Champion
May 16, 2019

Hello @jurrutia

Since your query is

"How can I filter all tickets linked to the stories of a certain epic?"

try this

 issueFunction in linkedIssuesOf("(issueFunction in issuesInEpics('key= ABC-4') and issueFunction in hasLinks())")

This gets you all the linked issues of the child issues of the epic "ABC-4"

jurrutia May 17, 2019

Hi @Tarun Sapra ,

Does issueFunction require a plugin? We are using Jira v7.11 and I can't seem to use that function.

Tarun Sapra
Contributor
May 17, 2019

Yes, you need a plugin for your requirements, the issueFunction is provided by Script runner plugin, which is a paid plugin.

Like jurrutia likes this
jurrutia May 21, 2019

Thank you @Tarun Sapra , but unfortunately, we do not have that plugin.

Suggest an answer

Log in or Sign up to answer