Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=getAllSDProjects+-+15488859 |
---|
width | auto |
---|
|
The use of this function 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.