Versions Compared

Key

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

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !


Info
titleAvailability

This routine is available since katl-commons starting with SIL Engine™ 1.0.

...

This routine is available for Jira server and cloud deployment options.

Syntax

usersInRole(project, role)

Description

...

Excerpt

Returns the users that corespond to a certain role on the specified project.

Parameters

...

Parameter name

Type

Required

Description

Project key

String

Yes

The key

Key of the selected project.

Role name

String

Yes

The name

Name of the role that is verified.

Return type

...

string []

Returns a list with the usernames of the users who have the given role on the specified project.

Example

...

Example 1

...

Code Block
//The following users have the role developer in the project PRJ: dev1, dev2, dev3.
string role;
string[] userbyrole;
role = "developer";
userbyrole = usersInRole(project, role);
print ("The following users have the role " + role + " in the project" + project + ":");
print(userbyrole);

Result:The following users have the role developer in the project PRJ: dev1, dev2, dev3(. Check the next following row beginning with <StringPrintRoutine> for the values.)

See

...

also

Filter by label (Content by label)
showLabelsfalse
max150
showSpacefalse
cqllabel = "jira_user_routine"
labelsjira_user_routine