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:

  • This routine is available starting with katl-commons 1.0.
  • This routine is available for Jira server and cloud deployment options.
    Info
    titleAvailability
    Table plus
    applyColStyleToCelltrue
    heading0
    columnTypess,s,s,s
    multiplefalse
    columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
    enableSortingfalse

    Syntax

    userExists(user)

    Package

    Alias

    Pkg Usage

    Description

    Excerpt
    hiddentrue
    Verifies if the selected user is registered Jira user.

    Verifies if the selected user is registered Jira user.

    Parameters

    Table plus
    applyColStyleToCelltrue
    columnTypess,s,s,s
    heading0
    multiplefalse
    enableSortingfalse

    Parameter name

    Type

    Required

    Description

    user

    ...

    String

    Yes

    Username or userkey of the verified user.

    ...

    Searches by the user key first and if there is no result

    ...

    by the user name as well

    ...

    .

    Return

    ...

    Type

    Boolean

    A "true" return value means that there is a registered Jira user associated with the specified username or userkey.

    Example

    Example 1

    Code Block
    userExists("Administrator");
    

    Returns "true" if Administrator is the username of a registered Jira user and "false" otherwise.

    Notes

    Note

    The look-up is first made after the userkey, then after the username.

    See also

    Filter by label (Content by label)
    showLabelsfalse
    max15025
    showSpacefalse
    cqllabel = "user_routine" and space = currentSpace ( )
    labelsuserarray_routineroutines