jira.js
    Preparing search index...

    Interface RequestTypeFieldValue

    interface RequestTypeFieldValue {
        children?: RequestTypeFieldValue[];
        label?: string;
        value?: string;
    }
    Index
    label?: string
    value?: string