The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | getAllSDProjects() | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns a string array of projects keys that are Jira Service Desk type projects. |
Returns a string array of projects keys that are Jira Service Desk type projects.
Return Type
String []
Example
Code Block |
---|
|
string [] jsdProjects = getAllSDProjects();
for(string jsdp in jsdProjects) {
JProject proj = admProjectProperties(jsdp);
runnerLog(proj.name);
} |
Returns a list of Jira Service Desk project names.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jsd_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.