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

    Interface UpdateFieldConfiguration

    Details of a field configuration.

    interface UpdateFieldConfiguration {
        description?: string;
        id: number;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    description?: string

    The description of the field configuration.

    id: number

    The ID of the field configuration.

    name: string

    The name of the field configuration. Must be unique.