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

    userGroups(user)

    Package

    Alias

    Pkg Usage

    Description

    Excerpt
    hiddentrue
    Returns the groups the selected user belongs to.

    Returns the groups the selected user belongs to.

    Parameters

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

    Parameter name

    Type

    Required

    Description

    user

    ...

    String

    ...

    Yes

    Username or userkey of the selected user.

    ...

    The search is done by the user key only.

    Return Type

    string String []

    The returned array represents the names of the groups this user belongs to.

    ...

    Examples

    Example 1

    Code Block
    userGroups("username");
    

    Result: The list of groups that the user with account username belongs to.

    ...

    Code Block
    userGroups(currentUser());
    

    Result: The list of groups that the current user belongs to.

    ...

    Note

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

    See also

    Filter by label (Content by label)
    showLabelsfalse
    max25
    showSpacefalse
    cqllabel = "jira_groupuser_routine" and space = currentSpace ( )
    labelsjiraarray_group_routineroutines