The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
Table plus | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
...
String []
Example
Code Block | ||
---|---|---|
| ||
string [] jsdProjects = getAllSDProjects();
for(string jsdp in jsdProjects) {
JProject proj = admProjectProperties(jsdp);
runnerLog(proj.name);
} |
...