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.0.8.

Syntax

allGroups()

Description

Excerpttable-plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

getAllCustomFields()

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Returns the list of group names that exist in the Jira environment.

Returns the list of group names that exist in the Jira environment.

...

Return

...

Type

stringString [] (array of strings)

The requested names of all groups.

...

Code Block
string[] groups = allGroups();
for(string gName in groups) {
	    runnerLog(gName);
	// jira-administrators
	// jira-software-users
	// jira-system-admin
}}

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "jira_field_routine" and space = currentSpace ( )
labelsarray_routines