jira.js
    Preparing search index...

    Function deleteProjectRole

    • Deletes a role. May return 403 in the future

      Parameters

      • client: Client
      • parameters: { id: number; swap?: number }
        • id: number

          The role id

        • Optionalswap?: number

          If given, removes a role even if it is used in scheme by replacing the role with the given one

      • Optionaloptions: RequestOptions

      Returns Promise<void>