jira.js
    Preparing search index...

    Function createGroup

    • Create a group in a directory to manage app access and permissions for multiple users together.

      Parameters

      • client: Client
      • parameters: { description?: string; directoryId: string; name: string; orgId: string }
        • Optionaldescription?: string

          Describe what the group is or what it might be used for.

        • directoryId: string

          A directory has a unique ID. Use the Get directories endpoint to find the directory ID.

        • name: string

          Name the group.

        • orgId: string

          Your organization has a unique ID. Find this ID in your Atlassian Administration URL or when you create your API key.

      • Optionaloptions: RequestOptions

      Returns Promise<void>