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 content. View the current version.

Compare with Current View Version History

« Previous Version 22 Next »

We've encountered an issue exporting this macro. Please try exporting 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