jira.js
    Preparing search index...

    Function assignSchemeToProject

    • Assigns a workflow scheme to a project. This operation is performed only when there are no issues in the project.

      Workflow schemes can only be assigned to classic projects.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { projectId: string; workflowSchemeId?: string }
        • projectId: string

          The ID of the project.

        • OptionalworkflowSchemeId?: string

          The ID of the workflow scheme. If the workflow scheme ID is null, the operation assigns the default workflow scheme.

      • Optionaloptions: RequestOptions

      Returns Promise<void>