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

    Interface FieldConfigurationScheme

    Details of a field configuration scheme.

    interface FieldConfigurationScheme {
        description?: string;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    description?: string

    The description of the field configuration scheme.

    id: string

    The ID of the field configuration scheme.

    name: string

    The name of the field configuration scheme.