Versions Compared

Key

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

Button handy
blanktrue
color#0052CC
nameSend Feedback
linkhttps://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=Copy+watchers+to+sub-tasks+-+490999935
widthauto

Html bobswift
<iframe width="560" height="315" src="https://www.youtube.com/embed/41okKkC4n3o" frameborder="0" allowfullscreen></iframe>

...

Info

The JQL script can be replaced with the predefined hasSubtasks JQL function.

This script is used in silJQL to return a list of all issues with subtasks. It takes a JQL search as parameter.

...

Code Block
string [] keys = selectIssues(argv[0]);
string [] ret;
for(string k in keys) {
    if(size(subtasks(k)) != 0) {
        ret += k;
    }
}

return ret;

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