Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with SIL Engine™ 4.8.1

Syntax

getProjectRoles()

Description

Excerpt

Returns a list of all project role names in Jira.

Return type

String []

Example 1

Code Block
for(string prname in getProjectRoles()) {
	runnerLog("Project role: " + prname);
}

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jira_group_routine"
labelsjira_group_routine