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;Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.
