Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
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 (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jql" and label = "examples" and space = currentSpace ( )