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

    Interface WorkflowTransitionProperty

    Details about the server Jira is running on.

    interface WorkflowTransitionProperty {
        id?: string;
        key?: string;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id?: string

    The ID of the transition property.

    key?: string

    The key of the transition property. Also known as the name of the transition property.

    value: string

    The value of the transition property.