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

    Interface AssignProjectsToCustomFieldContext

    A list of project IDs.

    interface AssignProjectsToCustomFieldContext {
        contextId: number;
        fieldId: string;
        projectIds: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextId: number

    The ID of the context.

    fieldId: string

    The ID of the custom field.

    projectIds: string[]

    The IDs of projects.