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

    Interface TransitionScreenDetails

    The details of a transition screen.

    interface TransitionScreenDetails {
        id: string;
        name?: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the screen.

    name?: string

    The name of the screen.