/
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
, multiple selections available,
Related content
allProjects
allProjects
More like this
allGroups
allGroups
More like this
getProjectRoles
getProjectRoles
More like this
projectObject
projectObject
More like this
getAllSDProjects
getAllSDProjects
More like this
getAllSDProjects (Power Scripts)
getAllSDProjects (Power Scripts)
More like this