Button handy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
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.