/
allProjects
allProjects
Description
Returns a string array with the keys of all the projects in Jira.
Return Type
String []
Returns a list of keys for all the projects in Jira.
Example
string [] projects = allProjects();
print(projects);
Results: prints a list with all the project keys in Jira. If we have 2 projects PRJ and TST, the logs will show PRJ|TST
See also
Peacock
, multiple selections available,
Related content
allProjects
allProjects
More like this
allProjects
allProjects
More like this
admGetAllProjectCategories
admGetAllProjectCategories
More like this
getAllSDProjects
getAllSDProjects
More like this
getAllSDProjects (Power Scripts)
getAllSDProjects (Power Scripts)
More like this
getProjectRoles
getProjectRoles
More like this