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;
See More
Filter by label
There are no items with the selected labels at this time.