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

    Interface TransitionPreview

    Details about a workflow transition in preview context.

    interface TransitionPreview {
        actions?: PreviewRuleConfiguration[];
        conditions?: PreviewConditionGroupConfiguration;
        customIssueEventId?: string;
        description?: string;
        id?: string;
        links?: TransitionLink[];
        name?: string;
        toStatusReference?: string;
        transitionScreen?: PreviewRuleConfiguration;
        triggers?: PreviewTrigger[];
        type?: string;
        validators?: PreviewRuleConfiguration[];
    }
    Index

    Properties

    The post-functions of the transition.

    customIssueEventId?: string

    The custom issue event ID for the transition.

    description?: string

    The description of the transition.

    id?: string

    The ID of the transition.

    links?: TransitionLink[]

    The statuses the transition can start from, and the mapping of ports between the statuses.

    name?: string

    The name of the transition.

    toStatusReference?: string

    The status the transition goes to.

    transitionScreen?: PreviewRuleConfiguration
    triggers?: PreviewTrigger[]

    The triggers of the transition.

    type?: string

    The transition type.

    The validators of the transition.