Search for all issues associated with multiple epics

Search for all issues associated with multiple epics

 

<iframe width="560" height="315" src="https://www.youtube.com/embed/oxDtkgKjyrE" frameborder="0" gesture="media" allowfullscreen></iframe>

Example (JQL query)

key in silJQLList("silJql_IssuesInEpics.sil", "Project = EX and type = Epic")

Script

string [] epics = selectIssues(argv[0]); string [] ret; for(string e in epics) { ret += allLinkedIssues(e, "Epic-Story Link"); } return ret;

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.