Skip to end of banner
Go to start of banner

Search for all issues associated with multiple epics

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Current »

Unable to render {include} The included page could not be found.

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;
  • No labels