Unable to render {include} The included page could not be found.
Example Usage (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;