The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
...
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) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.