Versions Compared

Key

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

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

Syntax

projectsForUser(user, roles)

...

Excerpt

Returns all the projects where this user has permission to assign or to be assigned issues.

Parameters

Parameter name

Type

Required

Description

user

String

Yes

Username or userkey of the user that is verified.

rolesString[]NoRoles the user must have.

Return type

string []

Returns a list of project keys where the user denoted by the specified username or userkey has permission to assign or to be assigned issues.

...