/
Search for all issues associated with multiple epics
Search for all issues associated with multiple epics
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;
, multiple selections available,
Related content
Epics
More like this
Display all issues linked to a given issue and link type
Display all issues linked to a given issue and link type
More like this
Issue links
Issue links
More like this
Create custom JQL functions for nested issue reporting
Create custom JQL functions for nested issue reporting
More like this
issuesWithoutEpics
issuesWithoutEpics
More like this
allLinkedIssues
allLinkedIssues
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.