Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • 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

    getTeamLeaders(project)

    Package

    Alias

    Pkg Usage

    Description

    Excerpt
    hiddentrue
    Returns the team leaders user keys on the specified project. All the component leads.

    Returns the team leaders user keys on the specified project. All the component leads.

    Parameters

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

    Parameter name

    Type

    Required

    Description

    project key

    String

    Yes

    Key of the selected project.

    Return

    ...

    Type

    string String []

    Returns a list of all the component leads from all the components in the specified project.

    ...

    Code Block
    //team leaders of the current project are TL1, TL2
    string[] team_leaders;
    team_leaders = getTeamLeaders(project);
    

    Result: |TL1|TL2|

    See also

     

    Filter by label (Content by label)
    showLabelsfalse
    max25
    showSpacefalse
    cqllabel = "project_routine" and space = currentSpace ( )
    labelsproject_routine

     

    array_routines