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

    Interface GetContextsForField

    interface GetContextsForField {
        contextId?: number[];
        fieldId: string;
        isAnyIssueType?: boolean;
        isGlobalContext?: boolean;
        maxResults?: number;
        startAt?: number;
    }
    Index

    Properties

    contextId?: number[]

    The list of context IDs. To include multiple contexts, separate IDs with ampersand: contextId=10000&contextId=10001.

    fieldId: string

    The ID of the custom field.

    isAnyIssueType?: boolean

    Whether to return contexts that apply to all issue types.

    isGlobalContext?: boolean

    Whether to return contexts that apply to all projects.

    maxResults?: number

    The maximum number of items to return per page.

    startAt?: number

    The index of the first item to return in a page of results (page offset).