Cprime Apps has been rebranded as Anova Apps. Please note the only effect is the company name - all of our products’ names, logos, functionalities, support, etc. is exactly the same. The new location to our documentation space is https://anovaapps.atlassian.net.
Availability
This routine is available starting with SIL Engine™ 4.8.0.11.
Syntax
getAllUsers();
Description
Returns a list of all active and inactive users in Jira.
Return type
String []
Returns an array of users.
Example 1
for(string user in getAllUsers()) { runnerLog("User: " + user); }
See also