Versions Compared

Key

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


Warning

The availability of the users personal data may be impacted by the recent changes by Atlassian in order to meet GDPR compliance. See the following for more information:


Info
titleAvailability
  • This routine is available starting with
SIL Engine™
  • katl-commons 3.1.8.
  • This routine is available for Jira server and cloud deployment options.

Syntax

getUserKeysFromEmails(emails)

...

Excerpt

Finds the corresponding user keys for a list of email addresses.

Note

The cloud version finds the corresponding user ids instead because of GDPR


Parameters

Parameter name

Type

Required

Description

emails

String[]

Yes

Array of email addresses.

...