Jira.js - Jira Cloud API library
    Preparing search index...

    Interface AssignSchemeToProject

    An associated workflow scheme and project.

    interface AssignSchemeToProject {
        projectId: string;
        workflowSchemeId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    projectId: string

    The ID of the project.

    workflowSchemeId?: string

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