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?: Version3Models.SimpleUsage[];
        version: Version3Models.DocumentVersion;
    }
    Index

    Properties

    description: string

    The description of the workflow.

    id: string

    The ID of the workflow.

    name: string

    The name of the workflow.

    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.