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

    Interface CreateCustomFieldContext

    interface CreateCustomFieldContext {
        description?: string;
        fieldId: string;
        id: string;
        issueTypeIds?: string[];
        name: string;
        projectIds?: string[];
    }
    Index

    Properties

    description?: string

    The description of the context.

    fieldId: string

    The ID of the custom field.

    id: string
    issueTypeIds?: string[]

    The list of issue types IDs for the context. If the list is empty, the context refers to all issue types.

    name: string

    The name of the context.

    projectIds?: string[]

    The list of project IDs associated with the context. If the list is empty, the context is global.