Skip to end of banner
Go to start of banner

allProjects

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

  • No labels