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

    Interface WorkflowSchemeIdName

    The ID and the name of the workflow scheme.

    interface WorkflowSchemeIdName {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the workflow scheme.

    name: string

    The name of the workflow scheme.