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 22 Current »

We've encountered an issue exporting this macro. Please try exporting this page again later.

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