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

    Interface WorkflowMetadataRestModel

    Workflow metadata and usage detail.

    interface WorkflowMetadataRestModel {
        description: string;
        id: string;
        name: string;
        usage: Version2Models.SimpleUsage[];
        version: Version2Models.DocumentVersion;
    }
    Index

    Properties

    description: string

    The description of the workflow.

    id: string

    The ID of the workflow.

    name: string

    The name of the workflow.

    Deprecated. See the deprecation notice for details.

    Use the optional `workflows.usages` expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.