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

    Interface CustomFieldContextProjectMapping

    Details of a context to project association.

    interface CustomFieldContextProjectMapping {
        contextId: string;
        isGlobalContext?: boolean;
        projectId?: string;
    }
    Index

    Properties

    contextId: string

    The ID of the context.

    isGlobalContext?: boolean

    Whether context is global.

    projectId?: string

    The ID of the project.