/
getAllUsers
getAllUsers
Description
Returns a list of usernames for all active and inactive users in Jira.
Parameters
Return Type
String []
Returns an array of users.
Example
for(string user in getAllUsers()) {
runnerLog("User: " + user);
}
See also
, multiple selections available,
Related content
getUser
getUser
Read with this
getAllActiveUsers
getAllActiveUsers
More like this
projectMembers
projectMembers
Read with this
getAllInactiveUsers
getAllInactiveUsers
More like this
userGroups
userGroups
Read with this
How to get all the Jira users list using Jira Command Line Interface (CLI)
How to get all the Jira users list using Jira Command Line Interface (CLI)
More like this