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

    Interface CustomFieldContextUpdateDetails

    Details of a custom field context.

    interface CustomFieldContextUpdateDetails {
        description?: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    description?: string

    The description of the custom field context. The maximum length is 255 characters.

    name?: string

    The name of the custom field context. The name must be unique. The maximum length is 255 characters.