jira.js
    Preparing search index...

    Function removeGroup

    • Deletes a group by given group parameter

      Parameters

      • client: Client
      • parameters: { groupname: string; swapGroup?: string }
        • groupname: string

          The name of the group to delete.

        • OptionalswapGroup?: string

          A different group to transfer the restrictions to.

      • Optionaloptions: RequestOptions

      Returns Promise<void>