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

    Interface RequestTypeFieldValue

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

    Properties

    List of child fields.

    label?: string

    Label for the field.

    value?: string

    Value of the field.